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:
Axel Dörfler 2005-01-18 19:02:02 +00:00
parent 16c2cf6bb2
commit 1a27068865

View File

@ -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