summaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+1
* Centralize USB device mode bus power reporting, and addEdward Tomasz Napierala2018-05-231-2/+2
* Add new PIDs for Audio, CDCE, MTP, and Mass Storage, fromEdward Tomasz Napierala2018-05-221-1/+1
* Use USB Vendor Identifiers and Product Identifiers provided by V-USBEdward Tomasz Napierala2018-05-211-2/+2
* Add #defines for vendor/product USB IDs. No functional changes.Edward Tomasz Napierala2018-05-191-2/+4
* Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collisionHans Petter Selasky2018-02-071-1/+1
* Add missing manufacturer/serial number string descriptors.Edward Tomasz Napierala2018-01-211-1/+23
* Add sysctls to control device side USB identifiers. This makes itEdward Tomasz Napierala2018-01-201-41/+96
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace some magic numbers in usb_template(4) code with #defines.Edward Tomasz Napierala2017-10-151-10/+10
* Use string literals in string descriptors for marginallyHans Petter Selasky2013-01-301-9/+4
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-6/+3
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-3/+5
* Remove some extra and not needed space characters.Hans Petter Selasky2013-01-281-1/+1
* - Add some comments about the origin of some USB descriptors.Hans Petter Selasky2011-06-231-1/+6
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-231-0/+400