Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMous...
[pub/USBasp.git] / Demos / Device / KeyboardMouse / Descriptors.c
index 7f39c6b..39c1d4a 100644 (file)
@@ -173,7 +173,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                                \r
                        Class:                  0x03,\r
                        SubClass:               0x01,\r
-                       Protocol:               0x00,\r
+                       Protocol:               0x01,\r
                                \r
                        InterfaceStrIndex:      NO_DESCRIPTOR\r
                },\r
@@ -219,8 +219,8 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        TotalEndpoints:         1,\r
                                \r
                        Class:                  0x03,\r
-                       SubClass:               0x02,\r
-                       Protocol:               0x00,\r
+                       SubClass:               0x01,\r
+                       Protocol:               0x02,\r
                                \r
                        InterfaceStrIndex:      NO_DESCRIPTOR\r
                },\r