This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| drivers/hid/hid-input.c | 14 ++++++++++++++ | |
| include/linux/hid.h | 1 + | |
| 2 files changed, 15 insertions(+) | |
| diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c | |
| index 2619f7f..56429c0 100644 | |
| --- a/drivers/hid/hid-input.c | |
| +++ b/drivers/hid/hid-input.c | |
| <at> <at> -1085,6 +1085,20 <at> <at> void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct |