1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
qcontrol (0.4.2-2) unstable; urgency=low
* Input device changed
With udev (0.141-2) the persistent input device created by udev has
changed to: /dev/input/by-path/platform-gpio-keys-event.
-- Frans Pop <fjp@debian.org> Fri, 21 Aug 2009 01:54:46 +0200
qcontrol (0.4.2-1) unstable; urgency=low
qcontrol config file compatibility with Linux kernel
With Debian kernel 2.6.26 and upstream 2.6.27 a change has been made in
the values for restart and media buttons. This version of qcontrol uses
the *new* values.
As the daemon function of qcontrol is currently not supported this does
not really matter. However, if users want to experiment with the daemon
mode and button actions and are using older kernel versions, the following
changes should be made in the config file that is used.
# Values for Debian kernel 2.6.26 and upstream 2.6.27 (or higher)
register("evdev", "/dev/input/by-path/platform-gpio-keys-event-",
408, "restart_button",
133, "media_button")
# Values for Debian kernel 2.6.25 and upstream 2.6.26
register("evdev", "/dev/input/by-path/platform-gpio-keys-event-",
116, "restart_button",
408, "media_button")
-- Frans Pop <fjp@debian.org> Mon, 11 Aug 2008 13:56:30 +0200
|