1 # $FreeBSD: head/etc/devd/asus.conf 186432 2008-12-23 15:47:31Z thompsa $
3 # ASUS specific devd events
5 # The next blocks enable volume hotkeys that can be found on the Asus laptops
8 match "subsystem" "ASUS";
14 match "system" "ACPI";
15 match "subsystem" "ASUS";
16 match "notify" "0x31";
17 action "mixer vol -10";
21 match "system" "ACPI";
22 match "subsystem" "ASUS";
23 match "notify" "0x30";
24 action "mixer vol +10";
27 # The next blocks enable volume hotkeys that can be found on the Asus EeePC
29 match "system" "ACPI";
30 match "subsystem" "ASUS-Eee";
31 match "notify" "0x13";
36 match "system" "ACPI";
37 match "subsystem" "ASUS-Eee";
38 match "notify" "0x14";
39 action "mixer vol -10";
43 match "system" "ACPI";
44 match "subsystem" "ASUS-Eee";
45 match "notify" "0x15";
46 action "mixer vol +10";
49 # Enable user hotkeys that can be found on the Asus EeePC
50 # The four keys above the keyboard notify 0x1a through to 0x1d respectively
52 # match "system" "ACPI";
53 # match "subsystem" "ASUS-Eee";
54 # match "notify" "0x1a";
58 # match "system" "ACPI";
59 # match "subsystem" "ASUS-Eee";
60 # match "notify" "0x1b";
64 # match "system" "ACPI";
65 # match "subsystem" "ASUS-Eee";
66 # match "notify" "0x1c";
70 # match "system" "ACPI";
71 # match "subsystem" "ASUS-Eee";
72 # match "notify" "0x1d";