summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cyberjack.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: cyberjack: fix NULL-deref at openJohan Hovold2017-01-041-0/+10
* USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE2016-02-281-2/+1
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-031-1/+1
* USB: cyberjack: fix buggy integer overflow testDan Carpenter2013-10-071-1/+1
* USB: cyberjack: fix disconnect handlingJohan Hovold2013-03-251-10/+2
* USB: cyberjack: remove bogus disconnect test in closeJohan Hovold2013-03-251-5/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-8/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-5/+0
* USB: cyberjack: fix port-data memory leakJohan Hovold2012-10-161-30/+19
* USB: Serial: cyberjack.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-5/+3
* USB: serial: cyberjack.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-33/+35
* 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: cyberjack.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-18/+0
* USB: serial: cyberjack.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-20/+1
* usb-serial: use new registration API in [a-c]* driversAlan Stern2012-02-241-18/+11
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold2011-11-151-15/+2
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-4/+0
* USB: cyberjack: clean up write-urb busy handlingJohan Hovold2011-11-151-8/+4
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-5/+15
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-7/+0
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-9/+14
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-2/+3
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
* cyberjack: Coding styleAlan Cox2008-07-221-62/+69
* usb_serial: API all changeAlan Cox2008-07-221-20/+27
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-3/+3
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-241-15/+16
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-36/+36
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: cyberjack: remove a unnecessary variable.Andre Haupt2008-02-011-1/+0
* USB: serial: cyberjack: clean up urb->status usageGreg Kroah-Hartman2007-07-121-6/+11
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+6
* usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra2006-09-281-3/+3
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-121-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-211-1/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-9/+2