aboutsummaryrefslogtreecommitdiff
path: root/hid-tminit.h
diff options
context:
space:
mode:
authorDario Pagani <dario.pagani.146@gmail.com>2021-01-30 21:28:17 +0100
committerDario Pagani <dario.pagani.146@gmail.com>2021-01-30 21:28:17 +0100
commit38bb24d95df29b9f27ae468ae410db735419d21b (patch)
tree3771491d35e84854f63800ebb62e6f3cb93629ef /hid-tminit.h
parent8b9802ac40ade7a09c6bc52298e3501cfdc0732c (diff)
downloadhid-tminit-38bb24d95df29b9f27ae468ae410db735419d21b.tar.gz
hid-tminit-38bb24d95df29b9f27ae468ae410db735419d21b.zip
comments
Diffstat (limited to 'hid-tminit.h')
-rw-r--r--hid-tminit.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/hid-tminit.h b/hid-tminit.h
index 729f493..2e38ecc 100644
--- a/hid-tminit.h
+++ b/hid-tminit.h
@@ -29,7 +29,8 @@ static const unsigned int setup_arr_sizes[] = {
struct th_wheel_info {
uint16_t wheel_type;
- /** See when the USB control out packet is prepared...
+ /**
+ * See when the USB control out packet is prepared...
* @TODO The TMX seems to require multiple control codes to switch.
*/
uint16_t switch_value;
@@ -38,7 +39,8 @@ struct th_wheel_info {
};
/**
- * All wheel I know. TO BE TESTED
+ * Known wheels.
+ * Note: TMX does not work as it requires 2 control packets
*/
static const struct th_wheel_info th_wheels_infos[] = {
{0x0306, 0x0006, "Thrustmaster T150RS"},