diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2015-01-09 17:35:17 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2015-01-09 17:35:17 +0100 |
commit | e87f3a99008b2324f805c5f43134ecbe50c7559f (patch) | |
tree | b6e7550ce29ebb96cc3061f01d6e1177de541f38 | |
parent | b6b32276b6c6c6f1fe2474bee97c5a84d7ca076a (diff) | |
download | vdrpbd-e87f3a99008b2324f805c5f43134ecbe50c7559f.tar.gz vdrpbd-e87f3a99008b2324f805c5f43134ecbe50c7559f.tar.bz2 |
vdrpbd 1.0.0v1.0.0
-rw-r--r-- | HISTORY | 6 | ||||
-rwxr-xr-x | vdrpbd | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -9,3 +9,9 @@ vdrpbd Revision History - Added template for /etc/vdrpbd.conf - Time range and number of keypresses for emergency reboot now configurable + +2015-01-09: Version 1.0.0 + +- vdrpbd now tries to get exclusive access to the power button device. + This fixes a problem with softhddevice which forwards all keyboard events to + VDR. This made it impossible to cancel a shutdown by pressing "power" again. @@ -28,7 +28,7 @@ use FileHandle; use constant {EVIOCGRAB => 0x40044590, EV_KEY => 1, KEY_POWER => 116}; my $HAVE_DBUS = eval {require Net::DBus;}; -my $VERSION = '0.1.0'; +my $VERSION = '1.0.0'; my $PROGNAME = 'vdrpbd'; my $PIDFILE = '/var/run/vdrpbd.pid'; my $CFGFILE = '/etc/vdrpbd.conf'; |