summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: quirks: adding more quirky webcams to avoid squeaky audiosordna2011-11-141-0/+24
* powerpc/usb: fix type cast for address of ioremap to compatible with 64-bitShaohui Xie2011-11-141-2/+1
* USB: at91: at91-ohci: fix set/get powerJean-Christophe PLAGNIOL-VILLARD2011-11-141-0/+6
* USB: cdc-acm: Fix disconnect() vs close() raceHavard Skinnemoen2011-11-141-3/+5
* USB: add quirk for Logitech C600 web camJosh Boyer2011-11-141-0/+3
* USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin2011-11-141-5/+10
* USB: XHCI: resume root hubs when the controller resumesAlan Stern2011-11-141-15/+14
* USB: workaround for bug in old version of GCCAlan Stern2011-11-141-4/+3
* USB: ark3116 initialisation fixBart Hartgers2011-11-141-5/+5
* usb: musb: fix compilation breakage introduced by de47725Felipe Balbi2011-11-142-0/+2
* usb: dwc3: gadget: initialize max_streamsSebastian Andrzej Siewior2011-11-141-0/+1
* usb: gadget: renesas_usbhs: bugfix: set DATA0 when usbhsh_endpoint_alloc()Kuninori Morimoto2011-11-141-0/+1
* usb: gadget: renesas_usbhs: bugfix: disable irq when device stopKuninori Morimoto2011-11-141-0/+10
* usb: gadget: renesas_usbhs: bugfix: care pipe directionKuninori Morimoto2011-11-141-8/+21
* USB: ci13xxx_msm: add module licenseMarc Kleine-Budde2011-11-141-0/+2
* USB: ci13xxx_udc: fix debug trace codeMarc Kleine-Budde2011-11-141-3/+3
* USB: ci13xxx_udc: fix deadlock during rmmodMarc Kleine-Budde2011-11-141-1/+2
* USB: ci13xxx_udc: fix logic to mark request dma addresses as invalidMichael Grzeschik2011-11-141-4/+8
* USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock stateMarc Kleine-Budde2011-11-141-2/+3
* usb: gadget: fix MIDI gadget jack allocationDaniel Mack2011-11-141-73/+65
* usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman2011-11-142-2/+3
* usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman2011-11-142-2/+3
* usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto2011-11-144-9/+9
* usb: gadget: renesas_usbhs: fixup bogus conversionKuninori Morimoto2011-11-141-2/+2
* usb: gadget: renesas_usbhs: fixup struct completion usageKuninori Morimoto2011-11-141-14/+5
* usb: gadget: fsl_udc_core: fix compile error.Alexander Aring2011-11-141-1/+1
* usb: gadget: r8a66597-udc: fix flush fifo handlingYoshihiro Shimoda2011-11-141-0/+2
* usb: gadget: r8a66597-udc: fix for udc-newstyleYoshihiro Shimoda2011-11-141-19/+9
* usb: musb: hdrc: fix dependency on USB_GADGET_DUALSPEED in KconfigLuciano Coelho2011-11-141-0/+1
* usb: musb: remove incorrectly added ARCH_U5500 defineMian Yousaf Kaukab2011-11-142-3/+2
* usb: gadget: core: allow everybody to read sysfs attributesFelipe Balbi2011-11-141-2/+2
* usb: gadget: core: fix bug when removing gadget driversFelipe Balbi2011-11-141-2/+2
* usb: musb: gadget: don't call ->disconnect() on exitFelipe Balbi2011-11-141-4/+0
* usb: gadget: udc-core: fix bug on soft_connect and srp interfacesFelipe Balbi2011-11-141-1/+1
* Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah...Greg Kroah-Hartman2011-11-144-12/+17
|\
| * usb, xhci: Clear warm reset change event during initDon Zickus2011-11-041-0/+6
| * xhci: Set slot and ep0 flags for address command.Sarah Sharp2011-11-042-6/+4
| * usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus2011-11-021-6/+7
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0640-0/+40
|\ \
| * | usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker2011-10-311-0/+1
| * | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-3119-0/+19
| * | usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-3120-0/+20
| |/
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-036-168/+360
|\ \
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-242-2/+1
| * | MIPS: Alchemy: abstract USB block control register accessManuel Lauss2011-10-244-166/+359
* | | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-19/+220
|\ \ \ | |_|/ |/| |
| * | Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2011-10-312-2/+2
| |\ \
| * \ \ Merge branch 'imx/devel' into next/develArnd Bergmann2011-10-202-1/+20
| |\ \ \ | | | |/ | | |/|
| * | | at91: at91-ohci: support overcurrent notificationThomas Petazzoni2011-09-101-9/+215