Hiya.
First time poster here and real newbie on kernel development.
I got small problem that seems hard to work out with my current level of
knowledge. I have network driver which currently installs itself into
all devices available to in installtime but not when new device is added.
My notify object is inheriting from these classes:
INetCfgComponentControl
INetCfgComponentSetup
INetCfgComponentNotifyBinding
INetCfgComponentNotifyGlobal
INetCfgComponentPropertyUi
Im looking at the debugging logs and when i put a new hardware to the
machine, notify object isnt getting any events.
Any ideas how to subscribe to those events ?