hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Tue Feb 10 07:33:39 PST 2009


 fdi/information/10freedesktop/30-keymap-acer.fdi |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 3b8fa5f50c667bdd8f96f37604439e7b37634c47
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue Feb 10 16:32:48 2009 +0100

    fix bluetooth hotkey on Acer TravelMate 6292
    
    Fix bluetooth hotkey on Acer TravelMate 6292, which previously acted
    as "brightnessup". Reported in https://launchpad.net/bugs/327614

diff --git a/fdi/information/10freedesktop/30-keymap-acer.fdi b/fdi/information/10freedesktop/30-keymap-acer.fdi
index 8a18bcb..bf8bc55 100644
--- a/fdi/information/10freedesktop/30-keymap-acer.fdi
+++ b/fdi/information/10freedesktop/30-keymap-acer.fdi
@@ -45,6 +45,11 @@
             <append key="input.keymap.data" type="strlist">0x6b:fn</append>
             <append key="input.keymap.data" type="strlist">0x6c:screenlock</append> <!-- FIXME: lock tablet device/buttons-->
           </match>
+          <!-- TravelMate 6292 -->
+          <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="6292">
+            <remove key="input.keymap.data" type="strlist">e059:brightnessup</remove>
+            <append key="input.keymap.data" type="strlist">e059:bluetooth</append> <!-- Bluetooth (toggle) on-to-off -->
+          </match>
         </match>
         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="Aspire 5920G">
 	  <remove key="input.keymap.data" type="strlist">e073:prog2</remove>


More information about the hal-commit mailing list