diff options
Diffstat (limited to 'sys/dev/usb/template/usb_template_midi.c')
-rw-r--r-- | sys/dev/usb/template/usb_template_midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/template/usb_template_midi.c b/sys/dev/usb/template/usb_template_midi.c index eca8eb2..9be1b9e 100644 --- a/sys/dev/usb/template/usb_template_midi.c +++ b/sys/dev/usb/template/usb_template_midi.c @@ -171,7 +171,7 @@ static const void *midi_descs_1[] = { static const struct usb_temp_interface_desc midi_iface_1 = { .ppRawDesc = midi_descs_1, .ppEndpoints = midi_iface_1_ep, - .bInterfaceClass = 0x01, /* Midi */ + .bInterfaceClass = 0x01, /* MIDI */ .bInterfaceSubClass = 3, /* MIDI streaming */ .bInterfaceProtocol = 0, .iInterface = INDEX_MIDI_IF, |