diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index dcdef0bb4bba..f13bca2dd53b 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -388,6 +388,12 @@ struct hid_report_enum { | |||
388 | struct hid_control_fifo { | 388 | struct hid_control_fifo { |
389 | unsigned char dir; | 389 | unsigned char dir; |
390 | struct hid_report *report; | 390 | struct hid_report *report; |
391 | char *raw_report; | ||
392 | }; | ||
393 | |||
394 | struct hid_output_fifo { | ||
395 | struct hid_report *report; | ||
396 | char *raw_report; | ||
391 | }; | 397 | }; |
392 | 398 | ||
393 | #define HID_CLAIMED_INPUT 1 | 399 | #define HID_CLAIMED_INPUT 1 |