hal ChangeLog,1.476,1.477
David Zeuthen
david at freedesktop.org
Sat Mar 12 17:48:26 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv11287
Modified Files:
ChangeLog
Log Message:
2005-03-12 David Zeuthen <davidz at redhat.com>
Bah, I still need to update the spec for all the new stuff; until
then, here's some other new stuff - one very relevant use for this
is that we can key off whether a system can ACPI S3 by e.g. looking
at the new smbios.* properties on computer (so distros can maintain
a whitelist) - another interesting one is system.formfactor that
e.g. Nautilus can use to select the right icon for Computer
* hald/linux2/probing/probe-smbios.c: New file; invoke dmidecode
and extract useful properties
* hald/linux2/probing/Makefile.am: Add build rules for new prober
hald-probe-smbios
* hald/linux2/osspec.c (computer_probing_helper_done): New function
(computer_probing_pcbios_helper_done): New function
(osspec_probe): Do the hald-probe-smbios if system supports ACPI or
APM; add note to do something similar for PowerMac's etc.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- ChangeLog 11 Mar 2005 22:42:34 -0000 1.476
+++ ChangeLog 13 Mar 2005 01:48:24 -0000 1.477
@@ -1,3 +1,23 @@
+2005-03-12 David Zeuthen <davidz at redhat.com>
+
+ Bah, I still need to update the spec for all the new stuff; until
+ then, here's some other new stuff - one very relevant use for this
+ is that we can key off whether a system can ACPI S3 by e.g. looking
+ at the new smbios.* properties on computer (so distros can maintain
+ a whitelist) - another interesting one is system.formfactor that
+ e.g. Nautilus can use to select the right icon for Computer
+
+ * hald/linux2/probing/probe-smbios.c: New file; invoke dmidecode
+ and extract useful properties
+
+ * hald/linux2/probing/Makefile.am: Add build rules for new prober
+ hald-probe-smbios
+
+ * hald/linux2/osspec.c (computer_probing_helper_done): New function
+ (computer_probing_pcbios_helper_done): New function
+ (osspec_probe): Do the hald-probe-smbios if system supports ACPI or
+ APM; add note to do something similar for PowerMac's etc.
+
2005-03-11 David Zeuthen <davidz at redhat.com>
* hald/linux2/probing/probe-volume.c (main): Patch from Kay
More information about the hal-commit
mailing list