summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ch341.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-051-0/+1
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-14/+23
* Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-2/+14
|\
| * USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold2022-08-311-1/+5
| * USB: serial: ch341: fix lost character on LCR updatesJohan Hovold2022-08-311-1/+9
* | usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+3
|/
* Revert "USB: serial: ch341: add new Product ID for CH341A"Dmytro Bagrii2022-02-211-1/+0
* USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner2022-01-311-0/+1
* USB: serial: ch314: use usb_control_msg_recv()Himadri Pandya2021-10-271-59/+26
* Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold2021-08-251-1/+0
* USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau2021-07-291-0/+1
* USB: serial: ch341: add new Product IDNiv Sardi2021-03-091-0/+1
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: ch341: sort device-id entriesJohan Hovold2020-12-031-3/+3
* USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind2020-12-031-0/+1
* Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-07-281-12/+115
|\
| * USB: serial: ch341: fix missing simulated-break marginMichael Hanselmann2020-07-071-4/+6
| * USB: serial: ch341: simulate break condition if not supportedMichael Hanselmann2020-07-061-9/+93
| * USB: serial: ch341: add min and max line-speed macrosJohan Hovold2020-06-301-1/+5
| * USB: serial: ch341: name prescaler, divisor registersMichael Hanselmann2020-06-291-2/+15
* | USB: serial: ch341: add new Product ID for CH340Igor Moura2020-06-231-0/+1
|/
* USB: serial: ch341: fix lockup of devices with limited prescalerJohan Hovold2020-05-271-3/+12
* USB: serial: ch341: add basis for quirk detectionMichael Hanselmann2020-05-271-0/+53
* USB: serial: ch341: fix receiver regressionJohan Hovold2020-02-101-0/+10
* USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold2020-01-171-1/+5
* USB: serial: ch341: reimplement line-speed handlingJohan Hovold2019-11-041-22/+75
* USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter2018-07-041-1/+1
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+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
|\