diff options
Diffstat (limited to 'protocol/usb_hid/parser.h')
| -rw-r--r-- | protocol/usb_hid/parser.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h new file mode 100644 index 000000000..dc14c8270 --- /dev/null +++ b/protocol/usb_hid/parser.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include "hid.h" | ||
| 2 | |||
| 3 | class KBDReportParser : public HIDReportParser | ||
| 4 | { | ||
| 5 | public: | ||
| 6 | virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); | ||
| 7 | }; | ||
