Device report protocol
Synopsis:
#include <sys/hidut.h>
enum {
HID_PROTOCOL_BOOT = 0,
HID_PROTOCOL_REPORT = 1
};
Arguments:
- HID_PROTOCOL_BOOT
- Simple protocol for devices requiring BIOS support (e.g., keyboard, mouse).
- HID_PROTOCOL_REPORT
- The standard HID report protocol.
Page updated:
