From e98cf8d50b3607c880f0ad6ebd2dd35013af4537 Mon Sep 17 00:00:00 2001 From: Luke D Jones Date: Fri, 19 Feb 2021 19:32:14 +1300 Subject: [PATCH] Add 0x19b6 to supported keyb list --- daemon/src/laptops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/laptops.rs b/daemon/src/laptops.rs index e25ca33f..8f96e22b 100644 --- a/daemon/src/laptops.rs +++ b/daemon/src/laptops.rs @@ -8,7 +8,7 @@ pub static LEDMODE_CONFIG_PATH: &str = "/etc/asusd/asusd-ledmodes.toml"; pub static HELP_ADDRESS: &str = "https://gitlab.com/asus-linux/asus-nb-ctrl"; -static LAPTOP_DEVICES: [u16; 3] = [0x1866, 0x1869, 0x1854]; +static LAPTOP_DEVICES: [u16; 4] = [0x1866, 0x1869, 0x1854, 0x19b6]; #[derive(Debug)] pub struct LaptopBase {