Called if a new i2o device (executive class) appears
int i2o_exec_probe(struct device * dev);
dev
I2O device which should be probed
Registers event notification for every event from Executive device. The return is always 0, because we want all devices of class Executive.
Returns 0 on success.