blob: e001877c390af3b32ed53ad19e8645676a901af7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Linux kernel module for the Thrustmaster T300RS wheel
## General information for the curious:
* This driver is heavily under development, and is currently missing some major features, such as force feedback among many other things.
* I try to only push to Github whenever I'm relatively sure the driver won't freeze up the kernel, but I absolutely do not recommend running this driver on your main computer. Set up a virtual machine if you want to test this out. I personally recommend QEMU/libvirt: https://www.qemu.org/download/
* In case you want to try installing this driver, it should be fairly simple:
```
make
sudo make install
```
And possibly some ```sudo depmod -a && sudo modprobe hid-tmff2```
To see if the driver is being loaded, run ```dmesg```. The feed should be filled with debugging messages that honestly probably should be improved. A lot.
GOOD NEWS, EVERYBODY!
I managed to make the wheel turn! Still nowhere near usable as an, y'know, actual wheel, but we're getting somewhere boys and girls!
Here's an example video of the current state of the driver:
https://www.youtube.com/watch?v=k5tu91TjXqY
|