aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp
2009-09-23USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp
2009-09-23USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael
2009-09-23USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de
2009-09-23USB: fix cdc-acm regression in openOliver Neukum
2009-09-23USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum
2009-09-23USB: option: TELIT UC864G supportManuel Lauss
2009-09-23USB: option.c Add support for ZTE AC2726 EVDO modemHuzaifa Sidhpurwala
2009-09-23USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow
2009-09-23USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow
2009-09-23USB: storage: fix a resume path GFP_NOIO must be usedOliver Neukum
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-09-21trivial: OHCI: Fix typo in a commentAnand Gadiyar
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-19USB serial: update the console driverAlan Stern
2009-09-19usb-serial: straighten out serial_openAlan Stern
2009-09-19usb-serial: add missing tests and debug linesAlan Stern
2009-09-19usb-serial: rename subroutinesAlan Stern
2009-09-19usb-serial: fix termios initialization logicAlan Stern
2009-09-19usb-serial: acquire references when a new tty is installedAlan Stern
2009-09-19usb-serial: change logic of serial lookupsAlan Stern
2009-09-19usb-serial: put subroutines in logical orderAlan Stern
2009-09-19usb-serial: change referencing of port and serial structuresAlan Stern
2009-09-19tty: USB: serial/mct_u232, fix tty refcntJiri Slaby
2009-09-19tty: USB serial termios bitsAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox
2009-09-19tty: remove dtr/rts use from the driver open methodsAlan Cox
2009-09-19tty: USB hangup is racyAlan Cox
2009-09-19cdc_acm: Fix to use modern speed interfacesAlan Cox
2009-09-19mos7840: remove old dead modem logicAlan Cox
2009-09-19tty: usb_serial_mos7720: Fix get_lsr_infoKees Schoenmakers
2009-09-19MOS7720 has no tiocmget methodKees Schoenmakers
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers