summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/kl5kusb105.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-08USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-04USB: kl5kusb105.c: remove dbg() tracing callsGreg Kroah-Hartman1-9/+0
2012-02-29USB: serial: kl5kusb105.c: use module_usb_serial_driverGreg Kroah-Hartman1-22/+1
2012-02-25usb-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-21USB: kl5usb105: reimplement using generic frameworkJohan Hovold1-333/+47
2010-05-21USB: kl5usb105: minor clean upsJohan Hovold1-46/+33
2010-05-21USB: kl5usb105: fix memory leakJohan Hovold1-0/+1
2010-03-03USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-03USB serial: make USB device id constantNémeth Márton1-1/+1
2010-03-03USB: kl5kusb105: fix DMA buffers on stackJohan Hovold1-18/+45
2009-10-10USB: 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-20tty: USB does not need the filp argument in the driversAlan Cox1-8/+2
2009-06-16USB: 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-18USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-17/+29
2008-10-18USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-11/+12
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-23tty-usb-kl5kusb105: Coding styleAlan Cox1-201/+188
2008-07-23usb_serial: API all changeAlan Cox1-31/+43
2008-07-22USB: use get_unaligned_* helpers for kl5kusb105 driverHarvey Harrison1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-1/+2
2008-04-25USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-25usb serial: more fixes and groundwork for tty changesAlan Cox1-16/+25
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-39/+39
2008-04-25USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-02-02USB: kl5kusb105 don't flush to logically disconnected devicesOliver Neukum1-11/+15
2007-10-13USB: kl5kusb105: witch to new speed APIAlan Cox1-10/+18
2007-07-13USB: serial: kl5kusb105: clean up urb->status usageGreg Kroah-Hartman1-10/+12
2007-04-28USB: fix error handling in kl5kusbOliver Neukum1-8/+20
2007-02-08USB 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-13[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-22[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-2/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-11/+2
2006-01-05[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-29[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-2/+2
2005-10-29[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-1/+3
2005-10-29[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-1/+1