summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-11USB: serial: fix race between probe and openJohan Hovold1-0/+8
2012-05-17tty: Make tiocgicount a handlerAlan Cox1-0/+13
2010-03-03tty: Fix various bogus WARN checks in the usb serial layerAlan Cox1-13/+0
2010-03-03USB: 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-23kfifo: move out spinlockStefani Seibold1-2/+1
2009-12-23kfifo: move struct kfifo in placeStefani Seibold1-3/+2
2009-12-12usb_serial: Kill port mutexAlan Cox1-1/+0
2009-12-12usb_serial: Use the shutdown() operationAlan Cox1-28/+11
2009-12-12tty_port: add "tty_port_open" helperAlan Cox1-29/+20
2009-10-10USB: small fix in error case of suspend in generic usbserial codeOliver Neukum1-1/+3
2009-10-10USB: serial: don't call release without attachAlan Stern1-1/+5
2009-09-28tty: 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-20usb-serial: straighten out serial_openAlan Stern1-37/+22
2009-09-20usb-serial: add missing tests and debug linesAlan Stern1-4/+17
2009-09-20usb-serial: rename subroutinesAlan Stern1-8/+11
2009-09-20usb-serial: fix termios initialization logicAlan Stern1-12/+10
2009-09-20usb-serial: acquire references when a new tty is installedAlan Stern1-64/+47
2009-09-20usb-serial: change logic of serial lookupsAlan Stern1-8/+23
2009-09-20usb-serial: put subroutines in logical orderAlan Stern1-77/+77
2009-09-20usb-serial: change referencing of port and serial structuresAlan Stern1-75/+20
2009-09-20tty: USB serial termios bitsAlan Cox1-1/+37
2009-09-20tty: USB does not need the filp argument in the driversAlan Cox1-1/+1
2009-09-20tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox1-21/+7
2009-09-20tty: USB hangup is racyAlan Cox1-4/+1
2009-07-28usb_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-13USB: 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
2009-06-16USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-16/+13
2009-06-16USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern1-2/+22
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-44/+100
2009-05-29usb-serial: fix crash when sub-driver updates firmwareAlan Stern1-0/+1
2009-04-24USB: serial: fix lifetime and locking problemsAlan Stern1-36/+68
2009-04-01proc tty: switch usb-serial to ->proc_fopsAlexey Dobriyan1-31/+27
2009-03-25usb-serial: fix usb_serial_register bug when boot with nousb paramDave Young1-0/+3
2009-03-25USB: serial: refuse to open recently removed USB Serial devicesJames Woodcock1-0/+5
2009-03-25USB: serial: remove recourse to generic methodOliver Neukum1-1/+0
2009-03-25USB: serial: use generic method if no alternative is provided in usb serial l...Oliver Neukum1-2/+5
2009-03-25USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum1-0/+4
2009-01-13usb-serial: remove NULL checkAlan Cox1-3/+0
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox1-6/+1
2009-01-02tty: USB tty devices can block in tcdrain when unpluggedAlan Cox1-0/+4
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10
2008-10-30tty: Fix USB kref leakAlan Cox1-0/+1