[patch] fix hdm exception on ieee1394 devices

Sjoerd Simons sjoerd at luon.net
Mon Jan 24 07:45:47 PST 2005


Hi,

  hdm throws a nice exception when info.bus == "ieee1394", can be easily solved
  by adding it to BUS_NAMES. Done in attached patch

  Sjoerd
-- 
An idea is not responsible for the people who believe in it.
-------------- next part --------------
Index: tools/device-manager/Const.py.in
===================================================================
RCS file: /cvs/hal/hal/tools/device-manager/Const.py.in,v
retrieving revision 1.14
diff -u -r1.14 Const.py.in
--- tools/device-manager/Const.py.in	20 Sep 2004 18:31:15 -0000	1.14
+++ tools/device-manager/Const.py.in	24 Jan 2005 15:45:45 -0000
@@ -30,6 +30,7 @@
              "ide"           : "IDE",
              "ide_host"      : "IDE Host",
              "macio"         : "MacIO",
+             "ieee1394"      : "IEEE1394",
              "ieee1394_host" : "IEEE1394 Host",
              "ieee1394_node" : "IEEE1394 Node",
              "serial"        : "Serial",
-------------- next part --------------
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal


More information about the Hal mailing list