asmc(4): Add PnP record

To load asmc(4) automagically on boot with devd(8).

MFC after:	1 month
This commit is contained in:
Vladimir Kondratyev
2026-03-29 22:00:59 +03:00
parent 63ecedb3c2
commit 056e29070f
+1
View File
@@ -606,6 +606,7 @@ static char *asmc_ids[] = { "APP0001", NULL };
static unsigned int light_control = 0;
ACPI_PNP_INFO(asmc_ids);
DRIVER_MODULE(asmc, acpi, asmc_driver, NULL, NULL);
MODULE_DEPEND(asmc, acpi, 1, 1, 1);