Update readme

This commit is contained in:
Luke
2020-04-19 16:58:38 +12:00
parent 586aa22475
commit e34f085880
3 changed files with 9 additions and 8 deletions

View File

@@ -4,6 +4,8 @@ rog-core is a utility for Linux to control many aspects (eventually) of the ASUS
The laptop I currently have is the GX502RW and so I'll be using that for the basis of this app. If I get wireshark captures from others with different ROG laptops then I should be able to add something like laptop and feature detection.
This is not the optimal solution as I'm using libusb to capture the interface that contains the unread keys (kernel doesn't read them), which removes the volume+media control keys also. I'm now looking at the kernel source to see if I can add the inputs correctly so they show up as proper evdev events.
## Requirements
- `rustc`, `cargo`
@@ -101,4 +103,4 @@ Then do `lsusb -vd 0b05:1866 > ~/laptop_info` and give that to me.
## License
Mozilla Public License 2 (MPL-2.0)
Mozilla Public License 2 (MPL-2.0)