hal/doc TODO,1.33,1.34
David Zeuthen
david at freedesktop.org
Wed Jul 21 08:56:40 PDT 2004
Update of /cvs/hal/hal/doc
In directory pdx:/tmp/cvs-serv19060/doc
Modified Files:
TODO
Log Message:
2004-07-21 David Zeuthen <david at fubar.dk>
* doc/TODO: changed key="udi:<X>/<Y>" to 'udi="<X>" key="Y"' after
suggestion by David Malcolm
Index: TODO
===================================================================
RCS file: /cvs/hal/hal/doc/TODO,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- TODO 21 Jul 2004 09:38:31 -0000 1.33
+++ TODO 21 Jul 2004 15:56:38 -0000 1.34
@@ -104,14 +104,14 @@
<merge key="portable_audio_player.input" type="string">wav</merge>
<merge key="portable_audio_player.localdb" type="bool">false</merge>
- <match key="udi:root/kernel.name" string="Linux">
+ <match udi="root" key="kernel.name" string="Linux">
<merge key="blah" string="pre-foo">
- <match key="udi:root/kernel.version" version_ge="2.6.42">
+ <match udi="root" key="kernel.version" version_ge="2.6.42">
<merge key="blah" string="new-foo">
</match>
</match>
- <match key="udi:root/kernel.name" string="FreeBSD">
+ <match udi="root" key="kernel.name" string="FreeBSD">
<merge key="blah" string="bsd-foo">
</match>
@@ -121,7 +121,7 @@
</device>
</deviceinfo>
-where udi:<X>/<Y> means reference the property <Y> on the device with
+where using udi="<X>" means reference the property on the device with
UDI <X>.
The 'version_ge' attribute means to read the string property (good
More information about the hal-commit
mailing list