Commit 768afca
committed
Another pass after comments review
- Using effect + old to manage updates instead of custom implementation
- Removed un-necessary functions
- Documentation tidy-up
- FFB_T500RS effects documentation rewritten, examples added
- Init sequence simplified (on-par with windows captures). It was initially put in place and kept because it was "working"
- Dropped the redundant second 0x02 and second 0x01 in constant upload path
- Constant upload, play, and update paths now sends signed level and direction instead of scaling the raw level
- changed T500RS_DBG to take the struct t500rs_device_entry * explicitly
- Updated makefile to support build without being git repo (DKMS, tarball, release package)1 parent 9c8c1f0 commit 768afca
File tree
4 files changed
+517
-295
lines changed- docs
- src/tmt500rs
4 files changed
+517
-295
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
6 | 19 | | |
7 | 20 | | |
8 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | | - | |
| 1028 | + | |
0 commit comments