kernel: data_acquisition_other is also found in drivers

Change-Id: Ia3f9c661a97b54d9bfa33ca0df9f5bd773023c2f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8853
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jérôme Duval
2025-01-23 05:25:54 +00:00
parent 414774d79f
commit 5a2be54dd0
@@ -1654,6 +1654,7 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
switch (subType) { switch (subType) {
case PCI_data_acquisition_other: case PCI_data_acquisition_other:
_AddPath(*stack, "busses", "i2c"); _AddPath(*stack, "busses", "i2c");
_AddPath(*stack, "drivers");
break; break;
default: default:
_AddPath(*stack, "drivers"); _AddPath(*stack, "drivers");