Function uacpi_device_matches_pnp_id

uacpi_bool uacpi_device_matches_pnp_id(uacpi_namespace_node* node, const uacpi_char *const * list)

Description

Checks whether the device at 'node' matches any of the PNP ids provided in

'list' (terminated by a UACPI_NULL). This is done by first attempting to match the value returned from _HID and then the value(s) from _CID. Note that the presence of the device (_STA) is not verified here.