aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-01USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2-0/+7
2013-11-01Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type"Greg Kroah-Hartman1-5/+1
2013-11-01Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman1-52/+10
2013-11-01Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method"Greg Kroah-Hartman1-37/+28
2013-11-01Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman1-2/+2
2013-11-01Revert "usb: pl2303: move the two baud rate encoding methods to separate functions"Greg Kroah-Hartman1-114/+101
2013-11-01Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method"Greg Kroah-Hartman1-12/+4
2013-11-01Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips"Greg Kroah-Hartman1-1/+1
2013-11-01Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips"Greg Kroah-Hartman1-12/+0
2013-11-01Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()"Greg Kroah-Hartman1-2/+3
2013-11-01Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman1-10/+5
2013-11-01Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman1-72/+23
2013-11-01Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman1-32/+11
2013-10-16usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson1-1/+1
2013-10-16usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux1-2/+4
2013-10-16usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2-1/+11
2013-10-16usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso1-1/+3
2013-10-16USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-10-14Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman1-0/+1
2013-10-14USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-10-11USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman1-0/+5
2013-10-11USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.Diego Elio Pettenò1-0/+1
2013-10-11USB: support new huawei devices in option.cFangxiaozhi (Franko)1-0/+216
2013-10-11Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman5-29/+42
2013-10-11Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman4-46/+49
2013-10-11usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior4-46/+49
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2013-10-09xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou1-2/+2
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2013-10-09xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-26/+0
2013-10-03usb: chipidea: add Intel Clovertrail pci idDavid Cohen1-1/+6
2013-10-01Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman6-12/+20
2013-10-01usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga1-1/+1
2013-10-01usb: gadget: f_fs: fix error handlingRobert Baldyga1-0/+2
2013-10-01usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior1-0/+3
2013-09-30USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý1-0/+3
2013-09-26usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-09-26USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu1-2/+3
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh1-9/+3
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong direction bitKurt Garloff1-0/+16
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen1-2/+5
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen1-0/+1
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen1-1/+1
2013-09-25USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2013-09-25USB: OHCI: accept very late isochronous URBsAlan Stern2-14/+34
2013-09-25USB: UHCI: accept very late isochronous URBsAlan Stern1-4/+8
2013-09-25USB: iMX21: accept very late isochronous URBsAlan Stern1-4/+4