tty: Fix various bogus WARN checks in the usb serial layer
[safe/jmp/linux-2.6] / drivers / usb / serial / usb-serial.c
2010-03-02 Alan Coxtty: Fix various bogus WARN checks in the usb serial...
2010-03-02 Johan HovoldUSB: serial: fix typo in debug message
2009-12-23 Stefani SeiboldFix usb_serial_probe() problem introduced by the recent...
2009-12-22 Stefani Seiboldkfifo: move out spinlock
2009-12-22 Stefani Seiboldkfifo: move struct kfifo in place
2009-12-11 Alan Coxusb_serial: Kill port mutex
2009-12-11 Alan Coxusb_serial: Use the shutdown() operation
2009-12-11 Alan Coxtty_port: add "tty_port_open" helper
2009-10-09 Oliver NeukumUSB: small fix in error case of suspend in generic...
2009-10-09 Alan SternUSB: serial: don't call release without attach
2009-09-27 Dave Youngtty: Fix regressions caused by commit b50989dc
2009-09-23 David VomLehnUSB: use kfifo to buffer usb-generic serial writes
2009-09-23 Oliver NeukumUSB: fix wrong order of events in usb serial suspension
2009-09-23 Jiri SlabyUSB: usb-serial, remove unused variables
2009-09-19 Alan Sternusb-serial: straighten out serial_open
2009-09-19 Alan Sternusb-serial: add missing tests and debug lines
2009-09-19 Alan Sternusb-serial: rename subroutines
2009-09-19 Alan Sternusb-serial: fix termios initialization logic
2009-09-19 Alan Sternusb-serial: acquire references when a new tty is installed
2009-09-19 Alan Sternusb-serial: change logic of serial lookups
2009-09-19 Alan Sternusb-serial: put subroutines in logical order
2009-09-19 Alan Sternusb-serial: change referencing of port and serial struc...
2009-09-19 Alan Coxtty: USB serial termios bits
2009-09-19 Alan Coxtty: USB does not need the filp argument in the drivers
2009-09-19 Alan Coxtty: USB can now use the shutdown method for kref based...
2009-09-19 Alan Coxtty: USB hangup is racy
2009-07-28 Alan Coxusb_serial: Fix remaining ref count/lock bugs
2009-07-27 Alan Coxtty: Fix a USB serial crash/scribble
2009-07-13 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-07-12 Jason WesselUSB: console: Fix regression in usb console on kernel...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-25 Thadeu Lima de Sou... usb_serial: Fix oops when unexisting usb serial device...
2009-06-16 Alan SternUSB: usb-serial: replace shutdown with disconnect,...
2009-06-16 Alan SternUSB: usb-serial: call port_probe and port_remove at...
2009-06-11 Alan Coxtty: Bring the usb tty port structure into more use
2009-05-28 Alan Sternusb-serial: fix crash when sub-driver updates firmware
2009-04-23 Alan SternUSB: serial: fix lifetime and locking problems
2009-04-01 Alexey Dobriyanproc tty: switch usb-serial to ->proc_fops
2009-03-24 Dave Youngusb-serial: fix usb_serial_register bug when boot with...
2009-03-24 James WoodcockUSB: serial: refuse to open recently removed USB Serial...
2009-03-24 Oliver NeukumUSB: serial: remove recourse to generic method
2009-03-24 Oliver NeukumUSB: serial: use generic method if no alternative is...
2009-03-24 Oliver NeukumUSB: serial: introduce a flag into the usb serial layer...
2009-01-13 Alan Coxusb-serial: remove NULL check
2009-01-02 Alan Coxtty: Drop the lock_kernel in the private ioctl hook
2009-01-02 Alan Coxtty: USB tty devices can block in tcdrain when unplugged
2009-01-02 Alan Coxtty: Fix close races in USB serial
2008-10-30 Alan Coxtty: Fix USB kref leak
2008-10-17 Greg Kroah-HartmanUSB: remove use of err() in drivers/usb/serial
2008-10-17 Greg Kroah-HartmanUSB: remove info() macro from usb/serial drivers
2008-10-13 Alan Coxtty: usb-serial krefs
2008-09-23 Andreas Bombeusb-serial: Add Siemens EF81 to PL-2303 hack triggers
2008-08-14 Alan Sternusb-serial: don't release unregistered minors
2008-07-22 Alan Coxtty: rework break handling
2008-07-22 Alan Coxusb-serial: Coding style
2008-07-22 Alan Coxusb_serial: API all change
2008-07-21 Oliver NeukumUSB: fix usb serial pm counter decrement for disconnect...
2008-07-21 Andre HauptUSB: usb-serial: fix a sparse warning about different...
2008-07-21 Kay SieversUSB: usb dev_set_name() instead of dev->bus_id
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-04-30 Alan Coxtty: The big operations rework
2008-04-25 Alan Coxusb serial: more fixes and groundwork for tty changes
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 Greg Kroah-HartmanUSB: serial: remove endpoints setting checks from core...
2008-04-25 Alan CoxUSB: usb-serial: Prepare for BKL push down
2008-04-16 Greg Kroah-HartmanUSB: remove broken usb-serial num_endpoints check
2008-02-01 Oliver NeukumUSB: stop io performed by mos7720 upon close()
2008-02-01 Sarah SharpUSB: Prepare serial core for autosuspend.
2008-02-01 Aristeu RozanskiUSB: usb_serial: clean tty reference in the last close
2007-10-25 Sarah SharpUSB: usb_serial_resume bug fix
2007-10-25 Alan Coxusb-serial: handle NULL termios methods as "no hardware...
2007-10-12 Alan SternUSB: serial core should respect driver requirements
2007-10-12 Oliver NeukumUSB: fix errornous assumption in the usb serial framewo...
2007-07-30 Oliver NeukumUSB: fix BUG: sleeping function called from invalid...
2007-07-30 Oliver NeukumUSB: fix usb_serial_suspend(): buggy code
2007-07-12 Benny Halevysynchronization in usb_serial_put
2007-07-12 Oliver NeukumUSB: suspend support for usb serial
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-19 Jim RadfordUSB: fix usb-serial regression
2007-03-10 Oliver NeukumUSB: further fix for usb-serial
2007-03-10 Oliver NeukumUSB: fix usb-serial device naming bug
2007-03-10 Jim Radfordusb-serial: fix shutdown / device_unregister order
2007-02-07 Oliver NeukumUSB: race fixes for usb-serial, step 3
2007-02-07 Oliver NeukumUSB: race fixes for usb-serial, step 2
2007-02-07 Oliver NeukumUSB: race fixes for usb-serial step 1
2007-02-07 Greg Kroah-HartmanUSB serial: add dynamic id support to usb-serial core
2006-12-08 Alan Cox[PATCH] tty: switch to ktermios
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Mariusz Kozlowskiusb: usb-serial free urb cleanup
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-02 Jeff Dike[PATCH] const struct tty_operations
2006-09-27 Johannes Steingraeberusb serial: support Alcor Micro Corp. USB 2.0 TO RS...
2006-09-27 Greg Kroah-HartmanUSB: fix __must_check warnings in drivers/usb/serial/
2006-09-27 Luiz Fernando N... USB: usb-serial: Use usb_endpoint_* functions.
2006-09-12 Matthias Urlichsusbserial: Reference leak
2006-07-12 Greg Kroah-Hartman[PATCH] USB: move usb-serial.h to include/linux/usb/
2006-07-12 Pete Zaitcev[PATCH] USB: fix usb-serial leaks, oopses on disconnect
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the tty_driver devfs_name field...
next