Finished the driver and installed it. Saving for archive.

This commit is contained in:
2026-07-15 11:15:33 +02:00
parent b56dd2a34e
commit e6e1e9a6d6
5 changed files with 215 additions and 32 deletions
+6
View File
@@ -24,6 +24,12 @@ Regular wheel mode:
cargo run --manifest-path renewed_driver/Cargo.toml -- --mode wheel
```
Multitouch timing can be tuned without recompiling:
```bash
cargo run --manifest-path renewed_driver/Cargo.toml -- --mode multitouch --mt-idle-ms 100 --mt-idle-max-ms 1500 --mt-settle-ms 80
```
The process still needs access to the Surface Dial event device and
`/dev/uinput`, just like the original daemon.