aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uvscom.c
Commit message (Expand)AuthorAgeFilesLines
* uvscom: Fix baud rate validation in uvscom_pre_param()Weixie Cui2026-04-161-1/+2
* 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: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-6/+4
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-151-4/+6
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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
* 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
* 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
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* 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
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* 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/+56
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-38/+38
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-40/+40
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-9/+9
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.Andrew Thompson2009-03-021-7/+11
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+707