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