aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/io_edgeport.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-2/+4
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+4
2022-07-13USB: serial: io_edgeport: fix spelling mistakesZhang Jiaming1-2/+2
2021-07-30USB: serial: io_edgeport: drop unused descriptor helperJohan Hovold1-33/+0
2021-05-21USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold1-26/+1
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-3/+3
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-10/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-10/+2
2021-04-08USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-03-15USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby1-44/+1
2021-03-09USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin1-10/+16
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2020-07-08USB: serial: use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-26USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callbackQiujun Huang1-1/+1
2020-01-17USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold1-5/+7
2020-01-17USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold1-2/+2
2019-12-10USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold1-4/+6
2019-05-03USB: serial: io_edgeport: fix up switch fall-through commentsGreg Kroah-Hartman1-23/+14
2018-10-13io_edgeport: switch to ->get_serial()Al Viro1-21/+16
2018-06-26USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness1-6/+11
2017-12-14USB: serial: io_edgeport: fix possible sleep-in-atomicJia-Ju Bai1-1/+0
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-04-19USB: serial: constify static arraysJohan Hovold1-3/+3
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold1-5/+0
2017-03-16USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold1-5/+12
2017-02-15USB: serial: io_edgeport: drop io-tables header fileJohan Hovold1-2/+215
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2017-01-16USB: serial: io_edgeport: fix descriptor error handlingJohan Hovold1-9/+15
2017-01-16USB: serial: io_edgeport: fix epic-descriptor handlingJohan Hovold1-6/+18
2017-01-04USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold1-0/+5
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2016-05-10USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold1-7/+10
2016-05-10USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold1-11/+28
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+2
2015-12-11USB: io_edgeport: remove redundant conditionsGeyslan G. Bem1-21/+14
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-35/+13
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2013-07-23USB: io_edgeport: remove unused definesJohan Hovold1-2/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-35/+23
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-70/+6
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-5/+7
2013-03-25USB: io_edgeport: switch to generic TIOCMIWAIT implementationJohan Hovold1-34/+1
2013-03-25USB: io_edgeport: switch to generic get_icount implementationJohan Hovold1-38/+7
2013-03-21USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-23/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-22/+13
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-6/+6
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-17USB: io_edgeport: fix port-data memory leakJohan Hovold1-25/+29
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-336/+280
2012-09-18USB: Serial: io_edgeport.c: remove debug module parameterGreg Kroah-Hartman1-6/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-9/+6
2012-09-18USB: serial: io_edgeport.c: remove dbg() usageGreg Kroah-Hartman1-324/+277
2012-07-16tty: move the termios object into the ttyAlan Cox1-6/+6
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-1/+1
2012-02-28USB: serial: io_edgeport.c: use module_usb_serial_driverGreg Kroah-Hartman1-32/+3
2012-02-24usb-serial: use new registration API in [i-j]* driversAlan Stern1-34/+7
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-2/+2
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-3/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+6
2011-03-02USB: Remove unused timeout from io_edgeport.cHuzaifa Sidhpurwala1-3/+0
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman1-2/+2
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-02-03USB: io_edgeport: fix the reported firmware major and minorBjørn Mork1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-11/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-22/+27
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-11/+0
2010-05-20USB: io_edgeport: Use kzallocJulia Lawall1-2/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-12/+7
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-4/+4
2010-03-02USB: io_edgeport: eliminate get_string()Dan Carpenter1-39/+4
2010-03-02USB: serial: fix DMA buffers on stack for io_edgeport.cDan Carpenter1-17/+18
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-9/+20
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-6/+4
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-8/+0
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-7/+9
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-14/+29
2008-07-22io_edgeport: Fix various bogus returns to the tty layerAlan Cox1-6/+6
2008-07-22tty-usb-io_edgeport: Coding styleAlan Cox1-803/+1020
2008-07-22usb_serial: API all changeAlan Cox1-113/+62
2008-07-14edgeport: use request_firmware()Jaswinder Singh1-93/+90
2008-04-28drivers/usb annotations and fixesAl Viro1-1/+1
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-4/+4
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-159/+159
2008-02-01USB: Spelling fixesJoe Perches1-4/+4
2007-10-25USB: io_edgeport: cleanups, and tty speed reportingAlan Cox1-10/+8
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-07-30usb-serial: Fix edgeport regression on non-EPiC devicesAdam Kropelin1-11/+8
2007-07-12USB: io_*: remove bogus termios no change checksAlan Cox1-9/+0
2007-07-12USB: serial: io_edgeport: clean up urb->status usageGreg Kroah-Hartman1-11/+20
2007-06-25USB: fix race leading to use after free in io_edgeportOliver Neukum1-2/+2
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-2/+2
2007-04-27USB: io_edgeport: Convert to generic booleanRichard Knutsson1-63/+63
2007-04-27USB: io_edgeport race condition in countersOliver Neukum1-6/+7
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-8/+0
2007-02-07USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman1-82/+327
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-4/+4
2006-12-01usb: io_edgeport kill urb cleanupMariusz Kozlowski1-3/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+8
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: io_edgeport touch-upPete Zaitcev1-3/+3
2006-06-21[PATCH] USB: free allocated memory on io_edgeport startup memory failureChris Lund1-1/+5
2006-06-21[PATCH] usb: io_edgeport, cleanup to unicode handlingPete Zaitcev1-16/+26
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-2/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-13/+7
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-1/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: move old changelog comments out of source codeGreg Kroah-Hartman1-219/+0
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-16/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3113