aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* umodem(4): Clear stall at every open.Hans Petter Selasky2022-09-061-8/+14
* ucom(4): Make sure the open routine is executed synchronously.Dave Baukus2022-09-061-2/+2
* u3g(4): Add more USB IDs.Hans Petter Selasky2022-09-021-0/+14
* uftdi(4): Add new USB ID.Hans Petter Selasky2022-08-291-0/+1
* usb: Remove some double words in source code commentsGordon Bergling2022-04-141-4/+4
* MFC ea0efc370416:Hans Petter Selasky2021-01-121-11/+83
* uplcom: add ATen/Prolific USB-232 Controller D USB IDEd Maste2020-12-291-0/+1
* MFC r367096:Hans Petter Selasky2020-11-101-0/+2
* MFC r366431:Hans Petter Selasky2020-10-201-0/+2
* MFC r365966:Hans Petter Selasky2020-10-201-0/+2
* MFC r359031:Hans Petter Selasky2020-03-231-0/+2
* MFC r356952:Hans Petter Selasky2020-02-031-0/+1
* MFC r355572:Ian Lepore2019-12-221-1/+5
* MFC r339587:Hans Petter Selasky2018-10-291-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
* Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore2016-07-261-5/+16
* Actually return line status register values from umoscom_cfg_get_status().Ian Lepore2016-07-261-3/+5
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-023-18/+18
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-194-4/+4
* Add more DPRINTF() to the ftdi driver. Now everything that can change theIan Lepore2016-04-051-8/+35
* Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.Ian Lepore2016-01-171-21/+24
* Flag the first port on a Sheevaplug ftdi serial device as jtag.Ian Lepore2015-12-161-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-1118-38/+57
* Add support for Sierra MC7355 cardRenato Botelho2015-09-151-0/+1