summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/spcp8x5.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: spcp8x5: fix modem-status handlingJohan Hovold2017-01-161-1/+7
* USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-01-041-0/+14
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-4/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: spcp8x5: correct handling of CS5 settingColin Leitner2013-12-021-16/+14
* USB: serial: set drain delay at port probeJohan Hovold2013-07-231-2/+2
* USB: spcp8x5: fix device initialisation at openJohan Hovold2013-06-101-6/+4
* USB: spcp8x5: add proper modem-status supportJohan Hovold2013-03-251-17/+10
* USB: spcp8x5: reimplement device type detectionJohan Hovold2013-03-251-49/+21
* USB: spcp8x5: clean up modem status retrievalJohan Hovold2013-03-251-11/+7
* USB: spcp8x5: pass usb-serial port to control functionsJohan Hovold2013-03-251-26/+28
* USB: spcp8x5: clean up codeJohan Hovold2013-03-251-35/+37
* USB: spcp8x5: remove broken uart-error handlingJohan Hovold2013-03-251-52/+0
* USB: spcp8x5: remove broken TIOCMIWAIT supportJohan Hovold2013-03-251-68/+0
* USB: spcp8x5: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+5
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-9/+9
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: spcp8x5: fix port-data memory leakJohan Hovold2012-10-171-28/+18
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-5/+0
|\
| * USB: serial: spcp8x5.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
* | tty: move the termios object into the ttyAlan Cox2012-07-161-6/+6
|/
* USB: spcp8x5.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-4/+8
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: spcp8x5.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-2/+0
* USB: serial: spcp8x5.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-18/+1
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-241-16/+10
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-1/+5
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-221-0/+1
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-1/+0
* USB: spcp8x5: reimplement using generic frameworkJohan Hovold2010-05-201-378/+29
* USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-2/+2
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-12/+5
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-4/+2
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* tty: USB serial termios bitsAlan Cox2009-09-191-11/+10
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+1
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-3/+2
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-54/+31
* USB: serial: fix up urb->status usageGreg Kroah-Hartman2009-01-071-10/+10
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-3/+4