diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-25 15:23:59 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-25 15:23:59 +0200 |
| commit | bb853865fce78d062186c808dc63fcfe12ebf195 (patch) | |
| tree | 6c418fc5cf1a0ec19849043df2d88e431e30014c /hid-tmff2.h | |
| parent | 41c46e46415bfe9d393a5a3858f0c58f0a914c6b (diff) | |
| download | hid-tmff2-bb853865fce78d062186c808dc63fcfe12ebf195.tar.gz hid-tmff2-bb853865fce78d062186c808dc63fcfe12ebf195.zip | |
allow only specific attachments to change mode
Diffstat (limited to 'hid-tmff2.h')
| -rw-r--r-- | hid-tmff2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid-tmff2.h b/hid-tmff2.h index a57b434..d5de938 100644 --- a/hid-tmff2.h +++ b/hid-tmff2.h @@ -122,6 +122,7 @@ struct t300rs_device_entry { void (*close)(struct input_dev *dev); int mode; + int attachment; u8 buffer_length; u8 *send_buffer; }; |
