003 File Manager
Current Path:
/usr/src/sbin/devd
usr
/
src
/
sbin
/
devd
/
📁
..
📄
Makefile
(763 B)
📄
Makefile.depend
(354 B)
📄
apple.conf
(1.56 KB)
📄
asus.conf
(1.91 KB)
📄
devd.8
(4.5 KB)
📄
devd.cc
(29.19 KB)
📄
devd.conf
(9.66 KB)
📄
devd.conf.5
(22.54 KB)
📄
devd.h
(2.22 KB)
📄
devd.hh
(5.35 KB)
📄
devmatch.conf
(456 B)
📄
hyperv.conf
(3.62 KB)
📄
parse.y
(3.7 KB)
📁
tests
📄
token.l
(2.97 KB)
📄
uath.conf
(3.01 KB)
📄
ulpt.conf
(389 B)
📄
zfs.conf
(2.15 KB)
Editing: asus.conf
# $FreeBSD$ # # ASUS specific devd events # The next blocks enable volume hotkeys that can be found on the Asus laptops notify 0 { match "system" "ACPI"; match "subsystem" "ASUS"; match "notify" "0x32"; action "mixer 0"; }; notify 0 { match "system" "ACPI"; match "subsystem" "ASUS"; match "notify" "0x31"; action "mixer vol -10"; }; notify 0 { match "system" "ACPI"; match "subsystem" "ASUS"; match "notify" "0x30"; action "mixer vol +10"; }; # The next blocks enable volume hotkeys that can be found on the Asus EeePC notify 0 { match "system" "ACPI"; match "subsystem" "ASUS-Eee"; match "notify" "0x13"; action "mixer 0"; }; notify 0 { match "system" "ACPI"; match "subsystem" "ASUS-Eee"; match "notify" "0x14"; action "mixer vol -10"; }; notify 0 { match "system" "ACPI"; match "subsystem" "ASUS-Eee"; match "notify" "0x15"; action "mixer vol +10"; }; # Enable user hotkeys that can be found on the Asus EeePC # The four keys above the keyboard notify 0x1a through to 0x1d respectively #notify 0 { # match "system" "ACPI"; # match "subsystem" "ASUS-Eee"; # match "notify" "0x1a"; # action ""; #}; #notify 0 { # match "system" "ACPI"; # match "subsystem" "ASUS-Eee"; # match "notify" "0x1b"; # action ""; #}; #notify 0 { # match "system" "ACPI"; # match "subsystem" "ASUS-Eee"; # match "notify" "0x1c"; # action ""; #}; #notify 0 { # match "system" "ACPI"; # match "subsystem" "ASUS-Eee"; # match "notify" "0x1d"; # action ""; #};
Upload File
Create Folder