summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-0121-85/+112
|\
| * USB: revert recovery from transient errorsAlan Stern2008-09-231-22/+17Star
| * usb: unusual devs patch for Nokia 5310 Music XpressDavid Almaroad2008-09-231-0/+7
| * usb: ftdi_sio: add support for Domintell devicesGaetan Carlier2008-09-232-0/+6
| * USB: drivers/usb/musb/: disable it on SuperHAndrew Morton2008-09-231-0/+1
| * USB Serial: Sierra: Add MC8785 VID/PIDKevin Lloyd2008-09-231-0/+1
| * USB: serial: add ZTE CDMA Tech id to option driverOtavio Salvador2008-09-231-0/+2
| * USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4)Jaroslav Kysela2008-09-232-0/+2
| * usb serial: ti_usb_3410_5052 obviously broken by firmware changesChris Adams2008-09-231-1/+1
| * USB: fsl_usb2_udc: fix VDBG() format stringPeter Korsgaard2008-09-231-1/+1
| * USB: unusual_devs addition for RockChip MP3 playerAlan Stern2008-09-231-0/+7
| * USB: SERIAL CP2101 add device IDsCraig Shelley2008-09-231-0/+3
| * usb-serial: Add Siemens EF81 to PL-2303 hack triggersAndreas Bombe2008-09-231-1/+3
| * USB: fix EHCI periodic transfersDavid Brownell2008-09-231-18/+14Star
| * usb: musb: fix include pathFelipe Balbi2008-09-233-6/+6
| * USB: Fixing Nokia 3310c in storage modeFilip Joelsson2008-09-231-0/+7
| * usb gadget: fix omap_udc DMA regressionDavid Brownell2008-09-231-2/+2
| * USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
| * USB: Correct Sierra Wireless USB EVDO Modem Device IDTony Murray2008-09-231-1/+1
| * USB: Fix the Nokia 6300 storage-mode.Richard Nauber2008-09-231-0/+7
| * USB: ehci: fix some ehci hangs and crashesDavid Brownell2008-09-231-10/+16
| * USB Serial: Sierra: Device addition & version revKevin Lloyd2008-09-231-4/+5
| * USB Storage: Sierra: Non-configurable TRU-InstallKevin Lloyd2008-09-234-18/+1Star
* | usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller2008-09-231-3/+2Star
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-091-1/+1
|\
| * [ARM] omap: fix build error in ohci-omap.cRussell King2008-09-041-1/+1
* | usb: fix null deferences in low level usb serialJason Wessel2008-09-091-1/+1
|/
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-235-6/+0Star
* USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann2008-08-211-0/+1
* USB: automatically enable RHSC interruptsAlan Stern2008-08-2122-72/+31Star
* USB: Don't rebind before "complete" callbackAlan Stern2008-08-211-21/+9Star
* USB: Add new PM callback methods for USBAlan Stern2008-08-213-19/+72
* USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-3/+28
* USB: Add udev argument to interface suspend/resume functionsAlan Stern2008-08-211-10/+10
* USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan2008-08-211-1/+1
* MUSB: Fix index register corruption seen with g_ether and Windows hostAnand Gadiyar2008-08-211-0/+2
* usb: musb: get rid of MUSB_LOGLEVEL and use parameterFelipe Balbi2008-08-214-38/+12Star
* usb: musb: get rid of procfs entryFelipe Balbi2008-08-214-864/+11Star
* USB: Fix pxa27x_udc usb speed handling.Robert Jarzmik2008-08-211-1/+1
* USB: cdc-acm: quirk for Conexant CX93010 USB modemEric Sandeen2008-08-211-0/+3
* USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum2008-08-211-2/+7
* usb-serial: option support HSDPA modem A2502Hiroshi Miura2008-08-211-0/+2
* USB: ISP1760: fixed trivial math in commentEnrico Scholz2008-08-211-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-171-1/+1
|\
| * Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-091-1/+1
| |\
| | * [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
* | | usb: musb: pass configuration specifics via pdataFelipe Balbi2008-08-143-202/+18Star
* | | usb: musb: fix hanging when rmmod gadget driverFelipe Balbi2008-08-141-9/+7Star
* | | USB: Add MUSB and TUSB supportFelipe Balbi2008-08-1427-0/+15687
* | | USB: serial: remove CONFIG_USB_DEBUG from sierra and option driversGreg Kroah-Hartman2008-08-142-9/+0Star