Skip to content

Commit 1bf936c

Browse files
committed
Code and documentation fixes
- Unicode char replacement - Documented duration/delays with packet upload - Code tidy-up (parameters renaming) - Set structs for init sequence - Invalid conditional effect types now cause an error instead of silently defaulting - Ported check for modified parameters to all effects - Fix saturation handling in T500RS driver & update documentation to reflect it - Update documentation to clarify dynamic packet code values - Update examples to use hardware ID 1 instead of 0 - Moved Subtype system section to the bottom - Hardened documentation style - Provide details for "DC bias" terminology - Do not discard 100% gain set but kept warning, more explicit.
1 parent 22da2f0 commit 1bf936c

File tree

4 files changed

+411
-427
lines changed

4 files changed

+411
-427
lines changed

Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hid-tmff-new-y := \
66
src/tmtx/hid-tmtx.o \
77
src/tmtsxw/hid-tmtsxw.o \
88
src/tmtspc/hid-tmtspc.o \
9-
src/tmt500rs/hid-tmt500rs.o
9+
src/tmt500rs/hid-tmt500rs.o

0 commit comments

Comments
 (0)