gnome-lirc-properties r69 - in trunk: . data



Author: hadess
Date: Mon Oct 20 15:11:29 2008
New Revision: 69
URL: http://svn.gnome.org/viewvc/gnome-lirc-properties?rev=69&view=rev

Log:
2008-10-20  Bastien Nocera  <hadess hadess net>

	* data/20-x11-remotes.fdi: Add Dell USB keyboard hub
	to the list, there's only 17 keys on it (Closes: #557086)



Modified:
   trunk/ChangeLog
   trunk/data/20-x11-remotes.fdi

Modified: trunk/data/20-x11-remotes.fdi
==============================================================================
--- trunk/data/20-x11-remotes.fdi	(original)
+++ trunk/data/20-x11-remotes.fdi	Mon Oct 20 15:11:29 2008
@@ -8,10 +8,10 @@
              with "mouse" capabilities is actually useful -->
 	<match key="info.product" string="Keyspan  RF Remote for Front Row">
 	  <match key="info.capabilities" contains="input.mouse">
-            <merge key="lirc.input.is_remote" type="bool">true</merge>
+            <merge key="lirc.input.is_remote" type="bool">false</merge>
           </match>
           <match key="info.capabilities" contains="input.keypad">
-	    <merge key="lirc.input.is_remote" type="bool">false</merge>
+	    <merge key="lirc.input.is_remote" type="bool">true</merge>
           </match>
         </match>
 
@@ -25,6 +25,11 @@
           <merge key="lirc.input.is_remote" type="bool">false</merge>
         </match>
 
+	<!-- Ignore Dell's USB Keyboard Hub, it only has 17 keys -->
+        <match key="info.product" contains="Dell USB Keyboard Hub">
+          <merge key="lirc.input.is_remote" type="bool">false</merge>
+        </match>
+
       </match>
     </match>
   </device>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]