wok-6.x diff acpid/description.txt @ rev 20664
Up code2 (3995)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 15 17:26:52 2019 +0100 (2019-01-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/acpid/description.txt Tue Jan 15 17:26:52 2019 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +In recent linux kernels, the /proc/acpi/event interface has been deprecated. 1.5 +The same information (and more) is available via netlink (a way for the 1.6 +kernel to communicate with userspace that is usually used for networking) 1.7 +and the input layer (mouse, keyboard, power button, etc...). This version of 1.8 +acpid supports netlink and the input layer. 1.9 + 1.10 +The ACPI Daemon v2 1.11 +https://sourceforge.net/projects/acpid2/