aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/serial/pl2303.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12USB: serial: pl2303: add device-id for HP LD381Scott Chen1-0/+1
2019-10-23USB: serial: pl2303: add support for PL2303HXNCharles Yeh1-23/+101
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-05-21USB: serial: pl2303: add Allied Telesis VT-Kit3Chris Packham1-0/+1
2019-04-03USB: serial: pl2303: fix tranceiver suspend modeJohan Hovold1-4/+29
2019-04-03USB: serial: pl2303: fix non-supported xon/xoffJohan Hovold1-5/+20
2019-01-17USB: serial: pl2303: add new PID to support PL2303TBCharles Yeh1-0/+1
2018-12-18USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displaysScott Chen1-0/+5
2018-10-13pl2303: switch to ->get_serial()Al Viro1-21/+8
2018-08-02USB: serial: pl2303: add a new device id for ATENMovie Song1-0/+2
2018-05-22USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl1-1/+15
2018-01-25USB: serial: pl2303: new device id for ChilitagGreg Kroah-Hartman1-0/+1
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-10USB: serial: pl2303: add new ATEN device idGreg Kroah-Hartman1-0/+2
2017-03-28USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold1-38/+46
2017-03-28USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold1-2/+55
2017-03-16USB: serial: pl2303: simplify endpoint checkJohan Hovold1-8/+3
2017-02-09Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-6/+2
2017-01-31USB: serial: pl2303: add ATEN device IDMarcel J.E. Mol1-0/+1
2017-01-16USB: serial: pl2303: fix line-setting error handlingJohan Hovold1-6/+2
2017-01-04USB: serial: pl2303: fix NULL-deref at openJohan Hovold1-0/+8
2015-07-30USB: pl2303: fix baud-rate divisor calculationsMichaƂ Pecio1-9/+26
2015-04-29USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld1-1/+0
2015-02-26USB: pl2303: disable break on shutdownJohan Hovold1-5/+13
2014-09-01USB: pl2303: use divisors for unsupported baud ratesLauri Hintsala1-6/+7
2014-08-18USB: serial: pl2303: add device id for ztek deviceGreg KH1-0/+1
2014-04-16USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders1-0/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold1-41/+8
2014-01-03USB: pl2303: only wake up MSR queue on changesJohan Hovold1-7/+10
2014-01-03USB: pl2303: clean up line-status handlingJohan Hovold1-11/+15
2014-01-03USB: pl2303: make type data constJohan Hovold1-2/+2
2014-01-03USB: pl2303: use C_CMSPAR macroJohan Hovold1-2/+2
2014-01-03USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold1-8/+13
2014-01-03USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold1-7/+15
2014-01-03USB: pl2303: refactor baud-rate divisor handlingJohan Hovold1-16/+25
2014-01-03USB: pl2303: enforce baud-rate limits before lookupJohan Hovold1-3/+3
2014-01-03USB: pl2303: refactor baud-rate table lookupJohan Hovold1-22/+33
2014-01-03USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold1-3/+3
2014-01-03USB: pl2303: add device-type abstractionJohan Hovold1-7/+18
2014-01-03USB: pl2303: add quirk for legacy devicesJohan Hovold1-3/+6
2014-01-03USB: pl2303: clean up type handlingJohan Hovold1-16/+15
2014-01-03USB: pl2303: use speed_t for baud ratesJohan Hovold1-5/+5
2014-01-03USB: pl2303: add line-status quirk for Siemens phonesJohan Hovold1-19/+28
2014-01-03USB: pl2303: remove redundant line-request callJohan Hovold1-3/+0
2014-01-03USB: pl2303: add error handling to line requestsJohan Hovold1-17/+51
2014-01-03USB: pl2303: add error handling to set_control_linesJohan Hovold1-3/+4
2014-01-03USB: pl2303: add error handling to vendor read and write functionsJohan Hovold1-31/+42