summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* usb-serial: straighten out serial_openAlan Stern2009-09-191-37/+22Star
* 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/+10Star
* usb-serial: acquire references when a new tty is installedAlan Stern2009-09-191-64/+47Star
* 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/+20Star
* 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/+7Star
* tty: USB hangup is racyAlan Cox2009-09-191-4/+1Star
* usb_serial: Fix remaining ref count/lock bugsAlan Cox2009-07-281-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-131-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-161-16/+13Star
* USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern2009-06-161-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/+27Star
* usb-serial: fix usb_serial_register bug when boot with nousb paramDave Young2009-03-251-0/+3
* USB: serial: refuse to open recently removed USB Serial devicesJames Woodcock2009-03-251-0/+5
* USB: serial: remove recourse to generic methodOliver Neukum2009-03-251-1/+0Star
* USB: serial: use generic method if no alternative is provided in usb serial l...Oliver Neukum2009-03-251-2/+5
* USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum2009-03-251-0/+4
* usb-serial: remove NULL checkAlan Cox2009-01-131-3/+0Star
* tty: Drop the lock_kernel in the private ioctl hookAlan Cox2009-01-021-6/+1Star
* tty: USB tty devices can block in tcdrain when unpluggedAlan Cox2009-01-021-0/+4
* tty: Fix close races in USB serialAlan Cox2009-01-021-5/+10
* tty: Fix USB kref leakAlan Cox2008-10-301-0/+1
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-7/+12
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-3/+4
* tty: usb-serial krefsAlan Cox2008-10-131-9/+15
* usb-serial: Add Siemens EF81 to PL-2303 hack triggersAndreas Bombe2008-09-231-1/+3
* usb-serial: don't release unregistered minorsAlan Stern2008-08-141-4/+3Star
* tty: rework break handlingAlan Cox2008-07-221-1/+2
* usb-serial: Coding styleAlan Cox2008-07-221-140/+164
* usb_serial: API all changeAlan Cox2008-07-221-41/+41
* USB: fix usb serial pm counter decrement for disconnected interfacesOliver Neukum2008-07-221-1/+4
* USB: usb-serial: fix a sparse warning about different signednessAndre Haupt2008-07-221-1/+1
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-221-1/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-221-2/+2
* tty: The big operations reworkAlan Cox2008-04-301-106/+23Star