summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_ioctl.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-06-01 11:24:34 +0000
committerhselasky <hselasky@FreeBSD.org>2015-06-01 11:24:34 +0000
commitd557254e5f33936c608e57410af894938b69a284 (patch)
tree978bd6f1d67e83ce240481d3484486f399568743 /sys/dev/usb/usb_ioctl.h
parent2474a7a0d8a20e46cb41b5752822e3856e1f3bfb (diff)
downloadFreeBSD-src-d557254e5f33936c608e57410af894938b69a284.zip
FreeBSD-src-d557254e5f33936c608e57410af894938b69a284.tar.gz
Add USB MIDI template for USB device side mode.
Diffstat (limited to 'sys/dev/usb/usb_ioctl.h')
-rw-r--r--sys/dev/usb/usb_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h
index 539f881..683f3e6 100644
--- a/sys/dev/usb/usb_ioctl.h
+++ b/sys/dev/usb/usb_ioctl.h
@@ -66,6 +66,7 @@ enum {
USB_TEMP_MOUSE, /* USB Mouse */
USB_TEMP_PHONE, /* USB Phone */
USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */
+ USB_TEMP_MIDI, /* USB MIDI */
USB_TEMP_MAX,
};
OpenPOWER on IntegriCloud