hal/hald/linux2/addons addon-hid-ups.c,1.3,1.4

David Zeuthen david at freedesktop.org
Sun Mar 20 16:08:04 PST 2005


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

Modified Files:
	addon-hid-ups.c 
Log Message:
2005-03-20  David Zeuthen  <davidz at redhat.com>

	Teach hal about Firewire devices; tested with both my iPod and
	my Powerbook in Target Disk Mode

	* tools/device-manager/Const.py.in: Collapse ieee1394_host
	and ieee1394_node into ieee1394

	* hald/linux2/physdev.c (ieee1394_add): New function
	(ieee1394_compute_udi): New function



Index: addon-hid-ups.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-hid-ups.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- addon-hid-ups.c	17 Mar 2005 17:19:43 -0000	1.3
+++ addon-hid-ups.c	21 Mar 2005 00:08:01 -0000	1.4
@@ -48,6 +48,8 @@
 
 #include "libhal/libhal.h"
 
+#include "../probing/shared.h"
+
 #define UPS_USAGE		0x840000
 #define UPS_SERIAL		0x8400fe
 #define BAT_CHEMISTRY		0x850089




More information about the hal-commit mailing list