mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
rogcore: match interface with keyboard endpoint instead
This commit is contained in:
@@ -38,7 +38,7 @@ pub async fn start_daemon() -> Result<(), Box<dyn Error>> {
|
||||
let mut rogcore = RogCore::new(
|
||||
laptop.usb_vendor(),
|
||||
laptop.usb_product(),
|
||||
laptop.led_endpoint(),
|
||||
laptop.key_endpoint(),
|
||||
)
|
||||
.map_or_else(
|
||||
|err| {
|
||||
|
||||
Reference in New Issue
Block a user