| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-02 | src: initial refactoring | RaySlash | |
| 2023-09-23 | update SPDX-comments | Kimplul | |
| + Module uses MODULE_LICENSE("GPL") which corresponds to GPL-2.0-or-later, not GPL-2.0. Also makes LICENSE file compliant. | |||
| 2023-02-09 | add open_mode module parameter | Kimplul | |
| + open_mode = 1 (default) sends out mode switch commands on open/close, open_mode = 0 sets the wheel into 'open' mode once at init | |||
| 2022-09-10 | fix duration updating | Kimplul | |
| 2022-09-02 | fix unused variable warning | Kimplul | |
| 2022-09-02 | always update effect duration | Kimplul | |
| + According to discussion in #43 this is more along the lines of what other wheels do. | |||
| 2022-07-12 | update direction | Kimplul | |
| 2022-04-02 | remove debugging print | Kimplul | |
| 2022-04-02 | set alt_mode to not reset the wheel's mode | Kimplul | |
| 2022-03-25 | change 'native' to 'base' | Kimplul | |
| 2022-03-25 | allow only specific attachments to change mode | Kimplul | |
| 2022-03-25 | change alternate mode handling | Kimplul | |
| 2022-03-24 | add master gain | Kimplul | |
| 2022-03-24 | fix work handler being run after destruction | Kimplul | |
| 2022-03-23 | fixed possible kernel oops when unplugging device | Kimplul | |
| 2022-03-23 | test open/close | Kimplul | |
| 2022-03-20 | add initial t248 support | Kimplul | |
| 2022-03-20 | merge headers into one | Kimplul | |
| 2022-03-14 | don't include .c directly | Kimplul | |
| Arguably more hygienic. | |||
| 2022-03-12 | fix crashes | Kimplul | |
| 2022-03-12 | allow for wheel 'backends' | Kimplul | |
| 2022-03-12 | rename jiffies_now -> time_now | Kimplul | |
| 2022-03-12 | change errors to warnings in work_handler | Kimplul | |
| 2022-03-11 | add locks around work handler | Kimplul | |
| 2022-03-11 | move to using delayed workqueues | Kimplul | |
| 2022-03-11 | more sensible handling of effect updating | Kimplul | |
| 2022-01-27 | add in stick shifter to T300RS PS4 rdesc | Kimplul | |
| 2021-12-01 | Detect PS4 mode | Kimplul | |
| FFB seems to be working, buttons are recognised but no input from wheel rotation or pedals. | |||
| 2021-11-03 | Added T300RS advanced mode rdesc | Kimplul | |
| 2021-10-24 | Added adv_mode | Kimplul | |
| + Doesn't seem to do anything to my wheel, but I don't have the wheel attachment that this mode is intended for, needs further testing in other words. | |||
| 2021-07-18 | Improved periodic effect | Kimplul | |
| 2021-07-18 | Fixed constant issue | Kimplul | |
| 2021-07-17 | Continued cleanup | Kimplul | |
| 2021-07-14 | More radical clean: functionality needs testing | Kimplul | |
| 2021-07-14 | Small cleanup | Kimplul | |
| 2021-03-24 | Added check to kstrtouint | kimi | |
| 2021-03-24 | Code styling, follows Linux kernel standards | kimi | |
| 2021-03-24 | Merge branch 'minalloc' | Kimplul | |
| 2021-01-08 | Improved error handling and detection | Kimplul | |
| 2021-01-08 | Made timer user configurable | Kimplul | |
| 2020-12-13 | Added better support for FF modifiers | Kimplul | |
| Such as the ones found in Oversteer. | |||
| 2020-11-06 | Fixed issue with sometimes stuck update flags | Kimplul | |
| 2020-11-06 | Fixed range setting after I borked it | Kimplul | |
| 2020-11-06 | Fixed indexing of send_buffer with regard to new interrupt mechanism | Kimplul | |
| 2020-11-06 | Major cleanup | Kimplul | |
| + Removal of unecessary testing/debug code + Removal of manual little-endian conversion, as the compiler does it automatically | |||
| 2020-11-05 | Fixed input reading | kimi | |
| 2020-11-05 | Fixed, which means this probably won't work for you guys | kimi | |
| 2020-11-05 | Merge branch 'spinlocks' of https://github.com/Kimplul/hid-tmff2 into spinlocks | kimi | |
| 2020-11-05 | Changed report card | kimi | |
| 2020-11-05 | Revert "Added quick and dirty mutex locking mechanism" | Kimplul | |
| This reverts commit 3b8c292f15367aa43953325441e08102f4ae8aeb. | |||
