summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-27USB: cp210x: add Virtenio Preon32 device idMarkus Becker1-0/+1
2012-11-27usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong1-1/+0
2012-11-27USB: option: blacklist network interface on Huawei E173Bjørn Mork1-0/+3
2012-11-27USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern1-0/+19
2012-11-22USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn1-0/+22
2012-11-22USB: opticon: switch to generic read implementationJohan Hovold1-130/+11
2012-11-22USB: opticon: refactor reab-urb processingJohan Hovold1-46/+59
2012-11-22USB: opticon: use usb-serial bulk-in urbJohan Hovold1-29/+2
2012-11-22USB: opticon: increase bulk-in sizeJohan Hovold1-1/+2
2012-11-22USB: opticon: use port as urb contextJohan Hovold1-10/+8
2012-11-22USB: opticon: pass port to get_serial_infoJohan Hovold1-4/+3
2012-11-22USB: opticon: make private data port specificJohan Hovold1-32/+37
2012-11-22USB: opticon: remove disconnectJohan Hovold1-8/+0
2012-11-22USB: opticon: move read-urb deallocation to releaseJohan Hovold1-1/+1
2012-11-22USB: opticon: simplify bulk-in discovery in attachJohan Hovold1-33/+16
2012-11-22USB: opticon: remove private usb-serial dataJohan Hovold1-3/+1
2012-11-22USB: opticon: remove redundant initialisationJohan Hovold1-1/+0
2012-11-22USB: opticon: remove private serial-device dataJohan Hovold1-6/+4
2012-11-22USB: opticon: use port device for error and debugJohan Hovold1-5/+6
2012-11-22USB: opticon: move private urb initialisation to attachJohan Hovold1-7/+6
2012-11-22USB: opticon: remove redundant bulk urb fillJohan Hovold1-5/+0
2012-11-22USB: core: Free the allocated memory before exiting on errorSachin Kamat1-1/+2
2012-11-22USB: usbtest: prevent a divide by zero bugDan Carpenter1-0/+3
2012-11-22usb: remove use of __devexitBill Pemberton58-68/+68
2012-11-22usb: remove use of __devinitconstBill Pemberton5-7/+7
2012-11-22usb: remove use of __devinitdataBill Pemberton7-17/+17
2012-11-22usb: remove use of __devinitBill Pemberton85-155/+145
2012-11-22usb: remove use of __devexit_pBill Pemberton55-56/+56
2012-11-22usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton4-53/+0
2012-11-17Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman42-150/+359
2012-11-17Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-1/+1
2012-11-17rapidio: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-63/+117
2012-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+67
2012-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-5/+26
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2012-11-16Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-22/+71
2012-11-16Merge tag 'tty-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-7/+1
2012-11-16Merge tag 'staging-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2012-11-16Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann77-332/+849
2012-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-7/+5
2012-11-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-10/+38
2012-11-16usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I1-2/+2
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-11-16usb: phy: change phy notify connect/disconnect APIPeter Chen2-10/+16
2012-11-16usb: refine phy notify operation during connection and disconnectionPeter Chen1-8/+8
2012-11-16usb: mxs-phy: re-init phy during the connection is uselessPeter Chen1-1/+0
2012-11-16Revert "usb: otg: mxs-phy: Fix mx23 operation"Peter Chen1-35/+3
2012-11-16cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+38
2012-11-16drivers/uwb: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1