Skip to content

Commit c028d41

Browse files
committed
Revert "fl16: mark IAD as generic HID"
Keyboard doesn't work in systemd-boot anymore, maybe this broke it. This reverts commit 678fe6a.
1 parent 922314d commit c028d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmk_core/protocol/usb_descriptor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
647647
.FirstInterfaceIndex = KEYBOARD_INTERFACE,
648648
.TotalInterfaces = CONSOLE_INTERFACE, // It's the interface after this
649649
.Class = HID_CSCP_HIDClass,
650-
.SubClass = 0x00, // HID_CSCP_BootSubclass,
651-
.Protocol = 0x00, // HID_CSCP_KeyboardBootProtocol,
650+
.SubClass = HID_CSCP_BootSubclass,
651+
.Protocol = HID_CSCP_KeyboardBootProtocol,
652652
.IADStrIndex = NO_DESCRIPTOR,
653653
},
654654
#ifndef KEYBOARD_SHARED_EP

0 commit comments

Comments
 (0)