hal: Branch 'hal-0_5_9-branch'
David Zeuthen
david at kemper.freedesktop.org
Wed May 23 10:11:14 PDT 2007
hald/linux/addons/addon-acpi.c | 3 ---
1 files changed, 3 deletions(-)
New commits:
diff-tree 7b881b0ccd21697d49a637db2d5d2cef5f740a72 (from 259028b386cfe760bd799d757588e19e17eab6fb)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Wed May 23 13:10:45 2007 -0400
remove brightness-up event from acpi addon for IBM
since the brightness-up event for IBM (Thinkpads) also get emitted via the
input layer and hotkey-setup HAL now (on actual kernel/systems) emit two
signals. One from the input device and one from ACPI. This patch removes the
ACPI event handling for this event.
diff --git a/hald/linux/addons/addon-acpi.c b/hald/linux/addons/addon-acpi.c
index 8643be1..686e6e3 100644
--- a/hald/linux/addons/addon-acpi.c
+++ b/hald/linux/addons/addon-acpi.c
@@ -148,9 +148,6 @@ handle_ibm_acpi_events (LibHalContext *c
case 4111: /* Fn+Delete*/
button = "Fn+Delete";
break;
- case 4112: /* Fn+Home*/
- button = "brightness-up";
- break;
case 20489: /* Tablet rotated */
button = "tabletpc_rotate_180";
break;
More information about the hal-commit
mailing list