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.