diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-29 17:43:34 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-11-23 14:38:13 +0200 |
| commit | b3ba7e36165032514f675f392b2741fc91f9ad09 (patch) | |
| tree | 833c5e6ef55d992fc352594c3e3064bb3190bc13 /src | |
| parent | 2a1f7f59d37ed178796b921efbab3dfae33ddfce (diff) | |
| download | hid-tmff2-b3ba7e36165032514f675f392b2741fc91f9ad09.tar.gz hid-tmff2-b3ba7e36165032514f675f392b2741fc91f9ad09.zip | |
add alt mode sysfs file
Diffstat (limited to 'src')
| -rw-r--r-- | src/tmtspc/hid-tmtspc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmtspc/hid-tmtspc.c b/src/tmtspc/hid-tmtspc.c index caaa378..00d748b 100644 --- a/src/tmtspc/hid-tmtspc.c +++ b/src/tmtspc/hid-tmtspc.c @@ -28,6 +28,7 @@ static const unsigned long tspc_params = PARAM_SPRING_LEVEL | PARAM_DAMPER_LEVEL | PARAM_FRICTION_LEVEL + | PARAM_ALT_MODE | PARAM_RANGE | PARAM_GAIN ; |
