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)
Tue, Feb 25, 11:43 PM
Unknown Object (File)
Sat, Feb 22, 11:02 AM
Unknown Object (File)
Thu, Feb 6, 4:42 AM
Unknown Object (File)
Jan 30 2025, 5:52 AM
Unknown Object (File)
Jan 24 2025, 7:03 PM
Unknown Object (File)
Nov 8 2024, 4:51 PM
Unknown Object (File)
Nov 8 2024, 4:13 PM
Unknown Object (File)
Nov 8 2024, 1:31 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