aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ioctl.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2015-06-01 11:24:34 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2015-06-01 11:24:34 +0000
commit0a76fe7c248005397e83ca94926065b75a1b7ea9 (patch)
tree978bd6f1d67e83ce240481d3484486f399568743 /sys/dev/usb/usb_ioctl.h
parent38954a1d1c8ec6aa248679718a2a85c6d6ffe029 (diff)
downloadsrc-0a76fe7c248005397e83ca94926065b75a1b7ea9.tar.gz
src-0a76fe7c248005397e83ca94926065b75a1b7ea9.zip
Add USB MIDI template for USB device side mode.
Notes
Notes: svn path=/head/; revision=283879
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 539f88118824..683f3e61b858 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,
};