[Pkg-utopia-commits] r684 - in packages/experimental/hal/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Mar 1 13:50:02 UTC 2006


Author: sjoerd
Date: 2006-03-01 13:50:01 +0000 (Wed, 01 Mar 2006)
New Revision: 684

Added:
   packages/experimental/hal/debian/patches/06_more_buttons.patch
Modified:
   packages/experimental/hal/debian/changelog
Log:
* debian/patches/06_more_buttons.patch
  + Added. Also recognize mute, volume up/down buttons, 
    switchvideo mode button and keyboard illumination toggle/down/up buttons.

Modified: packages/experimental/hal/debian/changelog
===================================================================
--- packages/experimental/hal/debian/changelog	2006-02-28 20:43:53 UTC (rev 683)
+++ packages/experimental/hal/debian/changelog	2006-03-01 13:50:01 UTC (rev 684)
@@ -5,8 +5,11 @@
     + Removed. Fixed upstream
   * debian/patches/03_hald_runnerpath.patch
     + Removed. Fixed upstream
+  * debian/patches/06_more_buttons.patch
+    + Added. Also recognize mute, volume up/down buttons, 
+      switchvideo mode button and keyboard illumination toggle/down/up buttons.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 24 Feb 2006 20:03:09 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  1 Mar 2006 14:48:58 +0100
 
 hal (0.5.6+cvs20060219-1) experimental; urgency=low
 

Added: packages/experimental/hal/debian/patches/06_more_buttons.patch
===================================================================
--- packages/experimental/hal/debian/patches/06_more_buttons.patch	2006-02-28 20:43:53 UTC (rev 683)
+++ packages/experimental/hal/debian/patches/06_more_buttons.patch	2006-03-01 13:50:01 UTC (rev 684)
@@ -0,0 +1,48 @@
+Index: ChangeLog
+===================================================================
+RCS file: /cvs/hal/hal/ChangeLog,v
+retrieving revision 1.840
+diff -u -r1.840 ChangeLog
+--- ChangeLog	27 Feb 2006 01:12:17 -0000	1.840
++++ ChangeLog	1 Mar 2006 13:48:38 -0000
+@@ -1,3 +1,10 @@
++2006-03-01  Sjoerd  <sjoerd at luon.net>
++
++	* hald/linux2/addons/addon-keyboard.c: Also recognize mute, 
++	volume up/down buttons, switchvideo mode button and keyboard illumination 
++	toggle/down/up buttons.
++
++
+ 2006-02-26  David Zeuthen  <davidz at redhat.com>
+ 
+ 	Use new policy framework to enforce policy. Always throw the same
+Index: hald/linux2/addons/addon-keyboard.c
+===================================================================
+RCS file: /cvs/hal/hal/hald/linux2/addons/addon-keyboard.c,v
+retrieving revision 1.4
+diff -u -r1.4 addon-keyboard.c
+--- hald/linux2/addons/addon-keyboard.c	22 Feb 2006 21:10:06 -0000	1.4
++++ hald/linux2/addons/addon-keyboard.c	1 Mar 2006 13:48:39 -0000
+@@ -1,5 +1,5 @@
+ /***************************************************************************
+- * CVSID: $Id: addon-keyboard.c,v 1.4 2006/02/22 21:10:06 david Exp $
++ * CVSID: $Id: addon-keyboard.c,v 1.4 2006-02-22 21:10:06 david Exp $
+  *
+  * addon-keyboard.c : Listen to key events and modify hal device objects
+  *
+@@ -138,7 +138,14 @@
+ 	[KEY_BRIGHTNESSDOWN] = "brightnessdown",
+ 	[KEY_BRIGHTNESSUP] = "brightnessup",
+ 	[KEY_MEDIA] = "media",
+-	[KEY_POWER] = "power"
++	[KEY_POWER] = "power",
++	[KEY_MUTE] = "mute",
++	[KEY_VOLUMEDOWN] = "volumedown",
++	[KEY_VOLUMEUP] = "volumeup",
++	[KEY_KBDILLUMTOGGLE] = "kbdillumtoggle",
++	[KEY_KBDILLUMDOWN] = "kbdillumdown",
++	[KEY_KBDILLUMUP] = "kbdillumup",
++	[KEY_SWITCHVIDEOMODE] = "switchvideomode"
+ };
+ 
+ static void




More information about the Pkg-utopia-commits mailing list