aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-3/+4
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+4
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-4/+0
2022-04-21USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTSKees Cook1-3/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-8/+1
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-1/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-10/+2
2021-04-08USB: serial: whiteheat: fix TIOCGSERIAL implementationJohan Hovold1-6/+2
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2019-10-30USB: serial: whiteheat: fix line-speed endiannessJohan Hovold1-3/+6
2019-10-30USB: serial: whiteheat: fix potential slab corruptionJohan Hovold1-0/+4
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2018-10-13whiteheat: switch to ->get_serial()Al Viro1-27/+15
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-16USB: serial: whiteheat: simplify endpoint checkJohan Hovold1-30/+2
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2015-09-23USB: whiteheat: fix potential null-deref at probeJohan Hovold1-0/+31
2014-08-24USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw1-1/+6
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-5/+1
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-10/+10
2013-06-06USB: whiteheat: fix broken port configurationJohan Hovold1-1/+1
2012-10-25USB: whiteheat: fix port-data memory leakJohan Hovold1-33/+26
2012-10-25USB: whiteheat: fix memory leak in error pathJohan Hovold1-0/+1
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-105/+30
2012-09-18USB: ezusb: add functions for firmware downloadRene Buergel1-78/+7
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel1-4/+5
2012-09-18USB: Serial: whiteheat.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-2/+1
2012-09-14USB: serial: whiteheat.c: remove dbg() usageGreg Kroah-Hartman1-20/+21
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel1-13/+13
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-5/+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: whiteheat.c: remove dbg() tracing callsGreg Kroah-Hartman1-17/+0
2012-04-10USB: whiteheat: reimplement using generic frameworkJohan Hovold1-531/+8
2012-04-10USB: whiteheat: remove driver versionJohan Hovold1-3/+2
2012-02-28USB: serial: whiteheat.c: use module_usb_serial_driverGreg Kroah-Hartman1-24/+1
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern1-23/+9
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-7/+0
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold1-51/+0
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-2/+2
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-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-6/+0
2010-03-02USB: tty: sort out the request_room handling for whiteheatAlan Cox1-15/+3
2010-03-02USB serial: make USB device id constantNémeth Márton1-3/+3
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum1-6/+4
2009-09-19tty: USB serial termios bitsAlan Cox1-3/+3
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-3/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+3
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-31/+2
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-46/+67
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-3/+5
2008-10-13tty: usb-serial krefsAlan Cox1-3/+5
2008-07-22cp2101: coding styleAlan Cox1-1/+0
2008-07-22whiteheat: fix bugs found in the tidy and auditAlan Cox1-8/+4
2008-07-22whiteheat: coding styleAlan Cox1-169/+217
2008-07-22usb_serial: API all changeAlan Cox1-44/+58
2008-07-10whiteheat: use request_firmware()David Woodhouse1-27/+50
2008-04-30tty: The big operations reworkAlan Cox1-3/+1
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-3/+3
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-52/+52
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-6/+0
2008-02-01USB: make sure usb serial drivers don't flush to logically disconnected devicesOliver Neukum1-2/+5
2008-02-01USB: fix NULL pointer dereference on drivers/usb/serial/whiteheat.cOliver Neukum1-2/+1
2007-10-25USB: whiteheat: clean up can't happen checks and encode baud rateAlan Cox1-9/+2
2007-07-12USB: visor and whiteheat: remove bogus termios change checksAlan Cox1-9/+0
2007-07-12USB: serial: whiteheat: clean up urb->status usageGreg Kroah-Hartman1-9/+16
2007-07-12USB: whiteheat driver updateOliver Neukum1-40/+52
2007-04-27USB: whiteheat: Convert to generic booleanRichard Knutsson1-4/+4
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-0/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-6/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+8
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-26[PATCH] drivers: use list_move()Akinobu Mita1-12/+7
2006-06-21[PATCH] USB: Whiteheat: fix firmware spurious errorsStuart MacDonald1-2/+2
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-3/+1
2006-04-27[PATCH] USB: Resource leak fix for whiteheat driverJesper Juhl1-0/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-6/+5
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-15/+15
2005-10-28[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-2/+6
2005-10-28[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1512