summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+2
2009-07-12USB: console: Fix regression in usb console on kernel bootJason Wessel1-1/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-25usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo1-0/+3
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-16/+13
2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern1-2/+22
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-44/+100
2009-05-28usb-serial: fix crash when sub-driver updates firmwareAlan Stern1-0/+1
2009-04-23USB: serial: fix lifetime and locking problemsAlan Stern1-36/+68
2009-04-01proc tty: switch usb-serial to ->proc_fopsAlexey Dobriyan1-31/+27
2009-03-24usb-serial: fix usb_serial_register bug when boot with nousb paramDave Young1-0/+3
2009-03-24USB: serial: refuse to open recently removed USB Serial devicesJames Woodcock1-0/+5
2009-03-24USB: serial: remove recourse to generic methodOliver Neukum1-1/+0
2009-03-24USB: serial: use generic method if no alternative is provided in usb serial l...Oliver Neukum1-2/+5
2009-03-24USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum1-0/+4
2009-01-12usb-serial: remove NULL checkAlan Cox1-3/+0
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox1-6/+1
2009-01-02tty: USB tty devices can block in tcdrain when unpluggedAlan Cox1-0/+4
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10
2008-10-30tty: Fix USB kref leakAlan Cox1-0/+1
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-7/+12
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-3/+4
2008-10-13tty: usb-serial krefsAlan Cox1-9/+15
2008-09-23usb-serial: Add Siemens EF81 to PL-2303 hack triggersAndreas Bombe1-1/+3
2008-08-13usb-serial: don't release unregistered minorsAlan Stern1-4/+3
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-22usb-serial: Coding styleAlan Cox1-140/+164
2008-07-22usb_serial: API all changeAlan Cox1-41/+41
2008-07-21USB: fix usb serial pm counter decrement for disconnected interfacesOliver Neukum1-1/+4
2008-07-21USB: usb-serial: fix a sparse warning about different signednessAndre Haupt1-1/+1
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-2/+2
2008-04-30tty: The big operations reworkAlan Cox1-106/+23
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-0/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-39/+39
2008-04-24USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman1-16/+0
2008-04-24USB: usb-serial: Prepare for BKL push downAlan Cox1-2/+9
2008-04-15USB: remove broken usb-serial num_endpoints checkGreg Kroah-Hartman1-0/+2
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-14/+14
2008-02-01USB: Prepare serial core for autosuspend.Sarah Sharp1-2/+10
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski1-2/+4
2007-10-25USB: usb_serial_resume bug fixSarah Sharp1-1/+3
2007-10-25usb-serial: handle NULL termios methods as "no hardware changing support"Alan Cox1-0/+2
2007-10-12USB: serial core should respect driver requirementsAlan Stern1-9/+22
2007-10-12USB: fix errornous assumption in the usb serial framework revealed by iuu_pho...Oliver Neukum1-0/+11
2007-07-30USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h...Oliver Neukum1-9/+8
2007-07-30USB: fix usb_serial_suspend(): buggy codeOliver Neukum1-7/+8
2007-07-12synchronization in usb_serial_putBenny Halevy1-2/+2
2007-07-12USB: suspend support for usb serialOliver Neukum1-0/+31
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0