hal/hald/linux2/addons addon-acpi.c,1.4,1.5
David Zeuthen
david at freedesktop.org
Fri Mar 11 14:42:37 PST 2005
Update of /cvs/hal/hal/hald/linux2/addons
In directory gabe:/tmp/cvs-serv7672/hald/linux2/addons
Modified Files:
addon-acpi.c
Log Message:
2005-03-11 David Zeuthen <davidz at redhat.com>
* hald/linux2/probing/probe-volume.c (main): Patch from Kay
Sievers <kay.sievers at vrfy.org> I need the following to make linux
raid volumes working again. I have a test disk here, that does not
work with the new HAL.
Index: addon-acpi.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-acpi.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- addon-acpi.c 9 Mar 2005 19:30:04 -0000 1.4
+++ addon-acpi.c 11 Mar 2005 22:42:34 -0000 1.5
@@ -149,6 +149,8 @@
break;
}
+ dbg ("event is '%s'", event);
+
if (sscanf (event, "%s %s %x %x", acpi_path, acpi_name, &acpi_num1, &acpi_num2) == 4) {
char udi[256];
More information about the hal-commit
mailing list