summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c
Commit message (Expand)AuthorAgeFilesLines
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+4
* tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-4/+0
* USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTSKees Cook2022-04-211-3/+2
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-8/+1
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-1/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-10/+2
* USB: serial: whiteheat: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+2
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-4/+2
* USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-301-3/+6
* USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* whiteheat: switch to ->get_serial()Al Viro2018-10-131-27/+15
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: whiteheat: simplify endpoint checkJohan Hovold2017-03-161-30/+2
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: whiteheat: fix potential null-deref at probeJohan Hovold2015-09-231-0/+31
* USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw2014-08-241-1/+6
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-5/+1
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-10/+10
* USB: whiteheat: fix broken port configurationJohan Hovold2013-06-061-1/+1
* USB: whiteheat: fix port-data memory leakJohan Hovold2012-10-251-33/+26
* USB: whiteheat: fix memory leak in error pathJohan Hovold2012-10-251-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-105/+30
|\
| * USB: ezusb: add functions for firmware downloadRene Buergel2012-09-181-78/+7
| * USB: ezusb: add support for Cypress FX2LPRene Buergel2012-09-181-4/+5
| * USB: Serial: whiteheat.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+1
| * USB: serial: whiteheat.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-20/+21
| * USB: ezusb: remove dependancy on usb_serialRene Buergel2012-09-131-13/+13
* | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-5/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: whiteheat.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-17/+0
* USB: whiteheat: reimplement using generic frameworkJohan Hovold2012-04-101-531/+8
* USB: whiteheat: remove driver versionJohan Hovold2012-04-101-3/+2
* USB: serial: whiteheat.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-24/+1
* usb-serial: use new registration API in [t-z]* driversAlan Stern2012-02-241-23/+9
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-7/+0
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-51/+0
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+2
* 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
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-6/+0