summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-5/+9
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold2022-06-221-12/+17
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-0/+3
|\
| * USB: serial: pl2303: fix type detection for odd deviceJohan Hovold2022-05-181-0/+3
* | USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2022-05-051-0/+1
|/
* USB: serial: pl2303: fix GS type detectionJohan Hovold2022-03-071-0/+1
* USB: serial: pl2303: add IBM device IDsEddie James2022-03-041-0/+1
* USB: serial: pl2303: fix GC type detectionJohan Hovold2021-11-231-0/+1
* USB: serial: pl2303: fix GL type detectionRobert Marko2021-08-301-0/+1
* USB: serial: pl2303: fix GT type detectionJohan Hovold2021-08-041-0/+1
* USB: serial: pl2303: fix HX type detectionJohan Hovold2021-07-301-16/+25
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-14/+1
* USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2021-05-101-0/+1
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-6/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-9/+1
* USB: serial: pl2303: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+3
* USB: serial: pl2303: TA & TB alternate divider with non-standard baud ratesMichael G. Katzmann2021-03-171-0/+44
* USB: serial: pl2303: add device-type namesJohan Hovold2021-03-171-1/+8
* USB: serial: pl2303: tighten type HXN (G) detectionJohan Hovold2021-03-171-12/+20
* USB: serial: pl2303: rename legacy PL2303H typeJohan Hovold2021-03-171-6/+6
* USB: serial: pl2303: amend and tighten type detectionJohan Hovold2021-03-171-8/+42
* USB: serial: pl2303: clean up type detectionJohan Hovold2021-03-171-26/+42
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: pl2303: fix line-speed handling on newer chipsJohan Hovold2021-01-181-1/+7
* USB: serial: pl2303: add device-id for HP GC deviceScott Chen2020-09-291-0/+1
* USB: serial: only set sysrq timestamp for consolesJohan Hovold2020-07-091-1/+1
* USB: serial: pl2303: add device-id for HP LD381Scott Chen2020-03-121-0/+1
* USB: serial: pl2303: add support for PL2303HXNCharles Yeh2019-10-231-23/+101
* 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/+8
* 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/+0
* 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/+3
* Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-02-091-6/+2
|\
| * USB: serial: pl2303: fix line-setting error handlingJohan Hovold2017-01-161-6/+2
* | 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