summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/kobil_sct.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: kobil_sct: mark expected switch fall-throughGustavo A. R. Silva2017-10-301-0/+1
* USB: serial: kobil_sct: simplify endpoint checkJohan Hovold2017-03-161-12/+1
* USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold2017-01-041-0/+12
* Merge tag 'usb-serial-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-11-261-1/+1
|\
| * USB: kobil_sct: replace unnecessary atomic allocationJohan Hovold2014-11-031-1/+1
* | USB: kobil_sct: fix non-atomic allocation in write pathJohan Hovold2014-11-031-2/+3
* | USB: kobil_sct: Remove unused transfer buffer allocsPeter Hurley2014-10-221-15/+0
|/
* USB: kobil_sct: fix control requests without data stageJohan Hovold2014-05-271-11/+11
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\
| * treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
* | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
|/
* USB: kobil_sct: use port interrupt-out urbJohan Hovold2013-04-171-67/+8
* USB: kobil_sct: remove unused endpoint addressJohan Hovold2013-04-171-8/+0
* USB: kobil_sct: fix broken debug codeJohan Hovold2013-04-171-18/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-5/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-2/+0
* USB: kobil_sct: fix port-data memory leakJohan Hovold2012-10-171-10/+13
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-58/+40
|\
| * USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbgGreg Kroah-Hartman2012-09-181-5/+4
| * USB: Serial: kobil_sct.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+1
| * USB: serial: kobil_sct.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-46/+35
* | usb, kobil: Sort out some bogus tty handlingAlan Cox2012-07-161-3/+3
* | tty: move the termios object into the ttyAlan Cox2012-07-161-7/+7
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-9/+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: kobil_sct.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-7/+0
* USB: serial: kobil_sct.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-19/+1
* usb-serial: use new registration API in [k-m]* driversAlan Stern2012-02-241-17/+8
* usb: serial: kobil_sct: fix compile warning:Felipe Balbi2012-01-241-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-13/+0
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-12/+0
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-6/+6
|\
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+2
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* | USB: serial/kobil_sct, fix potential tty NULL dereferenceJiri Slaby2011-02-281-1/+1
|/
* USB: kobil: fix memory leakJohan Hovold2010-05-201-1/+2
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: kobil_sct: clean up kobil_set_termiosJohan Hovold2010-03-021-18/+4
* tty: USB serial termios bitsAlan Cox2009-09-191-11/+11
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-8/+4
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-5/+4
OpenPOWER on IntegriCloud