aboutsummaryrefslogtreecommitdiff
path: root/usb-tminit.c
AgeCommit message (Collapse)Author
2026-01-20add T598 to device listtspcKimplul
+ Seems to not tolerate init packets, interestingly. Might have to come up with some better way to handle wheel init, darn. try bypassing normal setup
2024-09-17Merge pull request #1 from yassineimounachen/usbKimplul
add support for TS-XW initialization
2024-05-09fix compilation on mintKimplul
+ Apparently some kernel headers are implicitly included on Debian or something, and Mint requires explicit #include statements. Weird.
2024-05-02include module headerKimplul
2024-04-29add support for TS-XW initializationYassine Imounachen
2024-04-16test duplicating driverKimplul
2024-02-16move setup interrupts to after product checkKimplul
2024-02-16skip model query with T128Kimplul
2024-02-06add t128x as a plain USB deviceKimplul
2024-02-06manually binding/rebinding worksKimplul
+ Still need to tweak some stuff, usbhid seems to attach itself to the device before this driver gets a chance.
2024-02-06initial usb conversionKimplul
+ 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