diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-24 19:02:12 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-24 19:02:12 +0300 |
| commit | 0ce71ffd905875847c5d973e4c67c45b4d525914 (patch) | |
| tree | 8270c9191c517a06e6311fc2e5a453600981d52d /hid-tmt300rs.h | |
| parent | c6c0c50a442fb943b0c0f9949e54ad4e6c1203d1 (diff) | |
| download | hid-tmff2-0ce71ffd905875847c5d973e4c67c45b4d525914.tar.gz hid-tmff2-0ce71ffd905875847c5d973e4c67c45b4d525914.zip | |
Added adv_mode
+ Doesn't seem to do anything to my wheel, but I don't have the wheel attachment that this mode is intended for, needs further testing in other words.
Diffstat (limited to 'hid-tmt300rs.h')
| -rw-r--r-- | hid-tmt300rs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index 80146ef..caf38cf 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -130,6 +130,8 @@ struct t300rs_device_entry { u16 range; u8 effects_used; + + u8 adv_mode; }; |
