aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-03-25 15:23:59 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-03-25 15:23:59 +0200
commitbb853865fce78d062186c808dc63fcfe12ebf195 (patch)
tree6c418fc5cf1a0ec19849043df2d88e431e30014c /hid-tmff2.h
parent41c46e46415bfe9d393a5a3858f0c58f0a914c6b (diff)
downloadhid-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.h1
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;
};