summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/kl5kusb105.c
Commit message (Expand)AuthorAgeFilesLines
* USB: kl5kusb105: fix port-data memory leakJohan Hovold2012-10-171-44/+24Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-23/+18Star
|\
| * USB: serial: kl5kusb105.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0Star
| * 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-091-6/+1Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: kl5kusb105.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-9/+0Star
* USB: serial: kl5kusb105.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-22/+1Star
* usb-serial: use new registration API in [k-m]* driversAlan Stern2012-02-241-17/+11Star
* 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/+47Star
* USB: kl5usb105: minor clean upsJohan Hovold2010-05-201-46/+33Star
* 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/+0Star
* 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/+2Star
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-17/+22
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2Star
* 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
* tty-usb-kl5kusb105: Coding styleAlan Cox2008-07-221-201/+188Star
* usb_serial: API all changeAlan Cox2008-07-221-31/+43
* USB: use get_unaligned_* helpers for kl5kusb105 driverHarvey Harrison2008-07-221-1/+1
* drivers/usb annotations and fixesAl Viro2008-04-281-1/+2
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-2/+2
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-251-16/+25
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-39/+39
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-251-3/+0Star
* USB: kl5kusb105 don't flush to logically disconnected devicesOliver Neukum2008-02-011-11/+15
* USB: kl5kusb105: witch to new speed APIAlan Cox2007-10-121-10/+18
* USB: serial: kl5kusb105: clean up urb->status usageGreg Kroah-Hartman2007-07-131-10/+12
* USB: fix error handling in kl5kusbOliver Neukum2007-04-271-8/+20
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-081-0/+1
* usb serial: Eliminate bogus ioctl codeAlan2006-12-201-68/+0Star
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-131-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-221-2/+1Star
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-11/+2Star