wok annotate acpid/description.txt @ rev 21005
updated gsettings-desktop-schemas (3.12.2 -> 3.28.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 09 09:43:51 2019 +0100 (2019-03-09) |
parents | |
children |
rev | line source |
---|---|
hackdorte@20006 | 1 In recent linux kernels, the /proc/acpi/event interface has been deprecated. |
hackdorte@20006 | 2 The same information (and more) is available via netlink (a way for the |
hackdorte@20006 | 3 kernel to communicate with userspace that is usually used for networking) |
hackdorte@20006 | 4 and the input layer (mouse, keyboard, power button, etc...). This version of |
hackdorte@20006 | 5 acpid supports netlink and the input layer. |
hackdorte@20006 | 6 |
hackdorte@20006 | 7 The ACPI Daemon v2 |
hackdorte@20006 | 8 https://sourceforge.net/projects/acpid2/ |