From 38bb24d95df29b9f27ae468ae410db735419d21b Mon Sep 17 00:00:00 2001 From: Dario Pagani Date: Sat, 30 Jan 2021 21:28:17 +0100 Subject: comments --- hid-tminit.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hid-tminit.h') 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"}, -- cgit v1.3