summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+15Star
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0Star
* 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/+2Star
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0Star
* 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-091-1/+0Star
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-5/+1Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0Star
* 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/+26Star
* 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/+30Star
|\
| * USB: ezusb: add functions for firmware downloadRene Buergel2012-09-181-78/+7Star
| * 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/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+1Star
| * USB: serial: whiteheat.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-20/+21
| * USB: ezusb: remove dependancy on usb_serialRene Buergel2012-09-141-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-091-5/+1Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: whiteheat.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-17/+0Star
* USB: whiteheat: reimplement using generic frameworkJohan Hovold2012-04-101-531/+8Star
* USB: whiteheat: remove driver versionJohan Hovold2012-04-101-3/+2Star
* USB: serial: whiteheat.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-24/+1Star
* usb-serial: use new registration API in [t-z]* driversAlan Stern2012-02-241-23/+9Star
* 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/+0Star
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-51/+0Star
* 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/+0Star
* USB: tty: sort out the request_room handling for whiteheatAlan Cox2010-03-021-15/+3Star
* USB serial: make USB device id constantNémeth Márton2010-03-021-3/+3
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-6/+4Star
* tty: USB serial termios bitsAlan Cox2009-09-191-3/+3
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-3/+2Star
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-3/+3
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-31/+2Star
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-46/+67
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-3/+5
* tty: usb-serial krefsAlan Cox2008-10-131-3/+5