aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/keyspan.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04USB: serial: keyspan: remove redundant assignment to pointer dataColin Ian King1-1/+0
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-1/+4
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2021-10-27USB: serial: keyspan: fix memleak on probe errorsWang Hai1-8/+7
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-2/+2
2021-03-15USB: serial: keyspan: drop unneeded forward declarationsJiri Slaby1-20/+0
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2020-01-17USB: serial: keyspan: handle unbound portsJohan Hovold1-0/+4
2019-10-04USB: serial: keyspan: fix NULL-derefs on open() and write()Johan Hovold1-2/+2
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-02-15USB: serial: keyspan: drop header fileJohan Hovold1-3/+589
2016-05-10USB: serial: keyspan: fix debug and error messagesJohan Hovold1-17/+25
2016-05-10USB: serial: keyspan: fix URB unlinkJohan Hovold1-16/+10
2016-05-10USB: serial: keyspan: fix use-after-free in probe error pathJohan Hovold1-0/+4
2016-02-28USB: serial: fix semicolon.cocci warningsMathieu OTHACEHE1-1/+1
2015-01-02USB: keyspan: fix null-deref at probeJohan Hovold1-5/+15
2014-11-19USB: keyspan: fix overrun-error reportingJohan Hovold1-10/+11
2014-11-19USB: keyspan: fix tty line-status reportingJohan Hovold1-28/+48
2014-05-27USB: keyspan: fix potential null pointer dereferenceRickard Strandqvist1-2/+2
2014-03-12USB: keyspan: remove dead debugging codeJohan Hovold1-30/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar1-1/+1
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-6/+2
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2013-08-14USB: keyspan: fix port DMA-buffer allocationsJohan Hovold1-8/+56
2013-08-14USB: keyspan: fix serial DMA-buffer allocationsJohan Hovold1-4/+36
2013-08-14USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-16/+13
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-10/+0
2013-06-04USB: keyspan: remove unused endpoint-array accessJohan Hovold1-10/+0
2013-06-04USB: keyspan: fix bogus array indexJohan Hovold1-1/+1
2013-05-30usb: serial: dump small buffers with help of %*phAndy Shevchenko1-11/+2
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-54/+42
2013-04-05USB: keyspan: add a sanity test on "len"Dan Carpenter1-2/+3
2013-04-05USB: keyspan: pull in one indent levelDan Carpenter1-35/+34
2013-03-25USB: keyspan: remove bogus disconnect test in closeJohan Hovold1-19/+7
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-33/+10
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-35/+25
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-23/+8
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-3/+5
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-9/+12
2013-01-11usb: serial: keyspan: fixed coding style issuesStefan Hubner1-2/+2
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman1-2/+1
2012-11-13USB: keyspan: fix typo causing GPF on openBjørn Mork1-2/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-25USB: keyspan: fix NULL-pointer dereferences and memory leaksJohan Hovold1-93/+88
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-181/+157
2012-09-18USB: ezusb: add functions for firmware downloadRene Buergel1-31/+8
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel1-2/+3
2012-09-18USB: Serial: keyspan.c: remove debug module parameterGreg Kroah-Hartman1-6/+0
2012-09-14USB: serial: keyspan: fix up some compiler warningsGreg Kroah-Hartman1-4/+2
2012-09-14USB: serial: keyspan: remove dbg() usageGreg Kroah-Hartman1-142/+148
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel1-3/+3
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-18/+13
2012-07-16USB: serial: keyspan: Removed unrequired parentheses.Ben Minerds1-1/+1
2012-07-16USB: serial: keyspan: Removed trailing whitespace.Ben Minerds1-1/+1
2012-07-16USB: serial: keyspan: Fixed space near open parenthesis.Ben Minerds1-1/+1
2012-07-16USB: serial: keyspan: Fixed space around equals.Ben Minerds1-1/+1
2012-07-16USB: serial: keyspan: Fix spacing around conditional.Ben Minerds1-9/+9
2012-07-16tty: move the termios object into the ttyAlan Cox1-3/+3
2012-06-20USB: serial: Remove unused s_priv variableBill Pemberton1-5/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-1/+1
2012-05-03USB: keyspan.c: remove dbg() tracing callsGreg Kroah-Hartman1-51/+0
2012-02-28USB: serial: keyspan.c: use module_usb_serial_driverGreg Kroah-Hartman1-19/+1
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern1-33/+5
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-23/+0
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold1-67/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2011-02-25USB: serial: keyspan: Fix possible null pointer dereference.Huzaifa Sidhpurwala1-5/+5
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern1-39/+18
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-1/+12
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-3/+10
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-1/+1
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-37/+40
2008-07-22keyspan: Use string flip functions when possibleAlan Cox1-9/+7
2008-07-22tty-usb-keyspan: Coding styleAlan Cox1-407/+418
2008-07-22usb_serial: API all changeAlan Cox1-81/+57
2008-07-10keyspan: use request_firmware()David Woodhouse1-36/+42
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-14/+14
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-9/+10
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-117/+117
2008-02-01USB: keyspan: Fix oopsAlan Cox1-1/+1
2008-01-21keyspan: fix oopsAlan Cox1-1/+1
2007-11-29revert "keyspan: init termios properly"Andrew Morton1-3/+29
2007-11-14keyspan: init termios properlyBorislav Petkov1-32/+6
2007-10-25USB: keyspan termios tidyAlan Cox1-5/+11
2007-07-12USB: serial: keyspan: clean up urb->status usageGreg Kroah-Hartman1-20/+30
2007-07-12USB Serial Keyspan: add support for USA-49WG & USA-28XGLucy McCoy1-25/+389
2007-02-07fix for bugzilla #7544 (keyspan USB-to-serial converter)Rainer Weikusat1-4/+45
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-12-01usb: keyspan free urb cleanupMariusz Kozlowski1-12/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-26/+26
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-4/+2
2005-09-08[PATCH] USB: fix up URB_ASYNC_UNLINK usages from the usb-serial driversGreg Kroah-Hartman1-7/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2354