asus.conf revision 186249
1# $FreeBSD: head/etc/devd/asus.conf 186249 2008-12-17 19:12:30Z thompsa $
2#
3# ASUS specific devd events
4
5# The next blocks enable volume hotkeys that can be found on the Asus EeePC
6notify 0 {
7        match "system"          "ACPI";
8        match "subsystem"       "ASUS-Eee";
9        match "notify"          "0x13";
10        action                  "mixer 0";
11};
12
13notify 0 {
14        match "system"          "ACPI";
15        match "subsystem"       "ASUS-Eee";
16        match "notify"          "0x14";
17        action                  "mixer vol -10";
18};
19
20notify 0 {
21        match "system"          "ACPI";
22        match "subsystem"       "ASUS-Eee";
23        match "notify"          "0x15";
24        action                  "mixer vol +10";
25};
26
27# Enable user hotkeys that can be found on the Asus EeePC
28# The four keys above the keyboard notify 0x1a through to 0x1d respectively
29#notify 0 {
30#        match "system"          "ACPI";
31#        match "subsystem"       "ASUS-Eee";
32#        match "notify"          "0x1a";
33#        action                  "";
34#};
35#notify 0 {
36#        match "system"          "ACPI";
37#        match "subsystem"       "ASUS-Eee";
38#        match "notify"          "0x1b";
39#        action                  "";
40#};
41#notify 0 {
42#        match "system"          "ACPI";
43#        match "subsystem"       "ASUS-Eee";
44#        match "notify"          "0x1c";
45#        action                  "";
46#};
47#notify 0 {
48#        match "system"          "ACPI";
49#        match "subsystem"       "ASUS-Eee";
50#        match "notify"          "0x1d";
51#        action                  "";
52#};
53