aboutsummaryrefslogtreecommitdiff
path: root/src/hid-tmff2.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-21 18:40:41 +0300
committerGitHub <noreply@github.com>2024-04-21 18:40:41 +0300
commite0d33087fb44d44e5140f960d6f657795e0418b6 (patch)
tree8418ab4dab47d72be73d96e2e6db357bca4322ba /src/hid-tmff2.h
parent414f1f03f1ef9d51829d10b92e03bf1bca3bb966 (diff)
parent39fd37ab2ac974dc664378c92ebb576f39d085bb (diff)
downloadhid-tmff2-e0d33087fb44d44e5140f960d6f657795e0418b6.tar.gz
hid-tmff2-e0d33087fb44d44e5140f960d6f657795e0418b6.zip
Merge pull request #94 from yassineimounachen/tsxw
Add support for TS-XW Racer
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 1eb3546..666d249 100644
--- a/src/hid-tmff2.h
+++ b/src/hid-tmff2.h
@@ -102,6 +102,7 @@ struct tmff2_device_entry {
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);
#define TMT300RS_PS3_NORM_ID 0xb66e
#define TMT300RS_PS3_ADV_ID 0xb66f
@@ -111,6 +112,8 @@ int tx_populate_api(struct tmff2_device_entry *tmff2);
#define TX_ACTIVE 0xb669
+#define TSXW_ACTIVE 0xb692
+
/* 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 */