aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/whiteheat.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16USB: serial: whiteheat: simplify endpoint checkGravatar Johan Hovold 1-30/+2
2017-01-26USB: serial: drop unused ASYNC flagsGravatar Johan Hovold 1-1/+0
2015-09-23USB: whiteheat: fix potential null-deref at probeGravatar Johan Hovold 1-0/+31
2014-08-24USB: whiteheat: Added bounds checking for bulk command responseGravatar James Forshaw 1-1/+6
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesGravatar Johan Hovold 1-5/+1
2014-01-03USB: serial: clean up ioctl debuggingGravatar Johan Hovold 1-2/+0
2013-06-17USB: serial: make minor allocation dynamicGravatar Greg Kroah-Hartman 1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGravatar Greg Kroah-Hartman 1-10/+10
2013-06-06USB: whiteheat: fix broken port configurationGravatar Johan Hovold 1-1/+1
2012-10-25USB: whiteheat: fix port-data memory leakGravatar Johan Hovold 1-33/+26
2012-10-25USB: whiteheat: fix memory leak in error pathGravatar Johan Hovold 1-0/+1
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 1-105/+30
2012-09-18USB: ezusb: add functions for firmware downloadGravatar Rene Buergel 1-78/+7
2012-09-18USB: ezusb: add support for Cypress FX2LPGravatar Rene Buergel 1-4/+5
2012-09-18USB: Serial: whiteheat.c: remove debug module parameterGravatar Greg Kroah-Hartman 1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Gravatar Greg Kroah-Hartman 1-2/+1
2012-09-14USB: serial: whiteheat.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-20/+21
2012-09-13USB: ezusb: remove dependancy on usb_serialGravatar Rene Buergel 1-13/+13
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-1/+1
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Gravatar Greg Kroah-Hartman 1-5/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-03USB: whiteheat.c: remove dbg() tracing callsGravatar Greg Kroah-Hartman 1-17/+0
2012-04-10USB: whiteheat: reimplement using generic frameworkGravatar Johan Hovold 1-531/+8
2012-04-10USB: whiteheat: remove driver versionGravatar Johan Hovold 1-3/+2
2012-02-28USB: serial: whiteheat.c: use module_usb_serial_driverGravatar Greg Kroah-Hartman 1-24/+1
2012-02-24usb-serial: use new registration API in [t-z]* driversGravatar Alan Stern 1-23/+9
2012-02-10USB: serial: use dev_err_console in custom write pathsGravatar Johan Hovold 1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devGravatar Johan Hovold 1-7/+0
2011-11-15USB: serial: remove changelogs and old todo entriesGravatar Johan Hovold 1-51/+0
2011-02-17tty: remove filp from the USB tty ioctlsGravatar Alan Cox 1-2/+2
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-2/+2
2010-08-10drivers/usb: Remove unnecessary return's from void functionsGravatar Joe Perches 1-6/+0
2010-03-02USB: tty: sort out the request_room handling for whiteheatGravatar Alan Cox 1-15/+3
2010-03-02USB serial: make USB device id constantGravatar Németh Márton 1-3/+3
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepGravatar Oliver Neukum 1-6/+4
2009-09-19tty: USB serial termios bitsGravatar Alan Cox 1-3/+3
2009-09-19tty: USB does not need the filp argument in the driversGravatar Alan Cox 1-3/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseGravatar Alan Stern 1-3/+3
2009-06-11tty: Bring the usb tty port structure into more useGravatar Alan Cox 1-31/+2
2008-10-17USB: remove use of err() in drivers/usb/serialGravatar Greg Kroah-Hartman 1-46/+67
2008-10-17USB: remove info() macro from usb/serial driversGravatar Greg Kroah-Hartman 1-3/+5
2008-10-13tty: usb-serial krefsGravatar Alan Cox 1-3/+5
2008-07-22cp2101: coding styleGravatar Alan Cox 1-1/+0
2008-07-22whiteheat: fix bugs found in the tidy and auditGravatar Alan Cox 1-8/+4
2008-07-22whiteheat: coding styleGravatar Alan Cox 1-169/+217
2008-07-22usb_serial: API all changeGravatar Alan Cox 1-44/+58