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 <no-reply+haikuformatbot@haiku-os.org>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Jérôme Duval 2025-01-21 18:30:30 +01:00
parent 414774d79f
commit 5a2be54dd0

View File

@ -1654,6 +1654,7 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
switch (subType) {
case PCI_data_acquisition_other:
_AddPath(*stack, "busses", "i2c");
_AddPath(*stack, "drivers");
break;
default:
_AddPath(*stack, "drivers");