diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-08-09 23:00:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-09 23:00:08 +0300 |
| commit | c5b9b79d4e61b77e0827e81dd676420b3c366743 (patch) | |
| tree | 4f61319e1e020578511c5f2e34db9cc119fd5995 /src/hid-tmff2.h | |
| parent | 9d8577ba2a2c8e3d96cfdb7be4201e4e230e210f (diff) | |
| parent | 4c142e19d14d02d0149198274b0f3f11091c71c6 (diff) | |
| download | hid-tmff2-c5b9b79d4e61b77e0827e81dd676420b3c366743.tar.gz hid-tmff2-c5b9b79d4e61b77e0827e81dd676420b3c366743.zip | |
Merge pull request #211 from kakra/t300-correctness-fixes
fix force feedback arithmetic and wheel input filtering
Diffstat (limited to 'src/hid-tmff2.h')
| -rw-r--r-- | src/hid-tmff2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid-tmff2.h b/src/hid-tmff2.h index 6ad1d82..58ab8f3 100644 --- a/src/hid-tmff2.h +++ b/src/hid-tmff2.h @@ -11,7 +11,7 @@ extern int spring_level; extern int damper_level; extern int friction_level; extern int range; -extern int gain; +extern u16 gain; extern int alt_mode; #define USB_VENDOR_ID_THRUSTMASTER 0x044f |
