Explorar o código

Only try to read the report ID from SetReport when the keyboard is part of the shared EP

Fixes #4471
Fixes #4517
fauxpark %!s(int64=7) %!d(string=hai) anos
pai
achega
d6b7ca04f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmk_core/protocol/lufa/lufa.c

+ 1 - 1
tmk_core/protocol/lufa/lufa.c

@@ -517,7 +517,7 @@ void EVENT_USB_Device_ControlRequest(void)
                         if (USB_DeviceState == DEVICE_STATE_Unattached)
                           return;
                     }
-#if defined(SHARED_EP_ENABLE)
+#ifdef KEYBOARD_SHARED_EP
                     uint8_t report_id = REPORT_ID_KEYBOARD;
                     if (keyboard_protocol) {
                        report_id = Endpoint_Read_8();