summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ch341.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold2022-09-151-1/+5
* USB: serial: ch341: fix lost character on LCR updatesJohan Hovold2022-09-151-1/+8
* Revert "USB: serial: ch341: add new Product ID for CH341A"Dmytro Bagrii2022-03-021-1/+0
* USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner2022-02-161-0/+1
* Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold2021-09-031-1/+0
* USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau2021-08-151-0/+1
* USB: serial: ch341: add new Product IDNiv Sardi2021-03-171-0/+1
* USB: serial: ch341: sort device-id entriesJohan Hovold2020-12-111-3/+3
* USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind2020-12-111-0/+1
* USB: serial: ch341: add new Product ID for CH340Igor Moura2020-07-221-0/+1
* USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold2020-01-231-1/+5
* USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter2018-07-171-1/+1
* USB: serial: ch341: change initial line-control settingsJohan Hovold2017-01-161-9/+5
* USB: serial: ch341: rename LCR variable in set_termiosJohan Hovold2017-01-161-12/+12
* USB: serial: ch341: rename modem-status registerJohan Hovold2017-01-161-8/+8
* USB: serial: ch341: rename shadow modem-control registerJohan Hovold2017-01-161-14/+14
* USB: serial: ch341: clean up control debug messagesJohan Hovold2017-01-161-5/+4
* USB: serial: ch341: fix modem-status handlingJohan Hovold2017-01-161-15/+12
* USB: serial: ch341: fix control-message error handlingJohan Hovold2017-01-111-11/+21
* USB: serial: ch341: fix baud rate and line-control handlingJohan Hovold2017-01-091-7/+17
* USB: serial: ch341: fix line settings after reset-resumeJohan Hovold2017-01-091-1/+4
* USB: serial: ch341: fix resume after resetJohan Hovold2017-01-091-4/+13
* USB: serial: ch341: fix open error handlingJohan Hovold2017-01-091-3/+10
* USB: serial: ch341: fix modem-control and B0 handlingJohan Hovold2017-01-091-9/+7
* USB: serial: ch341: fix open and resume after B0Johan Hovold2017-01-091-1/+3
* USB: serial: ch341: fix initial modem-control stateJohan Hovold2017-01-091-1/+0
* USB: serial: ch341: add debug output for chip versionAidan Thornton2016-10-241-0/+1
* USB: serial: ch341: add support for parity, frame length, stop bitsAidan Thornton2016-10-241-6/+26
* USB: serial: ch341: reinitialize chip on reconfigurationAidan Thornton2016-10-241-17/+20
* USB: serial: ch341: add register and USB request definitionsAidan Thornton2016-10-241-19/+32
* USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE2016-02-281-1/+1
* Merge tag 'usb-serial-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-031-1/+0
|\
| * USB: ch341: remove redundant close from open error pathJohan Hovold2015-02-261-1/+0
* | USB: ch341: set tty baud speed according to tty structNicolas PLANEL2015-03-021-9/+6
|/
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-3/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: ch341: clean up interrupt handlerJohan Hovold2014-01-031-10/+9
* USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8
* USB: ch341: only wake up MSR queue on changesJohan Hovold2014-01-031-0/+3
* USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold2014-01-031-8/+4
* USB: ch341: clean up line-status handlingJohan Hovold2014-01-031-8/+14
* USB: ch341: refactor line-status handlingJohan Hovold2014-01-031-23/+28
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-3/+1
* USB: ch341: fix TIOCMIWAIT and disconnectJohan Hovold2013-03-251-3/+2
* USB: ch341: replace custom ioctl operation with tiocmiwaitJohan Hovold2013-03-251-22/+3
* USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+6
* USB: ch341: fix port-data memory leakJohan Hovold2012-10-251-7/+16
* USB: Serial: ch341.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-1/+1
* USB: serial: ch341.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-19/+23