aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-155-1/+41
* firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-4/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1547-1103/+1207
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| |\
| | * trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-3/+10
| |\ \
| | * \ Merge branch 'ep93xx' into develRussell King2009-06-101-3/+10
| | |\ \
| | | * | [ARM] 5526/1: ep93xx: usb driver cleanupHartley Sweeten2009-05-291-3/+10
| * | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-06-121-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek2009-05-211-0/+1
| * | | | Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+5
| * | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-2/+2
| |\ \ \ \
| | * | | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
| | |/ / /
| * | | | sierra: driver interface blacklistingElina Pasheva2009-06-111-3/+48
| * | | | sierra: driver urb handling improvementsElina Pasheva2009-06-111-84/+144
| * | | | tty: resolve some sierra breakageAlan Cox2009-06-111-3/+14
| * | | | ftdi_sio: don't override modem bitsAlan Cox2009-06-111-5/+0
| * | | | ft232: support the ASYNC_LOW_LATENCY flagAlan Cox2009-06-111-34/+60
| * | | | USB: CP210X Replace CP2101 with CP210xCraig Shelley2009-06-111-97/+97
| * | | | USB: CP210X Use official request code definitionsCraig Shelley2009-06-111-42/+56
| * | | | USB: CP210X Add device IDsCraig Shelley2009-06-111-0/+7
| * | | | tty: iuu_phoenix: update version number.Olivier Bornet2009-06-111-1/+1
| * | | | tty: iuu_phoenix: set termios.Olivier Bornet2009-06-111-0/+50
| * | | | tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet2009-06-111-1/+1
| * | | | tty: iuu_phoenix: fix locking.Olivier Bornet2009-06-111-16/+13
| * | | | tty: Clean up the ACM driver to CodingStyleAlan Cox2009-06-111-131/+160
| * | | | tty: cdc_acm add krefsAlan Cox2009-06-112-68/+98
| * | | | tty: Update cdc_acmAlan Cox2009-06-112-1/+7
| * | | | tty: Bring the usb tty port structure into more useAlan Cox2009-06-1138-657/+461
| | |/ / | |/| |
| * | | Revert "USB: Correct Makefile to make isp1760 buildable"Mike Frysinger2009-05-281-1/+0
| * | | usb-serial: fix crash when sub-driver updates firmwareAlan Stern2009-05-281-0/+1
| * | | USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free2009-05-281-2/+22
| * | | USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian2009-05-281-0/+3
| * | | USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen2009-05-281-1/+1
| * | | USB: atmel-usba-udc : fix control out requests.Martin Fuzzey2009-05-281-1/+2
| |/ /
| * | Fix oops on close of hot-unplugged FTDI serial converterDavid Woodhouse2009-05-181-8/+1
* | | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* | | usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont2009-06-021-5/+4
* | | f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont2009-06-021-8/+2
* | | f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont2009-06-021-1/+1
|/ /
* | usb-serial: ftdi_sio: fix reference counting of ftdi_privateAlan Stern2009-05-081-4/+14
* | USB: unusual_devs: extend nokia 6288 bcd rangePhil Dibowitz2009-05-081-2/+3
* | USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern2009-05-081-3/+3
* | USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work.Andy Lutomirski2009-05-081-0/+2
* | USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlugNicolas Pitre2009-05-082-0/+8
* | USB: cxacru: Fix negative dB outputSimon Arlott2009-05-081-2/+8
|/
* USB: otg: Fix bug on remove path without transceiverRobert Jarzmik2009-04-231-1/+2
* USB: correct error handling in cdc-wdmOliver Neukum2009-04-231-9/+18
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-2318-111/+1
* USB: serial: sierra driver bug fix for composite interfaceElina Pasheva2009-04-231-4/+17