summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* u3g: Add support Quectel EM12-G modem.Alexander V. Chernikov2022-03-281-0/+1
* u3g(4): Add new USB IDs.Hans Petter Selasky2022-03-091-0/+2
* uchcom(4): Add new USB ID.Hans Petter Selasky2022-02-101-0/+1
* ucom: s/sio/ucom/Mitchell Horne2021-12-101-1/+1
* usb/u3g: Add support for Quectel EM05.Hans Petter Selasky2021-12-021-0/+1
* umodem: Add Huawei E3372h-320 device idKornel Duleba2021-09-281-0/+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
* Support multiple serial ports per device.Poul-Henning Kamp2019-07-121-50/+55
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-122-2/+5
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-2/+2
* Added support for formula-based arbitrary baud rates, in contrast toHans Petter Selasky2018-10-221-36/+182
* Add support for SIMCom SIM7600E.Kevin Lo2018-06-051-0/+1
* uchcom: extend hardware support to version 0x30Andriy Gapon2018-05-211-3/+19
* uchcom: remove UCHCOM_REG_BREAK2 alias of UCHCOM_REG_LCR1Andriy Gapon2018-05-211-10/+11
* uchcom: reject parity and double stop bits as unsupportedAndriy Gapon2018-05-211-0/+4
* uchcom: add a hardware configuration tweak seen in Linux codeAndriy Gapon2018-05-211-1/+5
* uchcom: add DPRINTF-s to aid debugging of the driverAndriy Gapon2018-05-211-0/+5
* uchcom: report detected product based on USB product IDAndriy Gapon2018-05-211-3/+7
* Make it possible (controlled via sysctl, enabled by default) to markEdward Tomasz Napierala2018-04-253-9/+68
* uslcom: Both CP2104 and CP2105 can support up to 2Mbps baudrateEmmanuel Vadot2018-04-241-1/+16
* uslcom: Apply style(9) and be consistant with function namesEmmanuel Vadot2018-04-241-55/+54
* Flag the first interface on a KTLINK FTDI-based jtag+uart device as beingIan Lepore2018-03-041-1/+1
* Add a device ID to uftdi for TIAO USB Multi Protocol Adapter (TUMPA).Ian Lepore2018-02-111-0/+1
* Add new USB ID.Hans Petter Selasky2018-02-031-0/+1
* Add new USB ID to U3G driver.Hans Petter Selasky2018-01-191-0/+1
* Improve support for USB based 3G/4G/5G dongles from Huawei.Hans Petter Selasky2018-01-192-1/+61
* Add support for Quectel EC25.Nick Hibma2018-01-131-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2718-2/+38
* Support the D-Link DWM-222 LTE DongleKristof Provost2017-10-131-0/+2
* Add support for Vodafone/Huawei K3771.Warner Losh2017-02-281-0/+2
* Add tsw_busy support to usb_serial (ucom).Ian Lepore2017-02-053-6/+44
* Add new USB ID.Hans Petter Selasky2016-09-301-5/+6
* Add the ID for the Huawei ME909S LTE modem.Luiz Otavio O Souza2016-09-221-0/+1
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-142-6/+5
* With clang 3.9.0, compiling uplcom results in the following warnings:Dimitry Andric2016-09-041-2/+2
* Annotate the usb-serial drivers which always return 0 for line status,Ian Lepore2016-07-277-0/+7
* Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore2016-07-271-4/+12
* Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore2016-07-261-2/+23