| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-06 | add t128x as a plain USB device | Kimplul | |
| 2024-02-06 | manually binding/rebinding works | Kimplul | |
| + Still need to tweak some stuff, usbhid seems to attach itself to the device before this driver gets a chance. | |||
| 2024-02-06 | initial usb conversion | Kimplul | |
| + 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-15 | add T128 init to list | Kimplul | |
| + 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-13 | add T128 to list (untested) | Kimplul | |
| 2022-10-20 | add TX to accept list | Kimplul | |
| 2022-05-21 | Update README.md | Dario Pagani | |
| 2022-05-21 | Sync 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-05 | Merge pull request #9 from Kimplul/master | Dario Pagani | |
| Initialize with base info rather than base + attachment | |||
| 2021-10-04 | Initialize with base info, not attachment | Kimplul | |
| 2021-01-31 | Upadted README.md | Dario Pagani | |
| 2021-01-31 | Typos | Dario Pagani | |
| 2021-01-30 | format | Dario Pagani | |
| 2021-01-30 | replaced wrong subfix | Dario Pagani | |
| 2021-01-30 | comments | Dario Pagani | |
| 2021-01-24 | Merge pull request #6 from Kimplul/master | Dario Pagani | |
| Added name to copyright header | |||
| 2021-01-24 | Added name to copyright header | Kimplul | |
| 2021-01-24 | Indented 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-15 | Merge branch 'master' of github.com:scarburato/hid-tminit | Dario Pagani | |
| 2021-01-15 | Allowing for a different KDIR to be used when calling make | Dario Pagani | |
| 2021-01-10 | Merge pull request #4 from Peterkmoss/master | Dario 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-10 | Using `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-08 | Using kfree_sensitive over kzfree for kernels >= 5.9-rc1 | Peter K. Moss | |
| This modification is needed for the newer kernels as per https://github.com/torvalds/linux/commit/453431a54934d917153c65211b2dabf45562ca88 | |||
| 2020-11-02 | Updated README.md | Dario Pagani | |
| 2020-11-02 | Added support for the "T300 Ferrari Alcantara Edition" | Dario Pagani | |
| 2020-08-19 | Added 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-16 | Merge branch 'master' of github.com:scarburato/hid-tminit | Dario Pagani | |
| 2020-08-16 | Module description | Dario Pagani | |
| 2020-08-16 | Merge pull request #1 from Kimplul/panicfix | Dario Pagani | |
| fix for kernel panic when initializing T300RS on some setups | |||
| 2020-08-16 | Formatting | Dario Pagani | |
| 2020-08-16 | fix for kernel panic when initializing T300RS on some setups | kimi | |
| 2020-08-15 | Driver written, will it work? | Dario Pagani | |
| 2020-08-08 | Update README.md | Dario Pagani | |
| 2020-08-08 | Initial commit | Dario Pagani | |
