aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/kobil_sct.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16USB: serial: kobil_sct: simplify endpoint checkGravatar Johan Hovold 1-12/+1
2017-01-04USB: serial: kobil_sct: fix NULL-deref in writeGravatar Johan Hovold 1-0/+12
2014-11-26Merge tag 'usb-serial-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-1/+1
2014-11-03USB: kobil_sct: replace unnecessary atomic allocationGravatar Johan Hovold 1-1/+1
2014-11-03USB: kobil_sct: fix non-atomic allocation in write pathGravatar Johan Hovold 1-2/+3
2014-10-22USB: kobil_sct: Remove unused transfer buffer allocsGravatar Peter Hurley 1-15/+0
2014-05-27USB: kobil_sct: fix control requests without data stageGravatar Johan Hovold 1-11/+11
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Gravatar Johan Hovold 1-1/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-07treewide: fix comments and printk msgsGravatar Masanari Iida 1-1/+1
2013-04-17USB: kobil_sct: use port interrupt-out urbGravatar Johan Hovold 1-67/+8
2013-04-17USB: kobil_sct: remove unused endpoint addressGravatar Johan Hovold 1-8/+0
2013-04-17USB: kobil_sct: fix broken debug codeGravatar Johan Hovold 1-18/+2
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringGravatar Jiri Slaby 1-1/+1
2012-10-31USB: serial: remove driver version informationGravatar Johan Hovold 1-2/+0
2012-10-17USB: kobil_sct: fix port-data memory leakGravatar Johan Hovold 1-10/+13
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 1-58/+40
2012-09-18USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbgGravatar Greg Kroah-Hartman 1-5/+4
2012-09-18USB: Serial: kobil_sct.c: remove debug module parameterGravatar Greg Kroah-Hartman 1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Gravatar Greg Kroah-Hartman 1-2/+1
2012-09-14USB: serial: kobil_sct.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-46/+35
2012-07-16usb, kobil: Sort out some bogus tty handlingGravatar Alan Cox 1-3/+3
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-7/+7
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Gravatar Greg Kroah-Hartman 1-9/+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: kobil_sct.c: remove dbg() tracing callsGravatar Greg Kroah-Hartman 1-7/+0
2012-02-28USB: serial: kobil_sct.c: use module_usb_serial_driverGravatar Greg Kroah-Hartman 1-19/+1
2012-02-24usb-serial: use new registration API in [k-m]* driversGravatar Alan Stern 1-17/+8
2012-01-24usb: serial: kobil_sct: fix compile warning:Gravatar Felipe Balbi 1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devGravatar Johan Hovold 1-13/+0
2011-11-15USB: serial: remove changelogs and old todo entriesGravatar Johan Hovold 1-12/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+6
2011-02-28USB: serial/kobil_sct, fix potential tty NULL dereferenceGravatar Jiri Slaby 1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsGravatar Alan Cox 1-2/+2
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-2/+2
2010-05-20USB: kobil: fix memory leakGravatar Johan Hovold 1-1/+2
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerGravatar Alan Cox 1-1/+0
2010-03-02USB serial: make USB device id constantGravatar Németh Márton 1-1/+1
2010-03-02USB: kobil_sct: clean up kobil_set_termiosGravatar Johan Hovold 1-18/+4
2009-09-19tty: USB serial termios bitsGravatar Alan Cox 1-11/+11
2009-09-19tty: USB does not need the filp argument in the driversGravatar Alan Cox 1-4/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseGravatar Alan Stern 1-8/+4
2009-06-11tty: Bring the usb tty port structure into more useGravatar Alan Cox 1-5/+4
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeGravatar Oliver Neukum 1-6/+0
2008-10-17USB: remove info() macro from usb/serial driversGravatar Greg Kroah-Hartman 1-2/+2
2008-10-13tty: usb-serial krefsGravatar Alan Cox 1-1/+2