aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-07USB: race fixes for usb-serial, step 3Oliver Neukum1-1/+2
2007-02-07USB: race fixes for usb-serial, step 2Oliver Neukum1-2/+12
2007-02-07USB: race fixes for usb-serial step 1Oliver Neukum1-13/+31
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-5/+36
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-8/+4
2006-12-01usb: usb-serial free urb cleanupMariusz Kozlowski1-8/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-27usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driverJohannes Steingraeber1-1/+3
2006-09-27USB: fix __must_check warnings in drivers/usb/serial/Greg Kroah-Hartman1-1/+4
2006-09-27USB: usb-serial: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-12/+7
2006-09-12usbserial: Reference leakMatthias Urlichs1-1/+3
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-07-12[PATCH] USB: fix usb-serial leaks, oopses on disconnectPete Zaitcev1-14/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-21[PATCH] usbserial: Fixes wrong return values.Luiz Fernando N. Capitulino1-8/+6
2006-06-21[PATCH] USB Serial: clean tty fields on failed device openFrank Gevaerts1-0/+2
2006-06-21[PATCH] USB: rmmod pl2303 after -28Pete Zaitcev1-0/+2
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-2/+12
2006-06-21[PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski1-5/+11
2006-06-21[PATCH] USB: console: prevent ENODEV on nodePaul Fulghum1-5/+5
2006-05-12[PATCH] usbserial: Fixes leak in serial_open() error path.Luiz Fernando Capitulino1-6/+11
2006-05-12[PATCH] usbserial: Fixes use-after-free in serial_open().Luiz Fernando Capitulino1-1/+1
2006-04-14[PATCH] USB serial: Converts port semaphore to mutexes.Luiz Fernando Capitulino1-8/+8
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-4/+2
2006-03-06[PATCH] USB Serial: fix use-after-free bug in usb-serial coreGreg Kroah-Hartman1-5/+5
2006-01-10spelling: s/trough/through/Adrian Bunk1-1/+1
2006-01-04[PATCH] USB: usbserial: race-condition fix.Luiz Fernando Capitulino1-1/+13
2006-01-04[PATCH] USB: usbserial: Adds missing checks and bug fix.Luiz Fernando Capitulino1-0/+32
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: remove driver version from a few driversGreg Kroah-Hartman1-4/+2
2005-10-28[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-6/+9
2005-10-28[PATCH] USB Serial: move old changelog comments out of source codeGreg Kroah-Hartman1-307/+2
2005-10-28[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-11/+11
2005-10-28[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-15/+15
2005-09-08[PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * castsTobias Klauser1-12/+12
2005-06-27[PATCH] USB: add ability for usb-serial drivers to determine if their write urb is currently being used.Greg Kroah-Hartman1-0/+1
2005-05-31[PATCH] USB: fix usb-serial generic initializationGreg Kroah-Hartman1-10/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1435