aboutsummaryrefslogtreecommitdiff
path: root/src/hid-tmff2.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-12-11 18:40:33 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-12-11 18:40:33 +0200
commitcc734a8c9195d752a65205bc727b2d33a8a8f60d (patch)
treee292d51c1d3172f351609bd0a3e218c8fd1fac21 /src/hid-tmff2.h
parentc4b70d4ec36404c9454199bec208eaf3116ef453 (diff)
parent8b1c826c0d70c6a086c8ff262b4a8074f1f9acf5 (diff)
downloadhid-tmff2-cc734a8c9195d752a65205bc727b2d33a8a8f60d.tar.gz
hid-tmff2-cc734a8c9195d752a65205bc727b2d33a8a8f60d.zip
Merge branch 'tspc'
Diffstat (limited to 'src/hid-tmff2.h')
-rw-r--r--src/hid-tmff2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hid-tmff2.h b/src/hid-tmff2.h
index f747f44..6ad1d82 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 */