summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: option: add Quectel RM500U-CN modemBjørn Mork2023-03-291-0/+2
* USB: serial: option: add Telit FE990 compositionsEnrico Sau2023-03-141-0/+8
* USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDsKees Jan Koster2023-03-131-0/+1
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-242-4/+4
|\
| * Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-222-0/+18
| |\
| * | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-2/+2
| * | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-1/+1
* | | USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl2023-02-061-0/+4
| |/ |/|
* | USB: serial: option: add Quectel EM05CN modemDuke Xin(辛安文)2023-01-161-0/+3
* | USB: serial: option: add Quectel EM05CN (SG) modemDuke Xin(辛安文)2023-01-161-0/+3
* | USB: serial: cp210x: add SCALANCE LPE-9000 device idMichael Adler2023-01-161-0/+1
* | USB: serial: option: add Quectel EC200U modemAli Mirghasemi2023-01-161-0/+2
* | USB: serial: option: add Quectel EM05-G (RS) modemDuke Xin(辛安文)2023-01-161-0/+3
* | USB: serial: option: add Quectel EM05-G (GR) modemDuke Xin(辛安文)2023-01-121-0/+3
* | USB: serial: option: add Quectel EM05-G (CS) modemDuke Xin(辛安文)2023-01-121-0/+3
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-3/+3
* Merge tag 'usb-serial-6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-12-083-6/+20
|\
| * USB: serial: xr: avoid requesting zero DTE rateJohan Hovold2022-11-301-2/+0
| * USB: serial: cp210x: add support for B0 hangupJohan Hovold2022-11-301-4/+15
| * USB: serial: cp210x: add Kamstrup RF sniffer PIDsBruno Thomsen2022-11-281-0/+2
| * USB: serial: option: add Quectel EM05-G modemDuke Xin2022-11-251-0/+3
* | USB: serial: f81534: fix division by zero on line-speed changeJohan Hovold2022-11-301-5/+7
* | USB: serial: f81232: fix division by zero on line-speed changeJohan Hovold2022-11-301-5/+7
|/
* USB: serial: option: add u-blox LARA-L6 modemDavide Tronchin2022-11-161-0/+8
* USB: serial: option: add u-blox LARA-R6 00B modemDavide Tronchin2022-11-161-0/+2
* USB: serial: option: remove old LARA-R6 PIDDavide Tronchin2022-11-161-2/+1
* USB: serial: option: add Fibocom FM160 0x0111 compositionReinhard Speyerer2022-11-151-0/+1
* USB: serial: option: add Sierra Wireless EM9191Benoît Monin2022-10-271-0/+5
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-075-271/+246
|\
| * Merge tag 'usb-serial-6.0-rc8' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-10-011-0/+1
| |\
| | * USB: serial: qcserial: add new usb-id for Dell branded EM7455Frank Wunderlich2022-09-271-0/+1
| * | Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-0/+6
| |\|
| * | USB: serial: ftdi_sio: clean up driver prefixJohan Hovold2022-09-201-21/+17
| * | USB: serial: ftdi_sio: move driver structureJohan Hovold2022-09-201-66/+35
| * | USB: serial: ftdi_sio: clean up attribute visibility logicJohan Hovold2022-09-201-8/+7
| * | USB: serial: console: move mutex_unlock() before usb_serial_put()Liang He2022-09-191-1/+1
| * | USB: serial: ftdi_sio: convert to use dev_groupsJiasheng Jiang2022-09-191-21/+28
| * | USB: serial: ftdi_sio: add support for HP and HA devicesAmireddy mallikarjuna reddy2022-09-152-0/+49
| * | USB: serial: ftdi_sio: simplify divisor handlingJohan Hovold2022-09-151-3/+1
| * | USB: serial: ftdi_sio: assume hi-speed typeJohan Hovold2022-09-151-11/+12
| * | USB: serial: ftdi_sio: clean up baudrate requestJohan Hovold2022-09-151-6/+3
| * | USB: serial: ftdi_sio: clean up attribute handlingJohan Hovold2022-09-151-31/+16
| * | USB: serial: ftdi_sio: clean up modem-status handlingJohan Hovold2022-09-151-18/+4
| * | USB: serial: ftdi_sio: tighten device-type detectionJohan Hovold2022-09-151-63/+55
| * | USB: serial: ftdi_sio: rename channel indexJohan Hovold2022-09-152-26/+24
| * | USB: serial: ftdi_sio: include FT2232D in type stringJohan Hovold2022-09-151-1/+1
| * | USB: serial: ftdi_sio: rename chip typesJohan Hovold2022-09-151-30/+30
| * | USB: serial: ftdi_sio: drop redundant chip type commentsJohan Hovold2022-09-151-11/+10
| * | USB: serial: ftdi_sio: clean up chip type enumJohan Hovold2022-09-152-12/+11