summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cp2101: coding styleAlan Cox2008-07-221-1/+0Star
* whiteheat: fix bugs found in the tidy and auditAlan Cox2008-07-221-8/+4Star
* whiteheat: coding styleAlan Cox2008-07-221-169/+217
* usb_serial: API all changeAlan Cox2008-07-221-44/+58
* whiteheat: use request_firmware()David Woodhouse2008-07-101-27/+50
* tty: The big operations reworkAlan Cox2008-04-301-3/+1Star
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-3/+3
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-251-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-52/+52
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-251-6/+0Star
* USB: make sure usb serial drivers don't flush to logically disconnected devicesOliver Neukum2008-02-011-2/+5