summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-203-22/+7Star
|\
| * TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-3/+0Star
| * TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-083-3/+0Star
| * USB: cdc-acm, use tty_standard_installJiri Slaby2012-03-081-6/+1Star
| * Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman2012-02-101-10/+6Star
| |\
| | * USB: serial, use tty_standard_installJiri Slaby2012-02-031-10/+6Star
* | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-202-56/+22Star
|\ \ \
| * \ \ Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-0922-115/+182
| |\ \ \
| * | | | DWC3: use module_pci_driverGreg Kroah-Hartman2012-02-091-11/+1Star
| * | | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-0237-2595/+246Star
| |\ \ \ \
| * | | | | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern2012-01-271-41/+20Star
| * | | | | Dynamic ID addition doesn't need get_driver()Alan Stern2012-01-251-4/+1Star
| | |_|_|/ | |/| | |
* | | | | Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2012-03-032-10/+2Star
| |_|/ / |/| | |
* | | | USB: Added Kamstrup VID/PIDs to cp210x serial driver.Bruno Thomsen2012-02-221-0/+2
* | | | USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn2012-02-222-2/+8
* | | | usb-storage: fix freezing of the scanning threadAlan Stern2012-02-222-62/+35Star
* | | | xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp2012-02-221-8/+24
* | | | USB: Set hub depth after USB3 hub resetElric Fu2012-02-221-13/+17
* | | | USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp2012-02-221-0/+11
* | | | USB: option: cleanup zte 3g-dongle's pid in option.cli.rui27@zte.com.cn2012-02-151-130/+13Star
* | | | USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-143-3/+13
* | | | xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp2012-02-101-1/+1
| |_|/ |/| |
* | | USB: usbserial: add new PID number (0xa951) to the ftdi driverMilan Kocian2012-02-032-0/+8
* | | Merge tag 'for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman2012-02-032-2/+3
|\ \ \
| * | | usb: musb: fix a build error on mipsCong Wang2012-02-031-1/+2
| * | | usb: otg: mv_otg: Add dependenceNeil Zhang2012-01-301-1/+1
| * | | usb: gadget: zero: fix bug in loopback autoresume handlingTimo Juhani Lindfors2012-01-301-1/+1
* | | | uwb & wusb & usb wireless controllers: fix kconfig error & build errorsRandy Dunlap2012-02-021-2/+2
* | | | usb: Skip PCI USB quirk handling for Netlogic XLPJayachandran C2012-02-021-0/+6
* | | | powerpc/usb: fix issue of CPU halt when missing USB PHY clockShengzhou Liu2012-02-022-2/+10
* | | | usb: otg: mv_otg: Add dependenceNeil Zhang2012-02-021-1/+1
* | | | usb: host: Distinguish Kconfig text for Freescale controllersFabio Estevam2012-02-021-2/+2
* | | | USB: add new zte 3g-dongle's pid to option.cRui li2012-02-021-1/+128
* | | | USB: qcserial: don't enable autosuspendThomas Tuttle2012-02-021-2/+0Star
* | | | USB: qcserial: add several new serial devicesThomas Tuttle2012-02-021-0/+14
| |_|/ |/| |
* | | Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-3036-2593/+224Star
|\ \ \
| * | | uwb & wusb: fix kconfig errorRandy Dunlap2012-01-261-1/+1
| * | | USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka2012-01-261-1/+1
| * | | USB: ftdi_sio: Add more identifiersAlan Cox2012-01-262-0/+7
| * | | xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu2012-01-251-1/+2
| * | | Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman2012-01-2516-2497/+37Star
| |\| |
| | * | usb: musb: omap2430: minor cleanups.NeilBrown2012-01-251-2/+2
| | * | usb: dwc3: unmap the proper number of sg entriesSebastian Andrzej Siewior2012-01-241-1/+1
| | * | usb: musb: fix shutdown while usb gadget is in useGrazvydas Ignotas2012-01-241-2/+3
| | * | usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parame...Fabio Estevam2012-01-241-5/+5
| | * | usb: gadget: check for streams only for SS udcsSebastian Andrzej Siewior2012-01-241-1/+1
| | * | usb: gadget: fsl_udc: fix the usage of udc->max_epPeter Chen2012-01-241-2/+2
| | * | drivers: usb: otg: Fix dependencies for some OTG driversFabio Estevam2012-01-241-2/+2
| | * | usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl2012-01-241-1/+1
| | * | usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst tooPaul Zimmerman2012-01-241-4/+3Star