aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/keyspan.c
AgeCommit message (Expand)Author
2013-06-04USB: keyspan: remove unused endpoint-array accessJohan Hovold
2013-06-04USB: keyspan: fix bogus array indexJohan Hovold
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-05USB: keyspan: add a sanity test on "len"Dan Carpenter
2013-04-05USB: keyspan: pull in one indent levelDan Carpenter
2013-03-25USB: keyspan: remove bogus disconnect test in closeJohan Hovold
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-11usb: serial: keyspan: fixed coding style issuesStefan Hubner
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman
2012-11-13USB: keyspan: fix typo causing GPF on openBjørn Mork
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-25USB: keyspan: fix NULL-pointer dereferences and memory leaksJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: ezusb: add functions for firmware downloadRene Buergel
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel
2012-09-18USB: Serial: keyspan.c: remove debug module parameterGreg Kroah-Hartman
2012-09-14USB: serial: keyspan: fix up some compiler warningsGreg Kroah-Hartman
2012-09-14USB: serial: keyspan: remove dbg() usageGreg Kroah-Hartman
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-07-16USB: serial: keyspan: Removed unrequired parentheses.Ben Minerds
2012-07-16USB: serial: keyspan: Removed trailing whitespace.Ben Minerds
2012-07-16USB: serial: keyspan: Fixed space near open parenthesis.Ben Minerds
2012-07-16USB: serial: keyspan: Fixed space around equals.Ben Minerds
2012-07-16USB: serial: keyspan: Fix spacing around conditional.Ben Minerds
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-20USB: serial: Remove unused s_priv variableBill Pemberton
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-03USB: keyspan.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: keyspan.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-25USB: serial: keyspan: Fix possible null pointer dereference.Huzaifa Sidhpurwala
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman
2008-10-13tty: usb-serial krefsAlan Cox