aboutsummaryrefslogtreecommitdiff
path: root/usb-tminit.c
AgeCommit message (Collapse)Author
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