diff options
| author | Dario Pagani <dario.pagani.146@gmail.com> | 2021-01-30 21:32:25 +0100 |
|---|---|---|
| committer | Dario Pagani <dario.pagani.146@gmail.com> | 2021-01-30 21:32:25 +0100 |
| commit | 516d7bbfcdb387e5bbab2b821628db43a8571b8f (patch) | |
| tree | c8b23afe7cb541af536ef5d536c02a4b4a0bf055 /hid-tminit.h | |
| parent | 38bb24d95df29b9f27ae468ae410db735419d21b (diff) | |
| download | hid-tminit-516d7bbfcdb387e5bbab2b821628db43a8571b8f.tar.gz hid-tminit-516d7bbfcdb387e5bbab2b821628db43a8571b8f.zip | |
replaced wrong subfix
Diffstat (limited to 'hid-tminit.h')
| -rw-r--r-- | hid-tminit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hid-tminit.h b/hid-tminit.h index 2e38ecc..04b0cf9 100644 --- a/hid-tminit.h +++ b/hid-tminit.h @@ -26,7 +26,7 @@ static const unsigned int setup_arr_sizes[] = { * must be used when preparing USB packets * and vice-versa */ -struct th_wheel_info { +struct tm_wheel_info { uint16_t wheel_type; /** @@ -42,7 +42,7 @@ struct th_wheel_info { * Known wheels. * Note: TMX does not work as it requires 2 control packets */ -static const struct th_wheel_info th_wheels_infos[] = { +static const struct tm_wheel_info tm_wheels_infos[] = { {0x0306, 0x0006, "Thrustmaster T150RS"}, {0x0206, 0x0005, "Thrustmaster T300RS"}, {0x0204, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"}, @@ -50,7 +50,7 @@ static const struct th_wheel_info th_wheels_infos[] = { {0x0407, 0x0001, "Thrustmaster TMX"} }; -static const uint8_t th_wheels_infos_length = 5; +static const uint8_t tm_wheels_infos_length = 5; /** * This structs contains (in little endian) the response data |
