aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-166-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* usb: Fixed botched spacingJessica Clarke2023-06-271-21/+21
* Add vendor id for Quectel USB modem and align with quectel marketing names.Gabriele Laganà2023-06-271-5/+21
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-128-8/+8
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1213-13/+13
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* u3g(4): Add device ID for the Quectel EM160RAllan Jude2023-03-011-0/+1
* u3g: add huawei device idMichael Paepcke2023-02-101-0/+1
* usb/u3g: Add support for QUECTEL EP06-E 4G modemev2023-02-051-0/+1
* usb: add new scsi_huawei eject3 & eject4 driver supportMichael Paepcke2023-02-041-4/+20
* umcs(4): Fix a typo in a kernel messageGordon Bergling2023-01-281-2/+2
* umodem: add quirk to ignore CDC_CM descriptorSteffen Dirkwinkel2023-01-181-1/+3
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-073-12/+12
* uslcom(4): Clear stall at every open.Hans Petter Selasky2022-10-061-6/+4
* ucom(4): Make sure the open routine is executed synchronously.Dave Baukus2022-08-301-2/+2
* umodem(4): Clear stall at every open.Hans Petter Selasky2022-08-301-8/+14
* u3g(4): Add more USB IDs.Hans Petter Selasky2022-08-261-0/+14
* uftdi(4): Add new USB ID.Hans Petter Selasky2022-08-011-0/+1
* uchcom(4): Add new USB ID.Hans Petter Selasky2022-06-121-0/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0619-57/+19
* usb: Remove some double words in source code commentsGordon Bergling2022-04-091-4/+4
* ulpt(4): Add support for Epson TM-U220B.Hans Petter Selasky2022-04-021-2/+11
* u3g(4): Add new USB IDs.Hans Petter Selasky2022-03-081-0/+2
* u3g: Add support Quectel EM12-G modem.Alexander V. Chernikov2022-01-291-0/+1
* uchcom(4): Add new USB ID.Hans Petter Selasky2022-01-071-0/+1
* ucom: s/sio/ucom/Mitchell Horne2021-12-061-1/+1
* usb/u3g: Add support for Quectel EM05.Hans Petter Selasky2021-11-251-0/+1
* umodem: Add Huawei E3372h-320 device idKornel Duleba2021-08-311-0/+2
* Fully revert f83f5d58394db57576bbed6dc7531997cabeb102 for the sys/dev/usb/serialHans Petter Selasky2021-08-2016-92/+70
* Partial revert of f83f5d58394db57576bbed6dc7531997cabeb102 for uftdi(4).Hans Petter Selasky2021-08-201-4/+1
* Make sure the uftdi(4) driver doesn't start a USB transfer when being cancelled.Hans Petter Selasky2021-08-181-6/+8
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-1516-71/+96
* USB/U3G: Added Panasonic CF-F9 GOBI 3G modem to U3G module.CeDeROM Tomasz CEDRO2021-06-131-0/+2
* Add new USB ID to u3g(4).Hans Petter Selasky2021-06-111-0/+1
* Add Siemens SITOP UPS500S usb devicePoul-Henning Kamp2021-04-061-0/+1
* usb: tiny formatting nitWarner Losh2021-03-111-1/+2
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-3/+5
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* Add support for PL2303HXN to uplcom(4).Hans Petter Selasky2021-01-071-11/+83
* uplcom: add ATen/Prolific USB-232 Controller D USB IDEd Maste2020-11-171-0/+1
* Add new USB IDs.Hans Petter Selasky2020-10-281-0/+2
* Add support for Google Cr50 (GSC) Closed Case Debugging UART interfaces toHans Petter Selasky2020-10-041-0/+2
* Add support for Winbond USB CDC modem device found in Tenma power supply.Hans Petter Selasky2020-09-211-0/+2
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0120-87/+8
* Add new USB device ID to u3g driver.Hans Petter Selasky2020-03-171-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-1515-20/+34
* Add new USB ID to uslcom(4).Hans Petter Selasky2020-01-211-0/+1
* Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-091-1/+5
* Regularize my copyright noticeWarner Losh2019-12-042-5/+3