Renamed the probe() hook to register_device() (might not yet match the
functionality as good as probe(), but that will change soon). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10848 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
16c2cf6bb2
commit
1a27068865
@ -417,8 +417,8 @@ struct driver_module_info {
|
||||
|
||||
status_t (*uninit_device)(void *cookie);
|
||||
// driver gets unloaded.
|
||||
|
||||
status_t (*probe)(device_node_handle parent);
|
||||
|
||||
status_t (*register_device)(device_node_handle parent);
|
||||
// parent was added or is rescanned.
|
||||
// check whether this parent is supported and register
|
||||
// any consumer device. Dynamic consumers must return
|
||||
|
Loading…
x
Reference in New Issue
Block a user