aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template_serialnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+1
* Set bDeviceClass properly for composite device (template 8). There shouldEdward Tomasz Napierala2018-06-011-1/+1
* Centralize USB device mode bus power reporting, and addEdward Tomasz Napierala2018-05-231-2/+2
* Add a somewhat ugly hack that makes OSX serial device node namesEdward Tomasz Napierala2018-05-211-1/+7
* Improve description strings for USB device-mode serial ports.Edward Tomasz Napierala2018-05-211-2/+2
* Use USB Vendor Identifiers and Product Identifiers provided by V-USBEdward Tomasz Napierala2018-05-211-2/+2
* Fix whitespace; no functional changes.Edward Tomasz Napierala2018-05-191-2/+2
* Add #defines for vendor/product USB IDs. No functional changes.Edward Tomasz Napierala2018-05-191-2/+4
* Stop claiming the device-side USB serial interfaces talk Hayes AT.Edward Tomasz Napierala2018-05-181-1/+1
* Fix sysctl description.Edward Tomasz Napierala2018-05-151-1/+1
* Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collisionHans Petter Selasky2018-02-071-1/+1
* Remove unused index.Edward Tomasz Napierala2018-01-201-1/+0
* Add missing SPDX tags; the rest of the license text is the same as in otherEdward Tomasz Napierala2018-01-201-0/+2
* Add sysctls to control device side USB identifiers. This makes itEdward Tomasz Napierala2018-01-201-71/+142
* Replace some magic numbers in usb_template(4) code with #defines.Edward Tomasz Napierala2017-10-151-7/+7
* Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin2015-01-131-0/+387