corrected protocol definition
This commit is contained in:
parent
7151a55577
commit
fb0d874619
1 changed files with 3 additions and 3 deletions
|
|
@ -37,9 +37,9 @@ THE SOFTWARE.
|
|||
#define HID_REPORT_DESCRIPTOR_TYPE 0x22
|
||||
#define HID_PHYSICAL_DESCRIPTOR_TYPE 0x23
|
||||
|
||||
// Keyboard/Mouse protocols (normal or bios) HID1.11 Page 8 4.2 Subclass
|
||||
#define HID_PROTOCOL_NO_SUBCLASS 0
|
||||
#define HID_PROTOCOL_BOOT 1
|
||||
// Keyboard/Mouse protocols (normal or bios) HID1.11 Page 54 7.2.5 Get_Protocol Request
|
||||
#define HID_BOOT_PROTOCOL 0
|
||||
#define HID_REPORT_PROTOCOL 1
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue