summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorLines
2024-07-31Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-13/+9
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-09USB: serial: mos7840: fix crash on resumeDmitry Smirnov-0/+45
2024-07-05USB: serial: garmin_gps: use struct_size() to allocate pktJavier Carrasco-2/+1
2024-07-05USB: serial: garmin_gps: annotate struct garmin_packet with __counted_byJavier Carrasco-1/+1
2024-07-05USB: serial: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+7
2024-07-05USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'Dr. David Alan Gilbert-10/+0
2024-07-05USB: serial: option: add Rolling RW350-GL variantsVanillan Wang-0/+2
2024-07-05USB: serial: option: add support for Foxconn T99W651Slark Xiao-0/+2
2024-07-05USB: serial: option: add Netprisma LCUK54 series modulesMank Wang-0/+24
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-06-27USB: serial: option: add Telit generic core-dump compositionDaniele Palmas-0/+2
2024-06-27USB: serial: option: add Fibocom FM350-GLBjørn Mork-0/+4
2024-06-27USB: serial: option: add Telit FN912 rmnet compositionsDaniele Palmas-0/+4
2024-04-18USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas-0/+6
2024-04-18USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang-0/+8
2024-04-18USB: serial: option: add Lonsung U8300/U9300 productCoia Prant-0/+4
2024-04-17USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo-0/+4
2024-04-15USB: serial: option: support Quectel EM060K sub-modelsJerry Meng-0/+16
2024-04-15USB: serial: option: add Fibocom FM135-GL variantsbolan wang-0/+2
2024-03-05USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113MToru Katagiri-0/+2
2024-03-04USB: serial: keyspan: remove redundant assignment to pointer dataColin Ian King-1/+0
2024-03-04USB: serial: ftdi_sio: remove redundant assignment to variable cflagColin Ian King-1/+1
2024-03-04USB: serial: oti6858: remove redundant assignment to variable divisorColin Ian King-1/+0
2024-03-04USB: serial: option: add MeiG Smart SLM320 productAurélien Jacobs-0/+6
2024-03-04USB: serial: cp210x: add ID for MGP Instruments PDS100Christian Häggström-0/+1
2024-03-04USB: serial: add device ID for VeriFone adapterCameron Williams-0/+1
2024-03-04USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USBDaniel Vogelbacher-0/+8
2024-01-31USB: serial: option: add Fibocom FM101-GL variantPuliang Lu-0/+1
2024-01-30USB: serial: qcserial: add new usb-id for Dell Wireless DW5826eJackBB Wu-0/+2
2024-01-30USB: serial: cp210x: add ID for IMST iM871A-USBLeonard Dallmayr-0/+1
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-2/+2
2023-12-21USB: serial: option: add Quectel EG912Y module supportAlper Ak-0/+2
2023-12-21USB: serial: ftdi_sio: update Actisense PIDs constant namesMark Glover-6/+6
2023-12-15USB: serial: option: add Quectel RM500Q R13 firmware supportReinhard Speyerer-0/+1
2023-12-15USB: serial: option: add Foxconn T99W265 with new baselineSlark Xiao-0/+2
2023-11-23USB: serial: option: add Luat Air72*U series productsAsuna Yang-0/+3
2023-11-22USB: serial: option: add Fibocom L7xx modulesVictor Fragoso-0/+1
2023-11-21USB: serial: option: fix FM101R-GL definesPuliang Lu-2/+2
2023-11-21USB: serial: option: don't claim interface 4 for ZTE MF290Lech Perczak-1/+2
2023-10-16USB: serial: option: add Fibocom to DELL custom modem FM101R-GLPuliang Lu-0/+5
2023-10-13USB: serial: option: add entry for Sierra EM9191 with new firmwareBenoît Monin-0/+1
2023-10-13USB: serial: option: add Telit LE910C4-WWX 0x1035 compositionFabio Porcedda-0/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-1/+95
2023-08-23USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao-0/+4
2023-08-23USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn-0/+3
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1