From 3e2342e69d11d5f938fd3c7800a9eb761a5e9375 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 12 Jun 2020 15:11:45 +0300 Subject: Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f5d0be..8668174 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -Linux kernel module for the Thrustmaster T300RS wheel +# 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. -- cgit v1.3