aboutsummaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2023-08-18 09:03:18 +0100
committerDavid Edmundson <kde@davidedmundson.co.uk>2023-08-23 11:54:48 +0100
commitb959deebd764b59410418dda7e457e18d57e48da (patch)
treef0d6ad2921472a6cb240521d44e3ec58a8c55f8c /Kbuild
parent010c0d986d8d75ff2727d164c8c41b08b33549a9 (diff)
downloadhid-tmff2-b959deebd764b59410418dda7e457e18d57e48da.tar.gz
hid-tmff2-b959deebd764b59410418dda7e457e18d57e48da.zip
Add support for Thrustmaster TX
This utilises most of the same logic as the T300, but with a separate sequences for the range, open and close. This is based on a device with an F1 wheel attachment, this might need extending in the future.
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index 590c69d..619792c 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1,2 +1,2 @@
obj-m := hid-tmff-new.o
-hid-tmff-new-y := hid-tmff2.o hid-tmt300rs.o hid-tmt248.o
+hid-tmff-new-y := hid-tmff2.o hid-tmt300rs.o hid-tmt248.o hid-tmtx.o