aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/kobil_sct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+4
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-2/+2
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2020-07-08USB: serial: use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-02USB: serial: kobil_sct: log failure to update line settingsJohan Hovold1-0/+4
2018-07-06USB: serial: kobil_sct: add missing version error handlingJohan Hovold1-4/+8
2018-07-06USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold1-2/+10
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-30USB: serial: kobil_sct: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-03-16USB: serial: kobil_sct: simplify endpoint checkJohan Hovold1-12/+1
2017-01-04USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold1-0/+12
2014-11-26Merge tag 'usb-serial-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-1/+1
2014-11-03USB: kobil_sct: replace unnecessary atomic allocationJohan Hovold1-1/+1
2014-11-03USB: kobil_sct: fix non-atomic allocation in write pathJohan Hovold1-2/+3
2014-10-22USB: kobil_sct: Remove unused transfer buffer allocsPeter Hurley1-15/+0
2014-05-27USB: kobil_sct: fix control requests without data stageJohan Hovold1-11/+11
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-1/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-04-17USB: kobil_sct: use port interrupt-out urbJohan Hovold1-67/+8
2013-04-17USB: kobil_sct: remove unused endpoint addressJohan Hovold1-8/+0
2013-04-17USB: kobil_sct: fix broken debug codeJohan Hovold1-18/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-2/+0
2012-10-17USB: kobil_sct: fix port-data memory leakJohan Hovold1-10/+13
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-58/+40
2012-09-18USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbgGreg Kroah-Hartman1-5/+4
2012-09-18USB: Serial: kobil_sct.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-2/+1
2012-09-14USB: serial: kobil_sct.c: remove dbg() usageGreg Kroah-Hartman1-46/+35
2012-07-16usb, kobil: Sort out some bogus tty handlingAlan Cox1-3/+3
2012-07-16tty: move the termios object into the ttyAlan Cox1-7/+7
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-9/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: kobil_sct.c: remove dbg() tracing callsGreg Kroah-Hartman1-7/+0
2012-02-28USB: serial: kobil_sct.c: use module_usb_serial_driverGreg Kroah-Hartman1-19/+1
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern1-17/+8
2012-01-24usb: serial: kobil_sct: fix compile warning:Felipe Balbi1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-13/+0
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold1-12/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-6/+6
2011-02-28USB: serial/kobil_sct, fix potential tty NULL dereferenceJiri Slaby1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-05-20USB: kobil: fix memory leakJohan Hovold1-1/+2