aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-23 20:39:11 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-23 20:39:11 +0300
commit19c4f683e1e9ecada52c2731ea1a55bc294bd808 (patch)
treef0d6ad2921472a6cb240521d44e3ec58a8c55f8c /hid-tmff2.h
parent010c0d986d8d75ff2727d164c8c41b08b33549a9 (diff)
parentb959deebd764b59410418dda7e457e18d57e48da (diff)
downloadhid-tmff2-19c4f683e1e9ecada52c2731ea1a55bc294bd808.tar.gz
hid-tmff2-19c4f683e1e9ecada52c2731ea1a55bc294bd808.zip
Merge branch 'tx_support'
Diffstat (limited to 'hid-tmff2.h')
-rw-r--r--hid-tmff2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hid-tmff2.h b/hid-tmff2.h
index 8b7842e..30f04c7 100644
--- a/hid-tmff2.h
+++ b/hid-tmff2.h
@@ -100,6 +100,7 @@ struct tmff2_device_entry {
/* external */
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);
#define TMT300RS_PS3_NORM_ID 0xb66e
#define TMT300RS_PS3_ADV_ID 0xb66f
@@ -107,6 +108,8 @@ int t248_populate_api(struct tmff2_device_entry *tmff2);
#define TMT248_PC_ID 0xb696
+#define TX_ACTIVE 0xb669
+
/* apis to different wheel families */
/* T248 at least uses the T300RS api, not sure if there are other wheels but that's
* why these functions are given global linkage */