[Pommed-commits] r383 - in trunk: . pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Mon Nov 19 14:41:26 UTC 2007


Author: jblache
Date: 2007-11-19 14:41:25 +0000 (Mon, 19 Nov 2007)
New Revision: 383

Modified:
   trunk/ChangeLog
   trunk/pommed/pommed.c
Log:
Do not expect at least 3 evdevs at startup; there are only 2 on the MacBook, and possibly only 1 on the pmac machines.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-11-18 12:51:40 UTC (rev 382)
+++ trunk/ChangeLog	2007-11-19 14:41:25 UTC (rev 383)
@@ -2,6 +2,8 @@
 --------------------
 
 version 1.12:
+	- pommed: do not expect at least 3 evdevs at startup; there are
+	only 2 on the MacBook, and possibly only 1 on the pmac machines.
 
 version 1.11:
 	- pommed: beep on volume change, now that we have the audio code

Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2007-11-18 12:51:40 UTC (rev 382)
+++ trunk/pommed/pommed.c	2007-11-19 14:41:25 UTC (rev 383)
@@ -739,7 +739,7 @@
     }
 
   ret = evdev_init();
-  if (ret < 3)
+  if (ret < 1)
     {
       logmsg(LOG_ERR, "No suitable event devices found");
 




More information about the Pommed-commits mailing list