summaryrefslogtreecommitdiffstats
path: root/utils/acpid2/DETAILS
blob: 3c27eca8a3a572f1b1ed0f341a178aea2ac8628e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=acpid2
          SPELLX=acpid
         VERSION=2.0.27
     SOURCE_HASH=sha512:0633f494b7f8cfd362f8baad9c69508acb650ea6545a59e6ec572aef610244341ea851084c737ede4bfcf8822431ac01e4b90f5e505cb838683296749307c22f
          SOURCE=$SPELLX-$VERSION.tar.xz
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
            DOCS="samples/*"
        WEB_SITE=http://tedfelix.com/linux/acpid-netlink.html
         ENTERED=20111010
         LICENSE=GPL
        KEYWORDS="acpi utils"
           SHORT="acpid for netlink"
cat << EOF
In recent linux kernels, the /proc/acpi/event interface has been deprecated.

The same information (and more) is available via netlink (a way for the kernel
to communicate with userspace that is usually used for networking) and the input
layer (mouse, keyboard, power button, etc...).

This version of acpid supports netlink and the input layer.
EOF