aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04USB: serial: pl2303: fix GT type detectionJohan Hovold1-0/+1
2021-07-30USB: serial: pl2303: fix HX type detectionJohan Hovold1-16/+25
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-14/+1
2021-05-10USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng1-0/+1
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-6/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-9/+1
2021-04-08USB: serial: pl2303: fix TIOCGSERIAL implementationJohan Hovold1-2/+3
2021-03-17USB: serial: pl2303: TA & TB alternate divider with non-standard baud ratesMichael G. Katzmann1-0/+44
2021-03-17USB: serial: pl2303: add device-type namesJohan Hovold1-1/+8
2021-03-17USB: serial: pl2303: tighten type HXN (G) detectionJohan Hovold1-12/+20
2021-03-17USB: serial: pl2303: rename legacy PL2303H typeJohan Hovold1-6/+6
2021-03-17USB: serial: pl2303: amend and tighten type detectionJohan Hovold1-8/+42
2021-03-17USB: serial: pl2303: clean up type detectionJohan Hovold1-26/+42
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-18USB: serial: pl2303: fix line-speed handling on newer chipsJohan Hovold1-1/+7
2020-09-29USB: serial: pl2303: add device-id for HP GC deviceScott Chen1-0/+1
2020-07-09USB: serial: only set sysrq timestamp for consolesJohan Hovold1-1/+1
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