Home
last modified time | relevance | path

Searched refs:nodeACPIHid (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/devices/
H A DDeviceACPI.cpp56 BString nodeACPIHid; in InitFromAttributes() local
60 nodeACPIHid = GetAttribute("acpi/hid").fValue; in InitFromAttributes()
88 } else if (nodeACPIPath == "" && nodeACPIHid != "") { in InitFromAttributes()
90 nodeACPIHid.Remove(0, nodeACPIHid.FindLast("_") + 1); in InitFromAttributes()
92 string.ReplaceFirst("%1", nodeACPIHid); in InitFromAttributes()
102 if (nodeACPIHid != "") in InitFromAttributes()
103 acpi_get_vendor_info(nodeACPIHid, &vendorName); in InitFromAttributes()