aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-0/+1
2021-09-01Merge tag 'usb-serial-5.15-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman9-93/+47
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2021-08-30USB: serial: pl2303: fix GL type detectionRobert Marko1-0/+1
2021-08-26USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma7-15/+15
2021-08-25Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold1-1/+0
2021-08-24USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang1-0/+2
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman5-16/+33
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman6-18/+39
2021-08-05USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer2-0/+4
2021-08-04USB: serial: pl2303: fix GT type detectionJohan Hovold1-0/+1
2021-08-04USB: serial: option: add Telit FD980 composition 0x1056Daniele Palmas1-0/+2
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-30USB: serial: io_edgeport: drop unused descriptor helperJohan Hovold1-33/+0
2021-07-30USB: serial: pl2303: fix HX type detectionJohan Hovold1-16/+25
2021-07-29USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau1-0/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2-2/+6
2021-07-21USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-20USB: serial: cp210x: fix comments for GE CS1000Ian Ray1-2/+2
2021-07-12USB: serial: option: add support for u-blox LARA-R6 familyMarco De Marco1-0/+3
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds21-174/+282
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-Hartman21-174/+282
2021-06-16USB: serial: cp210x: add support for GPIOs on CP2108Pho Tran1-19/+170
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby4-58/+5
2021-06-15cypress_m8: switch data_bits to real character bitsJiri Slaby1-6/+6
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman5-12/+88
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-06-05USB: serial: ftdi_sio: add NovaTech OrionMX product IDGeorge McCollister2-0/+2
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman6-0/+19
2021-05-25USB: serial: omninet: update driver descriptionAlexandre GRIVEAUX1-3/+3
2021-05-25USB: serial: omninet: add device id for Zyxel Omni 56K PlusAlexandre GRIVEAUX1-0/+2
2021-05-25USB: serial: quatech2: fix control-request directionsJohan Hovold1-3/+3
2021-05-21USB: serial: drop irq-flags initialisationsJohan Hovold3-14/+13
2021-05-21USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold1-5/+0
2021-05-21USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold1-15/+2
2021-05-21USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold1-26/+1
2021-05-21USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold1-9/+11
2021-05-21USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold1-2/+1
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby13-37/+37
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby19-48/+48