aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hid-tminit.c2
-rw-r--r--hid-tminit.h6
2 files changed, 5 insertions, 3 deletions
diff --git a/hid-tminit.c b/hid-tminit.c
index d3ff381..5b44315 100644
--- a/hid-tminit.c
+++ b/hid-tminit.c
@@ -73,7 +73,7 @@ static void tminit_change_handler(struct urb *urb)
}
/**
- * Called by the USB subsystem when the wheel respons to our request
+ * Called by the USB subsystem when the wheel responses to our request
* to get [what it seems to be] the wheel's model.
*
* If the model id is recognized then we send an opportune USB CONTROL REQUEST
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"},