Andrew
Andrew
In the `scan_code` and other functions ``` 0x47 => Some(HomeKey), 0x4b => Some(LeftKey), 0x4d => Some(RightKey), 0x48 => Some(UpKey), 0x50 => Some(DownKey), 0x52 => Some(InsertKey), 0x53 => Some(DeleteKey), ``` ```...
Hi, I complied custom firmware, mounted SteamController. Firmware was copied to SteamController by cargo make task. After that controller won't work. After connecting controller to PC it just auto-mounts as...
For anyone trying to run it on Ubuntu: - The highest version I was able to build after resolving all dependencies is `1.6.1` Download [link](https://github.com/Electronicks/JoyShockMapper/archive/refs/tags/v1.6.1.tar.gz) - Ubuntu version: `21.10` -...
### Problem https://github.com/rust-lang/cargo/issues/9885 Same issue reappeared with bit-set v.0.2.0 dependency of libusb on nightly 1.80.0 (maybe even on 1.79, it was ok last time I checked 2 weeks ago) ###...
In x11 mode immediate crash during device initialization `Context::new()`. In Wayland mode it works as expected. Error: ` The application panicked (crashed). Message: unsafe precondition(s) violated: slice::from_raw_parts requires the pointer...