summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2011-07-07USB: additional regression fix for device removalAlan Stern-1/+8
2011-07-01USB: fix regression occurring during device removalAlan Stern-0/+2
2011-07-01USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin-12/+24
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-31/+146
2011-06-27usb: r8a66597-hcd: fix cannot detect low/full speed deviceYoshihiro Shimoda-0/+1
2011-06-27USB: ehci-ath79: fix a NULL pointer dereferenceGabor Juhos-4/+6
2011-06-27USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.cUwe Bonnes-6/+17
2011-06-27usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin-1/+1
2011-06-27Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-12/+88
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern-3/+3
2011-06-17xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp-5/+6
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst-0/+11
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He-0/+22
2011-06-15USB: don't let errors prevent system sleepAlan Stern-1/+10
2011-06-15USB: don't let the hub driver prevent system sleepAlan Stern-5/+8
2011-06-15USB: change maintainership of ohci-hcd and ehci-hcdAlan Stern-1/+7
2011-06-15xHCI 1.0: Force Stopped Event(FSE)Alex He-0/+14
2011-06-15xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp-2/+0
2011-06-15USB: Free bandwidth when usb_disable_device is called.Sarah Sharp-1/+17
2011-06-15xhci: Reject double add of active endpoints.Sarah Sharp-4/+18
2011-06-14USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl-0/+1
2011-06-09usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta-0/+6
2011-06-09usb: musb: host: compare status for negative error valuesMárton Németh-1/+1
2011-06-08USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driverSteffen Sledz-0/+2
2011-06-07Revert "USB: option: add ID for ZTE MF 330"Greg Kroah-Hartman-5/+0
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall-2/+5
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern-4/+1
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern-0/+1
2011-06-07usb-storage: redo incorrect readsAlan Stern-1/+62
2011-06-06usb/renesas_usbhs: free uep on removalSebastian Andrzej Siewior-0/+1
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior-2/+4
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior-3/+2
2011-06-06usb/mv_udc_core: fix compileSebastian Andrzej Siewior-4/+4
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu-0/+5
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown-10/+12
2011-06-06usb: remove bad dput after dentry_unhashSage Weil-1/+0
2011-06-06USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek-2/+4
2011-06-06musb: fix prefetch build failureMike Frysinger-0/+1
2011-06-06USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7Toby Gray-0/+2
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov-1/+3
2011-06-06USB: option Add blacklist for ZTE K3765-Z (19d2:2002)Torsten Hilbrich-1/+9
2011-06-06option: add Prolink PH300 modem IDsDan Williams-0/+2
2011-06-06option: add Alcatel X200 to sendsetup blacklistDan Williams-2/+11
2011-06-06option: add Zoom 4597 modem USB IDsDan Williams-0/+4
2011-06-05USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov-2/+12
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp-2/+20
2011-06-02xhci: Do not issue device reset when device is not setupMaarten Lankhorst-0/+7
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst-4/+9
2011-06-02xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans-2/+2
2011-06-01xhci: Bigendian fix for skip_isoc_td()Matt Evans-1/+1