<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hid-tmff2/hid-tmt300rs.c, 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 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>fix duration updating</title>
<updated>2022-09-10T16:07:54Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-09-10T16:07:21Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=e2dd7bdc3a22ac8b8551db4154fa36fcc631b402'/>
<id>urn:sha1:e2dd7bdc3a22ac8b8551db4154fa36fcc631b402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix unused variable warning</title>
<updated>2022-09-02T16:04:50Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-09-02T16:04:50Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=0c0afc669272c9c3199e5f326faad8cd4ccef06e'/>
<id>urn:sha1:0c0afc669272c9c3199e5f326faad8cd4ccef06e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>always update effect duration</title>
<updated>2022-09-02T16:04:12Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-09-02T16:03:22Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=0e47624ebbed48e922fe27170364aebf79217e7b'/>
<id>urn:sha1:0e47624ebbed48e922fe27170364aebf79217e7b</id>
<content type='text'>
+ According to discussion in #43 this is more along the lines of what
  other wheels do.
</content>
</entry>
<entry>
<title>update direction</title>
<updated>2022-07-12T16:14:10Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-07-12T16:14:10Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=f2950d23c24df162889df4553381262bfdcc6fc2'/>
<id>urn:sha1:f2950d23c24df162889df4553381262bfdcc6fc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove debugging print</title>
<updated>2022-04-02T18:43:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-04-02T18:43:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=0471da28f10feb5f3ad58fe8233810cf031b90da'/>
<id>urn:sha1:0471da28f10feb5f3ad58fe8233810cf031b90da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set alt_mode to not reset the wheel's mode</title>
<updated>2022-04-02T18:30:40Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-04-02T18:30:40Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=c06a80f1d1e2ef003eb99d8b1fb24e9562f5eb27'/>
<id>urn:sha1:c06a80f1d1e2ef003eb99d8b1fb24e9562f5eb27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change 'native' to 'base'</title>
<updated>2022-03-25T16:35:02Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-03-25T16:35:02Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tmff2/commit/?id=864a7c582518538c209f5d81043816b5e2696ca3'/>
<id>urn:sha1:864a7c582518538c209f5d81043816b5e2696ca3</id>
<content type='text'>
</content>
</entry>
</feed>
