summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/kl5kusb105.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: kl5kusb105: remove KLSI device idJohan Hovold2018-07-111-1/+0
* 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: kl5kusb105: remove unused termios structureJohan Hovold2017-01-161-11/+0
* USB: serial: kl5kusb105: clean up struct definitionJohan Hovold2017-01-161-6/+6
* USB: serial: kl5kusb105: remove dead codeJohan Hovold2017-01-161-68/+8
* USB: serial: kl5kusb105: make logging less verboseJohan Hovold2017-01-161-8/+8
* USB: serial: kl5kusb105: fix line-state error handlingJohan Hovold2017-01-101-4/+5
* USB: serial: kl5kusb105: abort on open exception pathPan Bian2016-11-301-0/+2
* USB: serial: kl5kusb105: fix open error pathJohan Hovold2016-11-301-9/+24
* USB: serial: fix semicolon.cocci warningsMathieu OTHACEHE2016-02-281-3/+0
* USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin2014-07-091-30/+0
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-2/+2
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-11/+5
* USB: kl5kusb105: always disable uart on closeJohan Hovold2013-03-251-16/+11
* USB: kl5kusb105: remove unnecessary urb kill on closeJohan Hovold2013-03-251-3/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: kl5kusb105: fix port-data memory leakJohan Hovold2012-10-171-44/+24
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-23/+18
|\
| * USB: serial: kl5kusb105.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
| * USB: serial: kl5kusb105.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-18/+18
* | tty: move the termios object into the ttyAlan Cox2012-07-161-9/+9
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-6/+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: kl5kusb105.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-9/+0
* USB: serial: kl5kusb105.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-22/+1
* usb-serial: use new registration API in [k-m]* driversAlan Stern2012-02-241-17/+11
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* 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
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* USB: kl5usb105: reimplement using generic frameworkJohan Hovold2010-05-201-333/+47
* USB: kl5usb105: minor clean upsJohan Hovold2010-05-201-46/+33
* USB: kl5usb105: fix memory leakJohan Hovold2010-05-201-0/+1
* 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: kl5kusb105: fix DMA buffers on stackJohan Hovold2010-03-021-18/+45
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-1/+1
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-8/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-17/+22
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2
* tty: Drop the lock_kernel in the private ioctl hookAlan Cox2009-01-021-0/+1
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-17/+29
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-11/+12
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
OpenPOWER on IntegriCloud