summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+13
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-231-16/+7
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-101-0/+2
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-101-16/+14
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-0/+33
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-0/+1
* USB: serial: generalise generic read implementationJohan Hovold2010-05-201-0/+1
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-2/+6
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+2
* tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-021-13/+0
* USB: serial: fix typo in debug messageJohan Hovold2010-03-021-1/+1
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-3/+2
* kfifo: move out spinlockStefani Seibold2009-12-221-2/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-221-3/+2
* usb_serial: Kill port mutexAlan Cox2009-12-111-1/+0
* usb_serial: Use the shutdown() operationAlan Cox2009-12-111-28/+11
* tty_port: add "tty_port_open" helperAlan Cox2009-12-111-29/+20
* USB: small fix in error case of suspend in generic usbserial codeOliver Neukum2009-10-091-1/+3
* USB: serial: don't call release without attachAlan Stern2009-10-091-1/+5
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-8/+6
* USB: use kfifo to buffer usb-generic serial writesDavid VomLehn2009-09-231-0/+7
* USB: fix wrong order of events in usb serial suspensionOliver Neukum2009-09-231-3/+7
* USB: usb-serial, remove unused variablesJiri Slaby2009-09-231-6/+0
* usb-serial: straighten out serial_openAlan Stern2009-09-191-37/+22
* usb-serial: add missing tests and debug linesAlan Stern2009-09-191-4/+17
* usb-serial: rename subroutinesAlan Stern2009-09-191-8/+11
* usb-serial: fix termios initialization logicAlan Stern2009-09-191-12/+10
* usb-serial: acquire references when a new tty is installedAlan Stern2009-09-191-64/+47
* usb-serial: change logic of serial lookupsAlan Stern2009-09-191-8/+23
* usb-serial: put subroutines in logical orderAlan Stern2009-09-191-77/+77
* usb-serial: change referencing of port and serial structuresAlan Stern2009-09-191-75/+20
* tty: USB serial termios bitsAlan Cox2009-09-191-1/+37
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-1/+1
* tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox2009-09-191-21/+7
* tty: USB hangup is racyAlan Cox2009-09-191-4/+1
* usb_serial: Fix remaining ref count/lock bugsAlan Cox2009-07-271-4/+13
* tty: Fix a USB serial crash/scribbleAlan Cox2009-07-271-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-131-1/+2
|\
| * USB: console: Fix regression in usb console on kernel bootJason Wessel2009-07-121-1/+2
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
|/
* usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo2009-06-251-0/+3
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-16/+13
* USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern2009-06-151-2/+22
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-44/+100
* usb-serial: fix crash when sub-driver updates firmwareAlan Stern2009-05-281-0/+1
* USB: serial: fix lifetime and locking problemsAlan Stern2009-04-231-36/+68
* proc tty: switch usb-serial to ->proc_fopsAlexey Dobriyan2009-04-011-31/+27
* usb-serial: fix usb_serial_register bug when boot with nousb paramDave Young2009-03-241-0/+3
* USB: serial: refuse to open recently removed USB Serial devicesJames Woodcock2009-03-241-0/+5
* USB: serial: remove recourse to generic methodOliver Neukum2009-03-241-1/+0
OpenPOWER on IntegriCloud