Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/acpi_thinkpad/
H A Dacpi_thinkpad.c375 static char *thinkpad_ids[] = {"IBM0068", "LEN0068", "LEN0268", NULL}; variable
450 …) || device_get_unit(dev) != 0 || ACPI_ID_PROBE(device_get_parent(dev), dev, thinkpad_ids) == NULL) in acpi_thinkpad_probe()