aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAge
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-16
|\
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-17
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-17
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-25
|/
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-22
* USB: fix autosuspend bug in usb-serialAlan Stern2010-11-30
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* tty: Make tiocgicount a handlerAlan Cox2010-10-22
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-23
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-10
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-10
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-20
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-20
* USB: serial: generalise generic read implementationJohan Hovold2010-05-20
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-20
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-20
* tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-02
* USB: serial: fix typo in debug messageJohan Hovold2010-03-02
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-23
* kfifo: move out spinlockStefani Seibold2009-12-22
* kfifo: move struct kfifo in placeStefani Seibold2009-12-22
* usb_serial: Kill port mutexAlan Cox2009-12-11
* usb_serial: Use the shutdown() operationAlan Cox2009-12-11
* tty_port: add "tty_port_open" helperAlan Cox2009-12-11
* USB: small fix in error case of suspend in generic usbserial codeOliver Neukum2009-10-09
* USB: serial: don't call release without attachAlan Stern2009-10-09
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-27
* USB: use kfifo to buffer usb-generic serial writesDavid VomLehn2009-09-23
* USB: fix wrong order of events in usb serial suspensionOliver Neukum2009-09-23
* USB: usb-serial, remove unused variablesJiri Slaby2009-09-23
* usb-serial: straighten out serial_openAlan Stern2009-09-19
* usb-serial: add missing tests and debug linesAlan Stern2009-09-19
* usb-serial: rename subroutinesAlan Stern2009-09-19
* usb-serial: fix termios initialization logicAlan Stern2009-09-19
* usb-serial: acquire references when a new tty is installedAlan Stern2009-09-19
* usb-serial: change logic of serial lookupsAlan Stern2009-09-19
* usb-serial: put subroutines in logical orderAlan Stern2009-09-19
* usb-serial: change referencing of port and serial structuresAlan Stern2009-09-19
* tty: USB serial termios bitsAlan Cox2009-09-19
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-19
* tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox2009-09-19
* tty: USB hangup is racyAlan Cox2009-09-19
* usb_serial: Fix remaining ref count/lock bugsAlan Cox2009-07-27
* tty: Fix a USB serial crash/scribbleAlan Cox2009-07-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-13
|\
| * USB: console: Fix regression in usb console on kernel bootJason Wessel2009-07-12
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
|/
* usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo2009-06-25