summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/io_edgeport.c
AgeCommit message (Expand)Author
2023-06-07USB: serial: return errors from break handlingJohan Hovold
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-13USB: serial: io_edgeport: fix spelling mistakesZhang Jiaming
2021-07-30USB: serial: io_edgeport: drop unused descriptor helperJohan Hovold
2021-05-21USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold
2021-04-08USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold
2021-03-15USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby
2021-03-09USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2020-07-08USB: serial: use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-26USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callbackQiujun Huang
2020-01-17USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold
2020-01-17USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold
2019-12-10USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold
2019-05-03USB: serial: io_edgeport: fix up switch fall-through commentsGreg Kroah-Hartman
2018-10-13io_edgeport: switch to ->get_serial()Al Viro
2018-06-26USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness
2017-12-14USB: serial: io_edgeport: fix possible sleep-in-atomicJia-Ju Bai
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-04-19USB: serial: constify static arraysJohan Hovold
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold
2017-03-16USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold
2017-02-15USB: serial: io_edgeport: drop io-tables header fileJohan Hovold
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold
2017-01-16USB: serial: io_edgeport: fix descriptor error handlingJohan Hovold
2017-01-16USB: serial: io_edgeport: fix epic-descriptor handlingJohan Hovold
2017-01-04USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold
2016-05-10USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold
2016-05-10USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-12-11USB: io_edgeport: remove redundant conditionsGeyslan G. Bem
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2013-07-23USB: io_edgeport: remove unused definesJohan Hovold
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman
2013-03-25USB: io_edgeport: switch to generic TIOCMIWAIT implementationJohan Hovold
2013-03-25USB: io_edgeport: switch to generic get_icount implementationJohan Hovold
2013-03-21USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby