aboutsummaryrefslogtreecommitdiff
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
2025-11-23add TS-PCKimplul
+ Courtesy of @BDave95
2025-06-28add T300RS with 488 GT3 attachmentKimplul
+ It seems to require special handling that can't be dealth with in tmff2
2024-09-17Merge pull request #1 from yassineimounachen/usbKimplul
add support for TS-XW initialization
2024-09-17Delete useless tab indentyassineimounachen
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-16update .gitignoreKimplul
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
2024-01-15add T128 init to listKimplul
+ 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?)
2024-01-13add T128 to list (untested)Kimplul
2022-10-20add TX to accept listKimplul
2022-05-21Update README.mdDario Pagani
2022-05-21Sync with Linux + better attachment handling (#14)Dario Pagani
* ported stuff from mainline Linux to here. preparing from the next patch * logic to find the attachment (if exists)
2021-10-05Merge pull request #9 from Kimplul/masterDario Pagani
Initialize with base info rather than base + attachment
2021-10-04Initialize with base info, not attachmentKimplul
2021-01-31Upadted README.mdDario Pagani
2021-01-31TyposDario Pagani
2021-01-30formatDario Pagani
2021-01-30replaced wrong subfixDario Pagani
2021-01-30commentsDario Pagani
2021-01-24Merge pull request #6 from Kimplul/masterDario Pagani
Added name to copyright header
2021-01-24Added name to copyright headerKimplul
2021-01-24Indented code according to Linux style in a way that passes checkpatch.cl. ↵Dario Pagani
Replaced boilerplate code with the module_hid_driver macro
2021-01-15Merge branch 'master' of github.com:scarburato/hid-tminitDario Pagani
2021-01-15Allowing for a different KDIR to be used when calling makeDario Pagani
2021-01-10Merge pull request #4 from Peterkmoss/masterDario Pagani
* Using `kfree` instead of `kzfree` or `kfree_sensitive` There is no sensitive information in the driver, so using `kfree` should be fine. See https://github.com/scarburato/t150_driver/pull/11 for more information on the discussion.
2021-01-10Using `kfree` instead of `kzfree` or `kfree_sensitive`Peter K. Moss
There is no sensitive information in the driver, so using `kfree` should be fine. See https://github.com/scarburato/t150_driver/pull/11 for more information on the discussion.
2021-01-08Using kfree_sensitive over kzfree for kernels >= 5.9-rc1Peter K. Moss
This modification is needed for the newer kernels as per https://github.com/torvalds/linux/commit/453431a54934d917153c65211b2dabf45562ca88
2020-11-02Updated README.mdDario Pagani
2020-11-02Added support for the "T300 Ferrari Alcantara Edition"Dario Pagani
2020-08-19Added broken pipe as a new "normal" error code in the last handler.Dario Pagani
Replaced hid_err with hid_warn in the last handler
2020-08-16Merge branch 'master' of github.com:scarburato/hid-tminitDario Pagani
2020-08-16Module descriptionDario Pagani
2020-08-16Merge pull request #1 from Kimplul/panicfixDario Pagani
fix for kernel panic when initializing T300RS on some setups
2020-08-16FormattingDario Pagani
2020-08-16fix for kernel panic when initializing T300RS on some setupskimi
2020-08-15Driver written, will it work?Dario Pagani
2020-08-08Update README.mdDario Pagani
2020-08-08Initial commitDario Pagani