aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)Author
2010-03-02tty: Fix various bogus WARN checks in the usb serial layerAlan Cox
2010-03-02USB: serial: fix typo in debug messageJohan Hovold
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-11usb_serial: Kill port mutexAlan Cox
2009-12-11usb_serial: Use the shutdown() operationAlan Cox
2009-12-11tty_port: add "tty_port_open" helperAlan Cox
2009-10-09USB: small fix in error case of suspend in generic usbserial codeOliver Neukum
2009-10-09USB: serial: don't call release without attachAlan Stern
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young
2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn
2009-09-23USB: fix wrong order of events in usb serial suspensionOliver Neukum
2009-09-23USB: usb-serial, remove unused variablesJiri Slaby
2009-09-19usb-serial: straighten out serial_openAlan Stern
2009-09-19usb-serial: add missing tests and debug linesAlan Stern
2009-09-19usb-serial: rename subroutinesAlan Stern
2009-09-19usb-serial: fix termios initialization logicAlan Stern
2009-09-19usb-serial: acquire references when a new tty is installedAlan Stern
2009-09-19usb-serial: change logic of serial lookupsAlan Stern
2009-09-19usb-serial: put subroutines in logical orderAlan Stern
2009-09-19usb-serial: change referencing of port and serial structuresAlan Stern
2009-09-19tty: USB serial termios bitsAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox
2009-09-19tty: USB hangup is racyAlan Cox
2009-07-27usb_serial: Fix remaining ref count/lock bugsAlan Cox
2009-07-27tty: Fix a USB serial crash/scribbleAlan Cox
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-07-12USB: console: Fix regression in usb console on kernel bootJason Wessel
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-25usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-05-28usb-serial: fix crash when sub-driver updates firmwareAlan Stern
2009-04-23USB: serial: fix lifetime and locking problemsAlan Stern
2009-04-01proc tty: switch usb-serial to ->proc_fopsAlexey Dobriyan
2009-03-24usb-serial: fix usb_serial_register bug when boot with nousb paramDave Young
2009-03-24USB: serial: refuse to open recently removed USB Serial devicesJames Woodcock
2009-03-24USB: serial: remove recourse to generic methodOliver Neukum
2009-03-24USB: serial: use generic method if no alternative is provided in usb serial l...Oliver Neukum
2009-03-24USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum
2009-01-12usb-serial: remove NULL checkAlan Cox
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox
2009-01-02tty: USB tty devices can block in tcdrain when unpluggedAlan Cox
2009-01-02tty: Fix close races in USB serialAlan Cox
2008-10-30tty: Fix USB kref leakAlan Cox
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman