aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-4/+4
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Fully revert f83f5d58394db57576bbed6dc7531997cabeb102 for the sys/dev/usb/serialHans Petter Selasky2021-08-201-11/+10
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-151-10/+11
* 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
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Added support for formula-based arbitrary baud rates, in contrast toHans Petter Selasky2018-10-221-36/+182
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-271-0/+1
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-191-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Fix uplcom clear stall logic for PL2303HX.Hans Petter Selasky2012-11-211-8/+15
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-9/+9
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-101-2/+26
* Update the list of devices supported by uplcom. Although this only addsGavin Atkinson2012-07-251-0/+1
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Style change.Hans Petter Selasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Improve or fix some comments. No functional change.Gavin Atkinson2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsGavin Atkinson2011-01-091-0/+1
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.Gavin Atkinson2011-01-061-0/+1
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-031-1/+1
* Now that the uplcom(4) driver can autodetect the chipset type, sync theGavin Atkinson2010-08-101-3/+37
* Attempt to autodetect the cype of chipset, rather than storing thisGavin Atkinson2010-08-091-102/+87
* The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.Gavin Atkinson2010-08-081-12/+20
* Add support for the Corega CG-USBRS232R to uplcom(4)Gavin Atkinson2010-07-281-0/+2
* Fix comment.Takanori Watanabe2010-07-131-1/+1
* One more Prolific serial device ID.Takanori Watanabe2010-07-131-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-27/+27
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-2/+2
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-31/+57
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-45/+45
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-45/+45