hal/tools/device-manager Const.py.in,1.7,1.8
David Zeuthen
david at pdx.freedesktop.org
Mon Apr 26 09:52:56 PDT 2004
Update of /cvs/hal/hal/tools/device-manager
In directory pdx:/tmp/cvs-serv10660/tools/device-manager
Modified Files:
Const.py.in
Log Message:
2004-04-26 David Zeuthen <david at fubar.dk>
* hald/linux/macio_bus_device.c: new file because with the recent
change in how probing is handled, my CD-ROM wasn't added until 30
seconds late into the process as the macio glue wasn't handled
* hald/Makefile.am (hald_SOURCES): add linux/macio_bus_device.c
* hald/linux/osspec.c: add macio_bus_handler to bus_device_handlers
* tools/device-manager/Const.py.in (BUS_NAMES): Add macio mapping
Index: Const.py.in
===================================================================
RCS file: /cvs/hal/hal/tools/device-manager/Const.py.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/Const.py.in 7 Apr 2004 23:00:06 -0000 1.7
+++ b/Const.py.in 26 Apr 2004 16:52:54 -0000 1.8
@@ -27,6 +27,7 @@
"block" : "Block",
"ide" : "IDE",
"ide_host" : "IDE Host",
+ "macio" : "MacIO",
"ieee1394_host" : "IEEE1394 Host",
"ieee1394_node" : "IEEE1394 Node",
"ieee1394" : "IEEE1394 Device"}
More information about the hal-commit
mailing list