aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-6/+6
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern1-3/+2
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-2/+6
2010-11-30USB: fix autosuspend bug in usb-serialAlan Stern1-0/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-0/+13
2010-08-23USB: serial: fix leak of usb serial module refrence countMing Lei1-16/+7
2010-08-10USB: serial: enable async suspend for usb serial port deviceMing Lei1-0/+2
2010-08-10USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen1-16/+14
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold1-0/+33
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold1-0/+1
2010-05-20USB: serial: generalise generic read implementationJohan Hovold1-0/+1
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-2/+6
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-2/+2
2010-03-02tty: Fix various bogus WARN checks in the usb serial layerAlan Cox1-13/+0
2010-03-02USB: serial: fix typo in debug messageJohan Hovold1-1/+1
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-3/+2
2009-12-22kfifo: move out spinlockStefani Seibold1-2/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-3/+2
2009-12-11usb_serial: Kill port mutexAlan Cox1-1/+0
2009-12-11usb_serial: Use the shutdown() operationAlan Cox1-28/+11
2009-12-11tty_port: add "tty_port_open" helperAlan Cox1-29/+20
2009-10-09USB: small fix in error case of suspend in generic usbserial codeOliver Neukum1-1/+3
2009-10-09USB: serial: don't call release without attachAlan Stern1-1/+5
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young1-8/+6
2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn1-0/+7
2009-09-23USB: fix wrong order of events in usb serial suspensionOliver Neukum1-3/+7
2009-09-23USB: usb-serial, remove unused variablesJiri Slaby1-6/+0
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 termios bitsAlan Cox1-1/+37
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-1/+1
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox1-21/+7
2009-09-19tty: USB hangup is racyAlan Cox1-4/+1
2009-07-27usb_serial: Fix remaining ref count/lock bugsAlan Cox1-4/+13
2009-07-27tty: Fix a USB serial crash/scribbleAlan Cox1-1/+18
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+2
2009-07-12USB: console: Fix regression in usb console on kernel bootJason Wessel1-1/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-25usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo1-0/+3