aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman5-86/+109
2011-01-22usb: gadget: composite: avoid access beyond array max lengthMaulik Mankad1-2/+3
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek7-40/+47
2011-01-22USB: gadget: Fix endpoint representation in ci13xxx_udcPavankumar Kondeti2-131/+142
2011-01-22USB: gadget: Fix error path in ci13xxx_udc gadget probe functionPavankumar Kondeti1-3/+1
2011-01-22usb: pch_udc: Fix the worning log issue at gadget driver removeToshiharu Okada1-1/+2
2011-01-22USB: serial: Updated support for ICOM devicesPieter Maes2-6/+28
2011-01-22USB: ehci-mxc: add work-around for efika mx/sb bugArnaud Patard (Rtp)1-0/+21
2011-01-22USB: unbreak ehci-mxc on otg port of i.MX27Eric Bénard1-2/+2
2011-01-22drivers: update to pl2303 usb-serial to support Motorola cablesDario Lombardo2-0/+2
2011-01-22USB: adding USB support for Cinterion's HC2x, EU3 and PH8 productsNicolaus Colberg1-2/+21
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern10-2/+18
2011-01-22USB: ehci-fsl: Fix 'have_sysif_regs' detectionPeter Tyser3-19/+8
2011-01-22USB: g_printer: fix bug in module parameter definitionsAlan Stern1-7/+7
2011-01-22USB: g_printer: fix bug in unregistrationAlan Stern1-3/+2
2011-01-22USB: uss720: remove duplicate USB deviceSergei Shtylyov1-1/+0
2011-01-22USB: EHCI: fix DMA deallocation bugAlan Stern1-7/+12
2011-01-22USB: pch_udc: support new device ML7213 IOHTomoya MORINAGA2-1/+13
2011-01-22usb: pch_udc: Fixed issue which does not work with g_serialToshiharu Okada1-50/+67
2011-01-22usb: set ep_dev async suspend should be later than device_initializePeter Chen1-1/+1
2011-01-22usb: otg: nop: fix oops triggered by otg_register_notifierMing Lei1-0/+2
2011-01-22USB: cdc-wdm: fix misuse of logical operation in place of bitopDavid Sterba1-1/+1
2011-01-22USB: DL100B webmail notifier: initialize return valueMelchior FRANZ1-1/+1
2011-01-22USB: EHCI: ASPM quirk of ISOC on AMD HudsonAlex He1-13/+20
2011-01-22usb: otg: Make USB3319 ULPI ID genericFabio Estevam1-1/+1
2011-01-22USB: usb-storage: unusual_devs entry for CamSport EvoAlan Stern1-0/+9
2011-01-22USB: CP210x Removed incorrect device IDCraig Shelley1-1/+0
2011-01-22USB: CP210x Add two device IDsCraig Shelley1-0/+2
2011-01-22USB: qcaux: add Pantech UML290 device IDDan Williams1-0/+2
2011-01-22USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosureRichard Schütz1-0/+9
2011-01-22USB: usb-storage: unusual_devs update for Cypress ATACBRichard Schütz1-0/+5
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-14xhci: Remove more doorbell-related readsMatthew Wilcox2-26/+17
2011-01-14xHCI: fix printk_ratelimit() usageAndiry Xu1-2/+2
2011-01-14xHCI: replace dev_dbg() with xhci_dbg()Andiry Xu1-5/+6
2011-01-14xHCI: fix cycle bit set in giveback_first_trb()Andiry Xu1-7/+21
2011-01-14xHCI: remove redundant parameter in giveback_first_trb()Andiry Xu1-8/+6
2011-01-14xHCI: fix queue_trb in isoc transferAndiry Xu1-1/+4
2011-01-14xhci: Use GFP_NOIO during device reset.Sarah Sharp1-2/+6
2011-01-14usb: Realloc xHCI structures after a hub is verified.Sarah Sharp1-0/+21
2011-01-14xhci: Do not run xhci_cleanup_msix with irq disabledZhang Rui1-2/+4
2011-01-14xHCI: synchronize irq in xhci_suspend()Andiry Xu2-32/+21
2011-01-14xhci: Resume bus on any port status change.Sarah Sharp1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds11-15/+15
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+0
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-4/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-22/+22
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds91-1873/+14503