<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hid-tmff2/hid-tmff2.h, branch master</title>
<subtitle>ACTIVE - Linux driver for Thrustmaster wheels</subtitle>
<id>https://metanimi.dy.fi/cgit/hid-tmff2/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/hid-tmff2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/'/>
<updated>2023-10-02T12:14:57Z</updated>
<entry>
<title>src: initial refactoring</title>
<updated>2023-10-02T12:14:57Z</updated>
<author>
<name>RaySlash</name>
<email>stevemathewjoy@gmail.com</email>
</author>
<published>2023-10-02T03:08:52Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=75006183d0a379a2b0fa844fc32b3e27d229f368'/>
<id>urn:sha1:75006183d0a379a2b0fa844fc32b3e27d229f368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update SPDX-comments</title>
<updated>2023-09-23T13:00:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-09-23T13:00:06Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=b2872a893afd0f9cd0bfd4644348f3b8645edbed'/>
<id>urn:sha1:b2872a893afd0f9cd0bfd4644348f3b8645edbed</id>
<content type='text'>
+ Module uses MODULE_LICENSE("GPL") which corresponds to
  GPL-2.0-or-later, not GPL-2.0. Also makes LICENSE file compliant.
</content>
</entry>
<entry>
<title>Add support for Thrustmaster TX</title>
<updated>2023-08-23T10:54:48Z</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2023-08-18T08:03:18Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=b959deebd764b59410418dda7e457e18d57e48da'/>
<id>urn:sha1:b959deebd764b59410418dda7e457e18d57e48da</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>add open_mode module parameter</title>
<updated>2023-02-09T09:46:32Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-02-09T09:46:32Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=3953b2e7a24e2cf3926a0038a91acf8d9f9ee887'/>
<id>urn:sha1:3953b2e7a24e2cf3926a0038a91acf8d9f9ee887</id>
<content type='text'>
+ open_mode = 1 (default) sends out mode switch commands on open/close,
  open_mode = 0 sets the wheel into 'open' mode once at init
</content>
</entry>
<entry>
<title>allow only specific attachments to change mode</title>
<updated>2022-03-25T13:23:59Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-25T13:23:59Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=bb853865fce78d062186c808dc63fcfe12ebf195'/>
<id>urn:sha1:bb853865fce78d062186c808dc63fcfe12ebf195</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change alternate mode handling</title>
<updated>2022-03-25T12:15:39Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-25T12:14:18Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=41c46e46415bfe9d393a5a3858f0c58f0a914c6b'/>
<id>urn:sha1:41c46e46415bfe9d393a5a3858f0c58f0a914c6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add master gain</title>
<updated>2022-03-24T18:54:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-24T18:43:42Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=2814c3eb42a0ed97d40a42aaefa1bfcd79781bdc'/>
<id>urn:sha1:2814c3eb42a0ed97d40a42aaefa1bfcd79781bdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix work handler being run after destruction</title>
<updated>2022-03-24T11:34:49Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-24T11:34:49Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=51623455c8136f40f47ad98a0532ea70dd1c99e4'/>
<id>urn:sha1:51623455c8136f40f47ad98a0532ea70dd1c99e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed possible kernel oops when unplugging device</title>
<updated>2022-03-23T20:54:10Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-23T20:39:07Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=62412528ae90b37172675264d7129663a0341ccb'/>
<id>urn:sha1:62412528ae90b37172675264d7129663a0341ccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test open/close</title>
<updated>2022-03-23T16:39:27Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-23T16:39:27Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=fed8081d45d05ecf2b557515e17a5005b90a7e96'/>
<id>urn:sha1:fed8081d45d05ecf2b557515e17a5005b90a7e96</id>
<content type='text'>
</content>
</entry>
</feed>
