[Pommed-commits] r541 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Jan 3 18:07:38 UTC 2009


Author: jblache
Date: 2009-01-03 18:07:38 +0000 (Sat, 03 Jan 2009)
New Revision: 541

Modified:
   trunk/pommed/evdev.c
Log:
Tighten the check for the wireless keyboard only.


Modified: trunk/pommed/evdev.c
===================================================================
--- trunk/pommed/evdev.c	2009-01-02 20:21:27 UTC (rev 540)
+++ trunk/pommed/evdev.c	2009-01-03 18:07:38 UTC (rev 541)
@@ -815,7 +815,7 @@
 	}
     }
   /* Wireless keyboards advertise EV_ABS events, single them out */
-  else if (test_bit(EV_ABS, bit[0]) && !(evdev_is_extkbd(id)))
+  else if (test_bit(EV_ABS, bit[0]) && !(evdev_is_extkbd_alu_wl(id)))
     {
       logdebug("Discarding evdev with EV_ABS event type (mouse/trackpad)\n");
 




More information about the Pommed-commits mailing list