summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp3-1/+55
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp1-0/+9
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp1-2/+8
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp1-1/+16
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp1-2/+14
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp1-7/+9
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp4-23/+148
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp3-14/+58
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp3-5/+89
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp1-5/+18
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp4-52/+169
2009-09-23USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp1-2/+3
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp4-4/+35
2009-09-23USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich2-0/+3
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael1-2/+6
2009-09-23USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de2-0/+6
2009-09-23USB: fix cdc-acm regression in openOliver Neukum1-0/+2
2009-09-23USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum1-6/+24
2009-09-23USB: option: TELIT UC864G supportManuel Lauss1-0/+2
2009-09-23USB: option.c Add support for ZTE AC2726 EVDO modemHuzaifa Sidhpurwala1-0/+2
2009-09-23USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow2-0/+5
2009-09-23USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow2-0/+8
2009-09-23USB: storage: fix a resume path GFP_NOIO must be usedOliver Neukum1-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-11/+9
2009-09-22const: mark remaining super_operations constAlexey Dobriyan2-3/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches2-3/+1
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar3-3/+3
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar2-2/+2
2009-09-21trivial: OHCI: Fix typo in a commentAnand Gadiyar1-1/+1
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-12/+12
2009-09-19USB serial: update the console driverAlan Stern1-9/+19
2009-09-19usb-serial: straighten out serial_openAlan Stern1-37/+22
2009-09-19usb-serial: add missing tests and debug linesAlan Stern1-4/+17
2009-09-19usb-serial: rename subroutinesAlan Stern1-8/+11
2009-09-19usb-serial: fix termios initialization logicAlan Stern1-12/+10
2009-09-19usb-serial: acquire references when a new tty is installedAlan Stern1-64/+47
2009-09-19usb-serial: change logic of serial lookupsAlan Stern1-8/+23
2009-09-19usb-serial: put subroutines in logical orderAlan Stern1-77/+77
2009-09-19usb-serial: change referencing of port and serial structuresAlan Stern1-75/+20
2009-09-19tty: USB: serial/mct_u232, fix tty refcntJiri Slaby1-3/+6
2009-09-19tty: USB serial termios bitsAlan Cox9-107/+102
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox40-127/+65
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox1-21/+7
2009-09-19tty: remove dtr/rts use from the driver open methodsAlan Cox1-6/+0
2009-09-19tty: USB hangup is racyAlan Cox1-4/+1
2009-09-19cdc_acm: Fix to use modern speed interfacesAlan Cox1-4/+1
2009-09-19mos7840: remove old dead modem logicAlan Cox1-115/+0