summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/quatech2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-5/+3
| * TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+2
* | USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-131-10/+8
|/
* USB: serial: remove driver version informationJohan Hovold2012-10-311-2/+0
* USB: quatech2: fix io after disconnectJohan Hovold2012-10-251-0/+7
* USB: quatech2: fix close and disconnect urb handlingJohan Hovold2012-10-251-4/+2
* USB: quatech2: fix port-data memory leaksJohan Hovold2012-10-251-70/+51
* USB: quatech2: fix memory leak in error pathJohan Hovold2012-10-251-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-6/+1
|\
| * USB: serial: quatech2: fix up unneeded printk() callGreg Kroah-Hartman2012-09-181-1/+1
| * USB: serial: quatech2.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-4/+0
|\ \ | |/
| * USB: serial: Remove unused serial_priv variableBill Pemberton2012-06-201-4/+0
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/
* USB: serial: add copyright and license to quatech2Bill Pemberton2012-05-101-0/+6
* USB: serial: add quatech2 usb to serial driverBill Pemberton2012-05-101-0/+1149
OpenPOWER on IntegriCloud