aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cp210x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-0/+1
2022-08-31USB: serial: cp210x: add Decagon UCA device idJohan Hovold1-0/+1
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-5/+8
2022-04-20USB: serial: cp210x: add PIDs for Kamstrup USB Meter ReaderBruno Thomsen1-0/+2
2022-02-01USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold1-0/+1
2022-02-01USB: serial: cp210x: add NCR Retail IO box idJohan Hovold1-0/+1
2021-12-14USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold1-2/+4
2021-10-29Merge tag 'usb-serial-5.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-78/+31
2021-10-27USB: serial: cp210x: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya1-78/+31
2021-09-24USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt1-0/+1
2021-09-23USB: serial: cp210x: add part-number debug printkJohan Hovold1-0/+2
2021-09-23USB: serial: cp210x: fix dropped characters with CP2102Johan Hovold1-0/+35
2021-07-30USB: serial: cp210x: determine fw version for CP2105 and CP2108Johan Hovold1-0/+5
2021-07-30USB: serial: cp210x: clean up type detectionJohan Hovold1-11/+12
2021-07-30USB: serial: cp210x: clean up set-chars requestJohan Hovold1-26/+2
2021-07-30USB: serial: cp210x: clean up control-request timeoutJohan Hovold1-1/+1
2021-07-30USB: serial: cp210x: fix flow-control error handlingJohan Hovold1-3/+8
2021-07-30USB: serial: cp210x: fix control-characters error handlingJohan Hovold1-5/+5
2021-07-21USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping1-0/+1
2021-07-20USB: serial: cp210x: fix comments for GE CS1000Ian Ray1-2/+2
2021-06-24Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-19/+170
2021-06-16USB: serial: cp210x: add support for GPIOs on CP2108Pho Tran1-19/+170
2021-06-10USB: serial: cp210x: fix CP2102N-A01 modem controlJohan Hovold1-5/+59
2021-06-10USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner1-1/+19
2021-04-12USB: serial: cp210x: add gpio-configuration debug printkJohan Hovold1-0/+6
2021-04-12USB: serial: cp210x: provide gpio valid maskJohan Hovold1-12/+13
2021-03-09USB: serial: cp210x: add some more GE USB IDsSebastian Reichel1-0/+2
2021-03-09USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal1-0/+1
2021-02-10Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-46/+171
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2021-02-01USB: serial: cp210x: clean up auto-RTS handlingJohan Hovold1-2/+1
2021-02-01USB: serial: cp210x: fix RTS handlingJohan Hovold1-7/+40
2021-02-01USB: serial: cp210x: clean up printk zero paddingJohan Hovold1-2/+2
2021-02-01USB: serial: cp210x: clean up flow-control debug messageJohan Hovold1-2/+2
2021-02-01USB: serial: cp210x: drop shift macrosJohan Hovold1-17/+11
2021-02-01USB: serial: cp210x: fix modem-control handlingJohan Hovold1-4/+16
2021-02-01USB: serial: cp210x: suppress modem-control errorsJohan Hovold1-3/+30
2021-01-25USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran1-0/+1
2021-01-18USB: serial: cp210x: add copyright noticeJohan Hovold1-0/+1
2021-01-18USB: serial: cp210x: drop unused includesJohan Hovold1-3/+0
2021-01-18USB: serial: cp210x: drop short control-transfer checksJohan Hovold1-12/+6
2021-01-18USB: serial: cp210x: update control-characters on every changeJohan Hovold1-3/+7
2021-01-18USB: serial: cp210x: set IXOFF thresholdsJohan Hovold1-0/+3
2021-01-18USB: serial: cp210x: add support for software flow controlWang Sheng Long1-2/+65
2021-01-13USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000Chenxin Jin1-0/+1
2020-12-04USB: serial: cp210x: clean up dtr_rts()Johan Hovold1-4/+4
2020-12-04USB: serial: cp210x: refactor flow-control handlingJohan Hovold1-50/+47
2020-12-04USB: serial: cp210x: drop flow-control debuggingJohan Hovold1-5/+1
2020-12-04USB: serial: cp210x: set terminal settings on openJohan Hovold1-283/+6
2020-12-04USB: serial: cp210x: clean up line-control handlingJohan Hovold1-60/+41