summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/quatech2.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-2/+6
* USB: serial: quatech2: remove unused qt2_setdevice functionTom Rix2023-03-231-8/+0
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-06-241-3/+3
|\
| * USB: serial: drop irq-flags initialisationsJohan Hovold2021-05-211-1/+1
| * USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-2/+2
* | USB: serial: quatech2: fix control-request directionsJohan Hovold2021-05-251-3/+3
|/
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-13/+0
* USB: serial: quatech2: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+3
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: quatech2: drop two stub functionsJohan Hovold2020-07-021-17/+1
* USB: serial: quatech2: handle unbound portsJohan Hovold2020-01-171-0/+6
* USB: serial: quatech2: remove set but not used variable 'port_priv'YueHaibing2018-11-121-3/+0
* quatech2: switch to ->get_serial()Al Viro2018-10-131-31/+11
* USB: serial: quatech2: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
* USB: serial: cast sizeof() to int when comparing with error codeChengguang Xu2018-06-251-1/+1
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* 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: quatech2: drop redundant tty_buffer_request_roomJohan Hovold2017-04-101-3/+1
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-281-1/+2
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: serial: quatech2: fix control-message error handlingJohan Hovold2017-01-161-11/+13
* USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-01-041-4/+0
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: serial: quatech2: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+1
* USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE2016-02-281-1/+1
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-1/+1
* 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-6/+2
* USB: quatech2: fix port DMA-buffer allocationsJohan Hovold2013-08-141-6/+15
* USB: quatech2: fix serial DMA-buffer allocationsJohan Hovold2013-08-141-2/+12
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-4/+3
* USB: quatech2: Staticize local symbolSachin Kamat2013-05-161-1/+1
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-89/+8
|\
| * USB: quatech2: always disable uart on closeJohan Hovold2013-03-251-8/+0
| * USB: quatech2: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-48/+2
| * USB: quatech2: switch to generic get_icount implementationJohan Hovold2013-03-251-39/+12
| * Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-251-5/+7
| |\
| * | Revert "USB: quatech2: only write to the tty if the port is open."Bill Pemberton2013-03-201-5/+2
* | | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-5/+7
|\ \ \ | | |/ | |/|
| * | USB: quatech2: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+7
| |/
* | Revert "USB: quatech2: only write to the tty if the port is open."Greg Kroah-Hartman2013-03-211-5/+2
* | Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-211-2/+5
|\|
| * USB: quatech2: only write to the tty if the port is open.Bill Pemberton2013-03-131-2/+5
* | TTY: quatech2, remove unneeded is_openJiri Slaby2013-03-181-10/+0
|/
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-23/+6
|\
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-17/+2