summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/io_edgeport.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: io_edgeport: fix up switch fall-through commentsGreg Kroah-Hartman2019-05-031-23/+14Star
* io_edgeport: switch to ->get_serial()Al Viro2018-10-131-21/+16Star
* 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/+0Star
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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/+14Star
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-35/+13Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0Star
* USB: io_edgeport: remove unused definesJohan Hovold2013-07-241-2/+0Star
* 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/+23Star
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-70/+6Star
|\
| * USB: io_edgeport: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-34/+1Star
| * USB: io_edgeport: switch to generic get_icount implementationJohan Hovold2013-03-251-38/+7Star
* | 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-191-23/+5Star
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-22/+13Star
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-6/+6
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0Star
* USB: io_edgeport: fix port-data memory leakJohan Hovold2012-10-171-25/+29
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-336/+280Star
|\
| * USB: Serial: io_edgeport.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-6/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-9/+6Star
| * USB: serial: io_edgeport.c: remove dbg() usageGreg Kroah-Hartman2012-09-181-324/+277Star
* | tty: move the termios object into the ttyAlan Cox2012-07-161-6/+6
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-1/+1
* USB: serial: io_edgeport.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-32/+3Star
* usb-serial: use new registration API in [i-j]* driversAlan Stern2012-02-241-34/+7Star
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-3/+0Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-6/+6
|\
| * Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-241-2/+2
| |\