aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template_midi.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
* 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-2/+22
* 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-23/+73
* Replace some magic numbers in usb_template(4) code with #defines.Edward Tomasz Napierala2017-10-151-4/+4
* Fix spelling.Hans Petter Selasky2015-06-031-1/+1
* Add USB MIDI template for USB device side mode.Hans Petter Selasky2015-06-011-0/+240