proc tty: switch usb-serial to ->proc_fops
[safe/jmp/linux-2.6] / drivers / usb / serial / usb-serial.c
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...
2006-06-21 Luiz Fernando N... [PATCH] usbserial: Fixes wrong return values.
2006-06-21 Frank Gevaerts[PATCH] USB Serial: clean tty fields on failed device...
2006-06-21 Pete Zaitcev[PATCH] USB: rmmod pl2303 after -28
2006-06-21 Pete Zaitcev[PATCH] USB serial: encapsulate schedule_work, remove...
2006-06-21 Guennadi Liakhovetski[PATCH] USB console: fix disconnection issues
2006-06-21 Paul Fulghum[PATCH] USB: console: prevent ENODEV on node
2006-05-12 Luiz Fernando Capi... [PATCH] usbserial: Fixes leak in serial_open() error...
2006-05-12 Luiz Fernando Capi... [PATCH] usbserial: Fixes use-after-free in serial_open().
2006-04-14 Luiz Fernando Capi... [PATCH] USB serial: Converts port semaphore to mutexes.
2006-03-20 Eric Sesterhenn[PATCH] USB: kzalloc() conversion for rest of drivers/usb
2006-03-06 Greg Kroah-Hartman[PATCH] USB Serial: fix use-after-free bug in usb-seria...
2006-01-09 Adrian Bunkspelling: s/trough/through/
2006-01-04 Luiz Fernando Capi... [PATCH] USB: usbserial: race-condition fix.
2006-01-04 Luiz Fernando Capi... [PATCH] USB: usbserial: Adds missing checks and bug...
2006-01-04 Greg Kroah-Hartman[PATCH] USB: remove .owner field from struct usb_driver
2006-01-04 Greg Kroah-Hartman[PATCH] USB: allow usb drivers to disable dynamic ids
2005-10-28 Greg Kroah-Hartman[PATCH] USB Serial: remove driver version from a few...
2005-10-28 Greg Kroah-Hartman[PATCH] USB Serial: move name to driver structure
2005-10-28 Greg Kroah-Hartman[PATCH] USB Serial: move old changelog comments out...
2005-10-28 Greg Kroah-Hartman[PATCH] USB Serial: get rid of the .owner field in...
2005-10-28 Greg Kroah-Hartman[PATCH] USB Serial: rename usb_serial_device_type to...
2005-09-08 Tobias Klauser[PATCH] USB: drivers/serial/usb-serial: Remove unneeded...
2005-06-27 Greg Kroah-Hartman[PATCH] USB: add ability for usb-serial drivers to...
2005-05-31 Greg Kroah-Hartman[PATCH] USB: fix usb-serial generic initialization
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2