summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)Author
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
2008-10-13tty: usb-serial krefsAlan Cox
2008-09-23usb-serial: Add Siemens EF81 to PL-2303 hack triggersAndreas Bombe
2008-08-13usb-serial: don't release unregistered minorsAlan Stern
2008-07-22tty: rework break handlingAlan Cox
2008-07-22usb-serial: Coding styleAlan Cox
2008-07-22usb_serial: API all changeAlan Cox
2008-07-21USB: fix usb serial pm counter decrement for disconnected interfacesOliver Neukum
2008-07-21USB: usb-serial: fix a sparse warning about different signednessAndre Haupt
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-04-30tty: The big operations reworkAlan Cox
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman
2008-04-24USB: usb-serial: Prepare for BKL push downAlan Cox
2008-04-15USB: remove broken usb-serial num_endpoints checkGreg Kroah-Hartman
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum
2008-02-01USB: Prepare serial core for autosuspend.Sarah Sharp
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski
2007-10-25USB: usb_serial_resume bug fixSarah Sharp
2007-10-25usb-serial: handle NULL termios methods as "no hardware changing support"Alan Cox
2007-10-12USB: serial core should respect driver requirementsAlan Stern
2007-10-12USB: fix errornous assumption in the usb serial framework revealed by iuu_pho...Oliver Neukum
2007-07-30USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h...Oliver Neukum
2007-07-30USB: fix usb_serial_suspend(): buggy codeOliver Neukum
2007-07-12synchronization in usb_serial_putBenny Halevy
2007-07-12USB: suspend support for usb serialOliver Neukum
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-03-19USB: fix usb-serial regressionJim Radford
2007-03-09USB: further fix for usb-serialOliver Neukum
2007-03-09USB: fix usb-serial device naming bugOliver Neukum
2007-03-09usb-serial: fix shutdown / device_unregister orderJim Radford
2007-02-07USB: race fixes for usb-serial, step 3Oliver Neukum
2007-02-07USB: race fixes for usb-serial, step 2Oliver Neukum
2007-02-07USB: race fixes for usb-serial step 1Oliver Neukum
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01usb: usb-serial free urb cleanupMariusz Kozlowski
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-09-27usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driverJohannes Steingraeber
2006-09-27USB: fix __must_check warnings in drivers/usb/serial/Greg Kroah-Hartman