aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/spcp8x5.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09USB: serial: make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2019-04-26USB: serial: spcp8x5: simplify init_termiosGravatar Johan Hovold 1-4/+1
2017-11-04USB: serial: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-03-16USB: serial: spcp8x5: simplify endpoint checkGravatar Johan Hovold 1-14/+2
2017-01-16USB: serial: spcp8x5: fix modem-status handlingGravatar Johan Hovold 1-1/+7
2017-01-04USB: serial: spcp8x5: fix NULL-deref at openGravatar Johan Hovold 1-0/+14
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Gravatar Johan Hovold 1-4/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-02USB: spcp8x5: correct handling of CS5 settingGravatar Colin Leitner 1-16/+14
2013-07-23USB: serial: set drain delay at port probeGravatar Johan Hovold 1-2/+2
2013-06-10USB: spcp8x5: fix device initialisation at openGravatar Johan Hovold 1-6/+4
2013-03-25USB: spcp8x5: add proper modem-status supportGravatar Johan Hovold 1-17/+10
2013-03-25USB: spcp8x5: reimplement device type detectionGravatar Johan Hovold 1-49/+21
2013-03-25USB: spcp8x5: clean up modem status retrievalGravatar Johan Hovold 1-11/+7
2013-03-25USB: spcp8x5: pass usb-serial port to control functionsGravatar Johan Hovold 1-26/+28
2013-03-25USB: spcp8x5: clean up codeGravatar Johan Hovold 1-35/+37
2013-03-25USB: spcp8x5: remove broken uart-error handlingGravatar Johan Hovold 1-52/+0
2013-03-25USB: spcp8x5: remove broken TIOCMIWAIT supportGravatar Johan Hovold 1-68/+0
2013-03-21USB: spcp8x5: fix use-after-free in TIOCMIWAITGravatar Johan Hovold 1-4/+5
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-9/+9
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-1/+1
2012-10-31USB: serial: remove driver version informationGravatar Johan Hovold 1-4/+0
2012-10-17USB: spcp8x5: fix port-data memory leakGravatar Johan Hovold 1-28/+18
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 1-5/+0
2012-09-14USB: serial: spcp8x5.c: remove debug module parameterGravatar Greg Kroah-Hartman 1-5/+0
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-6/+6
2012-05-15USB: spcp8x5.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-4/+8
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Gravatar Greg Kroah-Hartman 1-7/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-03USB: spcp8x5.c: remove dbg() tracing callsGravatar Greg Kroah-Hartman 1-2/+0
2012-02-28USB: serial: spcp8x5.c: use module_usb_serial_driverGravatar Greg Kroah-Hartman 1-18/+1
2012-02-24usb-serial: use new registration API in [q-s]* driversGravatar Alan Stern 1-16/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsGravatar Alan Cox 1-1/+1
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2011-01-22USB: serial: handle Data Carrier Detect changesGravatar Libor Pechacek 1-1/+5
2011-01-22USB serial: add missing .usb_driver field in serial driversGravatar Alan Stern 1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsGravatar Joe Perches 1-1/+0
2010-05-20USB: spcp8x5: reimplement using generic frameworkGravatar Johan Hovold 1-378/+29
2010-05-20USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagGravatar Johan Hovold 1-2/+2
2010-03-02USB: remove references to port->port.count from the serial driversGravatar Alan Stern 1-12/+5
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerGravatar Alan Cox 1-4/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesGravatar Joe Perches 1-1/+1
2010-03-02USB serial: make USB device id constantGravatar Németh Márton 1-1/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-19tty: USB serial termios bitsGravatar Alan Cox 1-11/+10