Package: acpi-support
Version: 0.109-11
Severity: wishlist
Tags: patch

Hi,

unlike other video button event handlers, that run
/etc/acpi/videobtn.sh, ibm-videobtn is currently a placeholder running
/bin/true. The attached patch makes the latter work as others.

Bye,
--
   <[email protected]>
  | gnupg key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | So what?

>From 1bb1da994c7419594a2f04e7a023aca042e9d302 Mon Sep 17 00:00:00 2001
From: intrigeri <[email protected]>
Date: Tue, 17 Feb 2009 18:30:26 +0100
Subject: [PATCH] /etc/acpi/events/ibm-videobtn: run /etc/acpi/videobtn.sh

... as do video buttons from others brands.
---
 debian/changelog    |    7 +++++++
 events/ibm-videobtn |    5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2fa218d..efddd5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+acpi-support (0.109-11+intri1) unstable; urgency=low
+
+  * /etc/acpi/events/ibm-videobtn: run /etc/acpi/videobtn.sh, as do
+    video buttons from others brands.
+
+ -- intrigeri <[email protected]>  Tue, 17 Feb 2009 18:28:43 +0100
+
 acpi-support (0.109-11+intri0) unstable; urgency=low
 
   * Fix getXuser with login names longer than 8 chars, using the patch
diff --git a/events/ibm-videobtn b/events/ibm-videobtn
index e3c4f0d..3973357 100644
--- a/events/ibm-videobtn
+++ b/events/ibm-videobtn
@@ -1,6 +1,5 @@
 # /etc/acpi/events/ibmvideobtn
-# This is called when the user presses the video button. It is currently
-# a placeholder.
+# This is called when the user presses the video button.
 
 event=ibm/hotkey HKEY 00000080 00001007
-action=/bin/true
+action=/etc/acpi/videobtn.sh
-- 
1.5.6.5

Reply via email to