From b959deebd764b59410418dda7e457e18d57e48da Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 18 Aug 2023 09:03:18 +0100 Subject: 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. --- Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kbuild') 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 -- cgit v1.3