aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/spcp8x5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek1-1/+5
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-05-20USB: spcp8x5: reimplement using generic frameworkJohan Hovold1-378/+29
2010-05-20USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold1-2/+2
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern1-12/+5
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-4/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-19tty: USB serial termios bitsAlan Cox1-11/+10
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+2
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-54/+31
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman1-10/+10
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-3/+4
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-22tty-usb-spcp8x5: Minor coding styleAlan Cox1-2/+2
2008-07-22usb_serial: API all changeAlan Cox1-32/+37
2008-04-28drivers/usb annotations and fixesAl Viro1-6/+7
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-04-24USB: add usb-serial spcp8x5 driverGreg Kroah-Hartman1-0/+1075