aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-031-5/+10
|\
| * f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont2011-02-281-5/+10
* | of: Add missing of_address.h to xilinx ehci driverMichal Simek2011-03-021-0/+1
* | usb: musb: core: set has_tt flagFelipe Balbi2011-02-241-0/+1
* | USB: xhci: mark local functions as staticDmitry Torokhov2011-02-223-8/+8
* | USB: xhci: fix couple sparse annotationsDmitry Torokhov2011-02-201-2/+2
* | USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov2011-02-204-7/+8
* | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-201-11/+7
* | xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman2011-02-201-1/+1
* | xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman2011-02-201-0/+3
* | xhci: Clarify some expressions in the TRB mathPaul Zimmerman2011-02-201-12/+10
* | xhci: Avoid BUG() in interrupt contextPaul Zimmerman2011-02-201-4/+9
* | Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman2011-02-171-7/+11
* | Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-linusGreg Kroah-Hartman2011-02-171-8/+9
|\ \
| * | usb: musb: omap2430: fix kernel panic on rebootJohan Hovold2011-02-171-0/+1
| * | usb: musb: fix build breakageFelipe Balbi2011-02-171-8/+9
| |/
* | USB: musb: omap2430: fix kernel panic on rebootJohan Hovold2011-02-171-0/+1
* | sierra: add new ID for Airprime/Sierra USB IP modemJon Thomas2011-02-171-0/+3
* | USB: serial/usb_wwan, fix tty NULL dereferenceJiri Slaby2011-02-171-6/+9
* | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-171-11/+7
* | USB: Add quirk for Samsung Android phone modemMaciej Szmigiero2011-02-171-0/+4
* | USB: Add Samsung SGH-I500/Android modem ID switch to visor driverMaciej Szmigiero2011-02-171-0/+12
* | USB: add quirks entry for Keytouch QWERTY PanelAlan Stern2011-02-171-0/+4
|/
* USB: cdc-acm: Adding second ACM channel support for Nokia N8Arvid Ephraim Picciani2011-02-041-0/+1
* USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-041-1/+2
* USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-043-0/+6
* USB: EHCI: fix scheduling while atomic during suspendYin Kangkai2011-02-033-2/+9
* Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2011-02-039-45/+96
|\
| * usb: ehci-omap: Show fatal probing time errors to end userJarkko Nikula2011-02-011-3/+3
| * usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab2011-02-012-0/+17
| * usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab2011-02-012-21/+32
| * usb: musb: disable double buffering when it's brokenFelipe Balbi2011-02-014-8/+28
| * usb: musb: hsdma: change back to use musb_read/writewBob Liu2011-02-011-5/+14
| * usb: musb: core: fix IRQ checkSergei Shtylyov2011-02-011-1/+1
| * usb: musb: fix kernel panic during s2ram(v2)Ming Lei2011-02-011-7/+1
* | USB: usb-storage: unusual_devs entry for Coby MP3 playerAlan Stern2011-02-031-0/+7
* | USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrographMichael Williamson2011-02-032-0/+7
* | USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-031-1/+1
* | USB: prevent buggy hubs from crashing the USB stackAlan Stern2011-02-031-0/+5
* | usb: r8a66597-udc: Fixed bufnum of BulkYusuke Goda2011-02-031-1/+1
* | USB: ftdi_sio: add ST Micro Connect Lite uart supportJean-Christophe PLAGNIOL-VILLARD2011-02-032-0/+32
* | USB: Storage: Add unusual_devs entry for VTech KidizoomNick Holloway2011-02-031-0/+7
* | USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()Jesper Juhl2011-02-031-0/+1
* | USB: ti_usb: fix module removalIonut Nicu2011-02-031-1/+1
* | USB: io_edgeport: fix the reported firmware major and minorBjørn Mork2011-02-031-2/+2
|/
* Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-245-86/+109
|\
| * xhci: Remove more doorbell-related readsMatthew Wilcox2011-01-142-26/+17
| * xHCI: fix printk_ratelimit() usageAndiry Xu2011-01-141-2/+2
| * xHCI: replace dev_dbg() with xhci_dbg()Andiry Xu2011-01-141-5/+6
| * xHCI: fix cycle bit set in giveback_first_trb()Andiry Xu2011-01-141-7/+21