summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/io_edgeport.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-2/+4
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+4
* USB: serial: io_edgeport: fix spelling mistakesZhang Jiaming2022-07-131-2/+2
* USB: serial: io_edgeport: drop unused descriptor helperJohan Hovold2021-07-301-33/+0
* USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold2021-05-211-26/+1
* USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-3/+3
* USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-3/+3
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-10/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-10/+2
* USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
* USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby2021-03-151-44/+1
* USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin2021-03-091-10/+16
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-4/+2
* USB: serial: use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-081-2/+2
* USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callbackQiujun Huang2020-03-261-1/+1
* USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold2020-01-171-5/+7
* USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold2020-01-171-2/+2
* USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold2019-12-101-4/+6
* USB: serial: io_edgeport: fix up switch fall-through commentsGreg Kroah-Hartman2019-05-031-23/+14
* io_edgeport: switch to ->get_serial()Al Viro2018-10-131-21/+16
* USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-6/+11
* USB: serial: io_edgeport: fix possible sleep-in-atomicJia-Ju Bai2017-12-141-1/+0
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: constify static arraysJohan Hovold2017-04-191-3/+3
* USB: serial: drop termios-flag debuggingJohan Hovold2017-03-291-5/+0
* USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold2017-03-161-5/+12
* USB: serial: io_edgeport: drop io-tables header fileJohan Hovold2017-02-151-2/+215
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: serial: io_edgeport: fix descriptor error handlingJohan Hovold2017-01-161-9/+15
* USB: serial: io_edgeport: fix epic-descriptor handlingJohan Hovold2017-01-161-6/+18
* USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold2017-01-041-0/+5
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold2016-05-101-7/+10
* USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold2016-05-101-11/+28
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+2
* USB: io_edgeport: remove redundant conditionsGeyslan G. Bem2015-12-111-21/+14
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-35/+13
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0
* USB: io_edgeport: remove unused definesJohan Hovold2013-07-231-2/+0
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-35/+23
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-70/+6
|\
| * USB: io_edgeport: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-34/+1
| * USB: io_edgeport: switch to generic get_icount implementationJohan Hovold2013-03-251-38/+7
* | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-5/+7
|\|
| * USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+7
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-23/+5
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-22/+13