Page MenuHomeFreeBSD

acpi: fix device_get_property invalid return
ClosedPublic

Authored by bag_semihalf.com on Nov 24 2021, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 13, 10:53 PM
Unknown Object (File)
Thu, May 2, 6:28 AM
Unknown Object (File)
Apr 26 2024, 2:39 PM
Unknown Object (File)
Apr 26 2024, 2:39 PM
Unknown Object (File)
Apr 26 2024, 2:39 PM
Unknown Object (File)
Apr 26 2024, 9:00 AM
Unknown Object (File)
Apr 17 2024, 12:33 PM
Unknown Object (File)
Apr 6 2024, 5:54 PM
Subscribers

Details

Summary

Previously ACPI implementation of device_get_property returned -1
when property was found, but it's type was not supported. This caused
device_has_property to return false in that scenario, which is
incorrect.

From now on, ACPI's device_get_property will return 0, when property type
is not unrecognized.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable