summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/kl5kusb105.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17USB: kl5kusb105: fix port-data memory leakJohan Hovold1-44/+24
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-23/+18
2012-09-14USB: serial: kl5kusb105.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: kl5kusb105.c: remove dbg() usageGreg Kroah-Hartman1-18/+18
2012-07-16tty: move the termios object into the ttyAlan Cox1-9/+9
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+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: kl5kusb105.c: remove dbg() tracing callsGreg Kroah-Hartman1-9/+0
2012-02-28USB: serial: kl5kusb105.c: use module_usb_serial_driverGreg Kroah-Hartman1-22/+1
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern1-17/+11
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
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-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-20USB: kl5usb105: reimplement using generic frameworkJohan Hovold1-333/+47
2010-05-20USB: kl5usb105: minor clean upsJohan Hovold1-46/+33
2010-05-20USB: kl5usb105: fix memory leakJohan Hovold1-0/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: kl5kusb105: fix DMA buffers on stackJohan Hovold1-18/+45
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-8/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-17/+22
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox1-0/+1
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-17/+29
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-11/+12
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-22tty-usb-kl5kusb105: Coding styleAlan Cox1-201/+188
2008-07-22usb_serial: API all changeAlan Cox1-31/+43
2008-07-21USB: use get_unaligned_* helpers for kl5kusb105 driverHarvey Harrison1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-1/+2
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-16/+25
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-39/+39
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-02-01USB: kl5kusb105 don't flush to logically disconnected devicesOliver Neukum1-11/+15
2007-10-12USB: kl5kusb105: witch to new speed APIAlan Cox1-10/+18
2007-07-12USB: serial: kl5kusb105: clean up urb->status usageGreg Kroah-Hartman1-10/+12
2007-04-27USB: fix error handling in kl5kusbOliver Neukum1-8/+20
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-0/+1
2006-12-20usb serial: Eliminate bogus ioctl codeAlan1-68/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-2/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-11/+2