summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: option: add Telit FN990 compositionsDaniele Palmas2021-12-141-0/+8
* USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold2021-12-141-2/+4
* USB: serial: option: add Fibocom FM101-GL variantsMingjie Zhang2021-11-241-0/+3
* USB: serial: pl2303: fix GC type detectionJohan Hovold2021-11-231-0/+1
* USB: serial: option: add Telit LE910S1 0x9200 compositionDaniele Palmas2021-11-221-0/+2
* Merge tag 'usb-serial-5.16-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-298-384/+215
|\
| * USB: serial: keyspan: fix memleak on probe errorsWang Hai2021-10-271-8/+7
| * USB: serial: cp210x: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya2021-10-271-78/+31
| * USB: serial: ch314: use usb_control_msg_recv()Himadri Pandya2021-10-271-59/+26
| * USB: serial: kl5kusb105: drop line-status helperJohan Hovold2021-09-221-15/+4
| * USB: serial: kl5kusb105: simplify line-status handlingJohan Hovold2021-09-221-8/+4
| * USB: serial: kl5kusb105: clean up line-status handlingJohan Hovold2021-09-221-9/+8
| * USB: serial: kl5kusb105: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya2021-09-211-45/+34
| * USB: serial: keyspan_pda: use usb_control_msg_recv()Himadri Pandya2021-09-211-39/+28
| * USB: serial: ftdi_sio: use usb_control_msg_recv()Himadri Pandya2021-09-211-38/+15
| * USB: serial: f81232: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya2021-09-211-62/+34
| * USB: serial: allow hung up ports to be suspendedJohan Hovold2021-09-201-14/+17
| * USB: serial: clean up core error labelsJohan Hovold2021-09-201-18/+16
* | USB: serial: qcserial: add EM9191 QDL supportAleksander Morgado2021-10-071-0/+1
* | USB: serial: option: add Quectel EC200S-CN module supportYu-Tung Chang2021-10-071-0/+2
* | USB: serial: option: add prod. id for Quectel EG91Tomaz Solc2021-10-071-0/+4
* | USB: serial: option: add Telit LE910Cx composition 0x1204Daniele Palmas2021-10-071-0/+2
* | USB: serial: option: add device id for Foxconn T99W265Slark Xiao2021-09-241-0/+2
* | USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt2021-09-241-0/+1
* | USB: serial: cp210x: add part-number debug printkJohan Hovold2021-09-231-0/+2
* | USB: serial: cp210x: fix dropped characters with CP2102Johan Hovold2021-09-231-0/+35
* | USB: serial: option: remove duplicate USB device IDKrzysztof Kozlowski2021-09-201-1/+0
* | USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski2021-09-201-2/+0
* | USB: serial: option: add Telit LN920 compositionsCarlo Lobrano2021-09-131-0/+8
|/
* Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-09-011-0/+1
|\
| * USB: serial: pl2303: fix GL type detectionRobert Marko2021-08-301-0/+1
* | Merge tag 'usb-serial-5.15-rc1-2' of https://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2021-09-019-93/+47
|\ \
| * | USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma2021-08-267-15/+15
| * | USB: serial: cp210x: determine fw version for CP2105 and CP2108Johan Hovold2021-07-301-0/+5
| * | USB: serial: cp210x: clean up type detectionJohan Hovold2021-07-301-11/+12
| * | USB: serial: cp210x: clean up set-chars requestJohan Hovold2021-07-301-26/+2
| * | USB: serial: cp210x: clean up control-request timeoutJohan Hovold2021-07-301-1/+1
| * | USB: serial: cp210x: fix flow-control error handlingJohan Hovold2021-07-301-3/+8
| * | USB: serial: cp210x: fix control-characters error handlingJohan Hovold2021-07-301-5/+5
| * | USB: serial: io_edgeport: drop unused descriptor helperJohan Hovold2021-07-301-33/+0
* | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-7/+6
|\ \ \
| * \ \ Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-096-18/+39
| |\ \ \
| * | | | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | | | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* | | | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-095-16/+33
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-272-2/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| | |_|/ | |/| |
* | | | Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold2021-08-251-1/+0
* | | | USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang2021-08-241-0/+2
| |_|/ |/| |