summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* USB: serial: pl2303: add Allied Telesis VT-Kit3Chris Packham2019-05-211-0/+1
* USB: serial: pl2303: fix tranceiver suspend modeJohan Hovold2019-04-031-4/+29
* USB: serial: pl2303: fix non-supported xon/xoffJohan Hovold2019-04-031-5/+20
* USB: serial: pl2303: add new PID to support PL2303TBCharles Yeh2019-01-171-0/+1
* USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displaysScott Chen2018-12-181-0/+5
* pl2303: switch to ->get_serial()Al Viro2018-10-131-21/+8Star
* USB: serial: pl2303: add a new device id for ATENMovie Song2018-08-021-0/+2
* USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl2018-05-221-1/+15
* USB: serial: pl2303: new device id for ChilitagGreg Kroah-Hartman2018-01-251-0/+1
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: pl2303: add new ATEN device idGreg Kroah-Hartman2017-08-101-0/+2
* USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold2017-03-281-38/+46
* USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-281-2/+55
* USB: serial: pl2303: simplify endpoint checkJohan Hovold2017-03-161-8/+3Star
* Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-02-091-6/+2Star
|\
| * USB: serial: pl2303: fix line-setting error handlingJohan Hovold2017-01-161-6/+2Star
* | USB: serial: pl2303: add ATEN device IDMarcel J.E. Mol2017-01-311-0/+1
|/
* USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
* USB: pl2303: fix baud-rate divisor calculationsMichaƂ Pecio2015-07-301-9/+26
* USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld2015-04-291-1/+0Star
* USB: pl2303: disable break on shutdownJohan Hovold2015-02-261-5/+13
* USB: pl2303: use divisors for unsupported baud ratesLauri Hintsala2014-09-011-6/+7
* USB: serial: pl2303: add device id for ztek deviceGreg KH2014-08-181-0/+1
* USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2014-04-161-0/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8Star
* USB: pl2303: only wake up MSR queue on changesJohan Hovold2014-01-031-7/+10
* USB: pl2303: clean up line-status handlingJohan Hovold2014-01-031-11/+15
* USB: pl2303: make type data constJohan Hovold2014-01-031-2/+2
* USB: pl2303: use C_CMSPAR macroJohan Hovold2014-01-031-2/+2
* USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold2014-01-031-8/+13
* USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold2014-01-031-7/+15
* USB: pl2303: refactor baud-rate divisor handlingJohan Hovold2014-01-031-16/+25
* USB: pl2303: enforce baud-rate limits before lookupJohan Hovold2014-01-031-3/+3
* USB: pl2303: refactor baud-rate table lookupJohan Hovold2014-01-031-22/+33
* USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold2014-01-031-3/+3
* USB: pl2303: add device-type abstractionJohan Hovold2014-01-031-7/+18
* USB: pl2303: add quirk for legacy devicesJohan Hovold2014-01-031-3/+6
* USB: pl2303: clean up type handlingJohan Hovold2014-01-031-16/+15Star
* USB: pl2303: use speed_t for baud ratesJohan Hovold2014-01-031-5/+5
* USB: pl2303: add line-status quirk for Siemens phonesJohan Hovold2014-01-031-19/+28
* USB: pl2303: remove redundant line-request callJohan Hovold2014-01-031-3/+0Star
* USB: pl2303: add error handling to line requestsJohan Hovold2014-01-031-17/+51
* USB: pl2303: add error handling to set_control_linesJohan Hovold2014-01-031-3/+4
* USB: pl2303: add error handling to vendor read and write functionsJohan Hovold2014-01-031-31/+42
* USB: pl2303: clean up driver somewhatJohan Hovold2014-01-031-27/+34
* USB: pl2303: remove bogus delta_msr_wait wake upJohan Hovold2014-01-031-1/+0Star