Hi All,
It has been my understanding that the AddDevice function would be called
once for each device on the 1394 bus containing the same identical
config ROM and the driver would increment a count and create an
associated symbolic link for applications to open handles to these devices.
Well, I finally got a chance to try this and
unfortunately, this does not seem to be the case. Or maybe I have something
misconfigured. My AddDevice function is not called when I add a second
identical device containing an identical config ROM.
Does anyone have experience controlling multiple identical devices with the
same driver? This has huge advantages for me if I can acheive this.
1. Multiple devices contain identical software.
and
2. I don't need to have a configuration bit switch on my device so that
the config ROM can be modified programmatically (hence causing the
PnP manager to load a different driver).
Any and all comments would be appreciated...
Thanks in advance.
Scott K.