hal/hald/linux2 acpi.c,1.14,1.15

David Zeuthen david at freedesktop.org
Fri Mar 4 13:44:51 PST 2005


Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv18833/hald/linux2

Modified Files:
	acpi.c 
Log Message:
2005-03-04  David Zeuthen  <davidz at redhat.com>

	* hald/linux2/acpi.c (ACPI_POLL_INTERVAL): Change this to every
	two secs instead of every ten secs



Index: acpi.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/acpi.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- acpi.c	2 Mar 2005 22:58:39 -0000	1.14
+++ acpi.c	4 Mar 2005 21:44:49 -0000	1.15
@@ -44,7 +44,7 @@
 	ACPI_TYPE_BUTTON
 };
 
-#define ACPI_POLL_INTERVAL 10000
+#define ACPI_POLL_INTERVAL 2000
 
 static gboolean
 acpi_poll (gpointer data)




More information about the hal-commit mailing list