aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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