summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2009-12-08USB: xhci: Fix scratchpad deallocation.Sarah Sharp
2009-12-08USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp
2009-12-08USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp
2009-12-08USB: cdc_acm: Fix race condition when opening ttyHenry Gebhardt
2009-12-08USB: option.c: add support for D-Link DWM-162-U5Zhang Le
2009-12-08USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern
2009-12-08USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang
2009-12-08tty: cp210x: Fix carrier handlingAlan Cox
2009-11-09USB: option: TLAYTECH TUE800 supportBryan Wu
2009-11-09USB: option: Support for AIRPLUS MCD650 DatacardHuzaifa Sidhpurwala
2009-11-09USB: option: Patch for Huawei Mobile Broadband E270+ ModemRonnie Furuskog
2009-11-09USB: serial: sierra driver send_setup() autopm fixElina Pasheva
2009-10-22usb-storage: Workaround devices with bogus sense sizeBenjamin Herrenschmidt
2009-10-22USB: storage: When a device returns no sense data, call it a Hardware ErrorAlan Stern
2009-10-22USB: Fix throttling in generic usbserial driverJoris van Rantwijk
2009-10-22USB: cp210x: Add support for the DW700 UARTÉric Piel
2009-10-22USB: ipaq: fix oops when device is plugged inAlan Stern
2009-10-22USB: option: Toshiba G450 device idPeter Magdina
2009-10-22USB: serial: don't call release without attachAlan Stern
2009-10-22USB: digi_acceleport: Fix broken unthrottle.Johan Hovold
2009-10-22USB: pl2303: fix error characters not being reported to ldiscJohan Hovold
2009-10-22USB: ftdi_sio: re-implement read processingJohan Hovold
2009-10-22USB: ftdi_sio: clean up read completion handlerJohan Hovold
2009-10-22USB: ftdi_sio: remove unused rx_byte counterJohan Hovold
2009-10-22USB: ftdi_sio: remove tty->low_latencyJohan Hovold
2009-10-05USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp
2009-10-05USB: xhci: Support interrupt transfers.Sarah Sharp
2009-10-05USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp
2009-10-05USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp
2009-10-05USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp
2009-10-05USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp
2009-10-05USB: xhci: Handle babbling endpoints correctly.Sarah Sharp
2009-10-05USB: xhci: Make TRB completion code comparison readable.Sarah Sharp
2009-10-05USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp
2009-10-05USB: xhci: Handle stalled control endpoints.Sarah Sharp
2009-10-05USB: xhci: Support full speed devices.Sarah Sharp
2009-10-05USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp
2009-10-05USB: xhci: Configure endpoint code refactoring.Sarah Sharp
2009-10-05USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp
2009-10-05USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp
2009-10-05USB serial: update the console driverAlan Stern
2009-10-05usb-serial: straighten out serial_openAlan Stern
2009-10-05usb-serial: add missing tests and debug linesAlan Stern
2009-10-05usb-serial: rename subroutinesAlan Stern
2009-10-05usb-serial: fix termios initialization logicAlan Stern
2009-10-05usb-serial: acquire references when a new tty is installedAlan Stern
2009-10-05usb-serial: change logic of serial lookupsAlan Stern
2009-10-05usb-serial: put subroutines in logical orderAlan Stern
2009-10-05usb-serial: change referencing of port and serial structuresAlan Stern
2009-10-05tty: USB serial termios bitsAlan Cox