diff options
| author | Dario Pagani <> | 2020-11-02 21:06:04 +0100 |
|---|---|---|
| committer | Dario Pagani <> | 2020-11-02 21:06:04 +0100 |
| commit | 7d10d3ee6a7c8722bac60775d66be6cb8b38b9dd (patch) | |
| tree | 03f70ca618866417c996f575b359bb284d3b3121 | |
| parent | 8a847c18e5ec37f44c9d27b66a06de2c56c88d72 (diff) | |
| download | hid-tminit-7d10d3ee6a7c8722bac60775d66be6cb8b38b9dd.tar.gz hid-tminit-7d10d3ee6a7c8722bac60775d66be6cb8b38b9dd.zip | |
Updated README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,3 +13,17 @@ This driver tries to understand which model of Thrustmaster wheel the generic ## Wheels supported You can check the table of wheels supported in `hid-tminit.h`, they are stored in the array `th_wheels_infos[]` + +## Recapitulatory table +This table may be outdated. + +My new guess is the control packet with `usb.setup.bRequest == 73`, is suspiciously near the control packet used to switch the wheel mode and the response of the wheel seems to remain the same after the upgrade + +|Model| Response| bytes +6, +7| +|--------------------------------|---------------------------------------------------------|---| +|T150 (same both my and @Kimplul)| 0x49002100000006030000000000000000| 0x0603| +|T300 (@Kimplul) | 0x49000301010006021300000005010000| 0x0602| +|T300 (cap from Gitlab) | 0x49002100000006020000000000000000| 0x0602| +|T300 Ferrari Alcantara Edition | 0x49000200010004021300000005010000| 0x0402| +|TMX | 0x4700410000000704 | 0x0704 | +|T500 | 0x4700030000000200 | 0x0200 | |
