<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hid-tminit/hid-tminit.c, branch tspc</title>
<subtitle>ACTIVE - In-kernel counterpart to tmdrv</subtitle>
<id>https://metanimi.dy.fi/cgit/hid-tminit/atom?h=tspc</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/hid-tminit/atom?h=tspc'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/'/>
<updated>2024-05-08T23:43:26Z</updated>
<entry>
<title>fix compilation on mint</title>
<updated>2024-05-08T23:43:26Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-05-08T23:43:01Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=17d6cad0b508417193ebf4d23f67c845487e9932'/>
<id>urn:sha1:17d6cad0b508417193ebf4d23f67c845487e9932</id>
<content type='text'>
+ Apparently some kernel headers are implicitly included on Debian or
  something, and Mint requires explicit #include statements. Weird.
</content>
</entry>
<entry>
<title>include module header</title>
<updated>2024-05-02T15:36:00Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-05-02T15:36:00Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=70867d3807b4f56b41966b95c7d642e17c691378'/>
<id>urn:sha1:70867d3807b4f56b41966b95c7d642e17c691378</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test duplicating driver</title>
<updated>2024-04-15T22:08:50Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-04-15T21:21:50Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=031ef062ac01af9f2ff4b41dde9a89e460f8168d'/>
<id>urn:sha1:031ef062ac01af9f2ff4b41dde9a89e460f8168d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial usb conversion</title>
<updated>2024-02-06T10:08:12Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-02-06T10:08:12Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=94d92eed4108ae434e8859660d15dc9e6d2391d6'/>
<id>urn:sha1:94d92eed4108ae434e8859660d15dc9e6d2391d6</id>
<content type='text'>
+ Compiles without errors, but will still need to actually test it out
  in a VM, unclear if USB requires some more setup that I'm missing
</content>
</entry>
<entry>
<title>add T128 init to list</title>
<updated>2024-01-15T14:26:40Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-01-15T14:26:40Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=7f894de691211445bf54e13494d67172fd5b5e53'/>
<id>urn:sha1:7f894de691211445bf54e13494d67172fd5b5e53</id>
<content type='text'>
+ For some reason the init mode on the T128 shows up under a different
  USB id, but looks to still require the init driver (maybe?)
</content>
</entry>
<entry>
<title>add T128 to list (untested)</title>
<updated>2024-01-13T14:28:41Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-01-13T14:28:41Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=97287883443ad342e5d3f0d920580c7b72049fb1'/>
<id>urn:sha1:97287883443ad342e5d3f0d920580c7b72049fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TX to accept list</title>
<updated>2022-10-20T17:20:17Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-10-20T17:20:17Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=7e6910ac35424ca43bf08d5e28920ce5e8d1b240'/>
<id>urn:sha1:7e6910ac35424ca43bf08d5e28920ce5e8d1b240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with Linux + better attachment handling (#14)</title>
<updated>2022-05-21T19:26:28Z</updated>
<author>
<name>Dario Pagani</name>
<email>dario.pagani.146@gmail.com</email>
</author>
<published>2022-05-21T19:26:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=778cfe9e98cbcf972cb42d7dbf6f47be2e0f5cee'/>
<id>urn:sha1:778cfe9e98cbcf972cb42d7dbf6f47be2e0f5cee</id>
<content type='text'>
* ported stuff from mainline Linux to here. preparing from the next patch

* logic to find the attachment (if exists)</content>
</entry>
<entry>
<title>Initialize with base info, not attachment</title>
<updated>2021-10-04T18:29:17Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-04T18:29:17Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=28c4fc4c82cf3539f4e49a558db014f0f3f711b5'/>
<id>urn:sha1:28c4fc4c82cf3539f4e49a558db014f0f3f711b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typos</title>
<updated>2021-01-31T08:33:23Z</updated>
<author>
<name>Dario Pagani</name>
<email>dario.pagani.146@gmail.com</email>
</author>
<published>2021-01-31T08:33:23Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/hid-tminit/commit/?id=45398e5721c589958f7554376e055122c361b5a3'/>
<id>urn:sha1:45398e5721c589958f7554376e055122c361b5a3</id>
<content type='text'>
</content>
</entry>
</feed>
