diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-29 17:14:10 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-11-23 14:37:44 +0200 |
| commit | f1b2b85a4920d8c78b5b2b51b8cf5ddb1e8e03fd (patch) | |
| tree | ce23c4bf065422bb3a239f79519c1671b720420f /src/hid-tmff2.h | |
| parent | 2a7b3568792d50e94479298b5d0e5602d4e230f8 (diff) | |
| download | hid-tmff2-f1b2b85a4920d8c78b5b2b51b8cf5ddb1e8e03fd.tar.gz hid-tmff2-f1b2b85a4920d8c78b5b2b51b8cf5ddb1e8e03fd.zip | |
apply initial tspc patches
+ Courtesy of @BDave95
Diffstat (limited to 'src/hid-tmff2.h')
| -rw-r--r-- | src/hid-tmff2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hid-tmff2.h b/src/hid-tmff2.h index f747f44..04bc368 100644 --- a/src/hid-tmff2.h +++ b/src/hid-tmff2.h @@ -103,6 +103,7 @@ int t300rs_populate_api(struct tmff2_device_entry *tmff2); int t248_populate_api(struct tmff2_device_entry *tmff2); int tx_populate_api(struct tmff2_device_entry *tmff2); int tsxw_populate_api(struct tmff2_device_entry *tmff2); +int tspc_populate_api(struct tmff2_device_entry *tmff2); #define TMT300RS_PS3_NORM_ID 0xb66e #define TMT300RS_PS3_ADV_ID 0xb66f @@ -114,6 +115,8 @@ int tsxw_populate_api(struct tmff2_device_entry *tmff2); #define TSXW_ACTIVE 0xb692 +#define TMTS_PC_RACER_ID 0xb689 + /* APIs to different wheel families */ /* T248 and TX at least uses the T300RS api, not sure if there are other wheels * but that's why these functions are given global linkage */ |
