summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/keyspan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman2012-11-171-2/+1Star
|\
| * USB: keyspan: fix typo causing GPF on openBjørn Mork2012-11-131-2/+1Star
* | USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0Star
|/
* USB: keyspan: fix NULL-pointer dereferences and memory leaksJohan Hovold2012-10-251-93/+88Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-181/+157Star
|\
| * USB: ezusb: add functions for firmware downloadRene Buergel2012-09-181-31/+8Star
| * USB: ezusb: add support for Cypress FX2LPRene Buergel2012-09-181-2/+3
| * USB: Serial: keyspan.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-6/+0Star
| * USB: serial: keyspan: fix up some compiler warningsGreg Kroah-Hartman2012-09-151-4/+2Star
| * USB: serial: keyspan: remove dbg() usageGreg Kroah-Hartman2012-09-151-142/+148
| * USB: ezusb: remove dependancy on usb_serialRene Buergel2012-09-141-3/+3
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-18/+13Star
|\|
| * USB: serial: keyspan: Removed unrequired parentheses.Ben Minerds2012-07-171-1/+1
| * USB: serial: keyspan: Removed trailing whitespace.Ben Minerds2012-07-171-1/+1
| * USB: serial: keyspan: Fixed space near open parenthesis.Ben Minerds2012-07-171-1/+1
| * USB: serial: keyspan: Fixed space around equals.Ben Minerds2012-07-171-1/+1
| * USB: serial: keyspan: Fix spacing around conditional.Ben Minerds2012-07-171-9/+9
| * USB: serial: Remove unused s_priv variableBill Pemberton2012-06-211-5/+0Star
* | tty: move the termios object into the ttyAlan Cox2012-07-161-3/+3
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-1/+1
* USB: keyspan.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-51/+0Star
* USB: serial: keyspan.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-19/+1Star
* usb-serial: use new registration API in [k-m]* driversAlan Stern2012-02-241-33/+5Star
* 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-23/+0Star
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-67/+0Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-2/+2
|\
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | USB: serial: keyspan: Fix possible null pointer dereference.Huzaifa Sidhpurwala2011-02-251-5/+5
|/
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-39/+18Star
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1Star
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-1/+12
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-3/+10
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-251-1/+1
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-37/+40
* keyspan: Use string flip functions when possibleAlan Cox2008-07-221-9/+7Star
* tty-usb-keyspan: Coding styleAlan Cox2008-07-221-407/+418
* usb_serial: API all changeAlan Cox2008-07-221-81/+57Star
* keyspan: use request_firmware()David Woodhouse2008-07-101-36/+42
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-14/+14
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-251-9/+10
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-117/+117
* USB: keyspan: Fix oopsAlan Cox2008-02-011-1/+1
* keyspan: fix oopsAlan Cox2008-01-221-1/+1
* revert "keyspan: init termios properly"Andrew Morton2007-11-291-3/+29
* keyspan: init termios properlyBorislav Petkov2007-11-151-32/+6Star
* USB: keyspan termios tidyAlan Cox2007-10-251-5/+11