acpi_UserNotify
acpi_UserNotify("Suspend", ACPI_ROOT_OBJECT, state);
acpi_UserNotify("Resume", ACPI_ROOT_OBJECT, state);
acpi_UserNotify("ACAD", h, newstatus);
acpi_UserNotify("ACAD", ACPI_ROOT_OBJECT, 1);
acpi_UserNotify("ASUS", h, notify);
acpi_UserNotify("ASUS-Eee", h, notify);
acpi_UserNotify("Button", sc->button_handle, sc->button_type);
acpi_UserNotify("Button", sc->button_handle, sc->button_type);
acpi_UserNotify("CMBAT", h, notify);
acpi_UserNotify("FUJITSU", sc->handle, FN_MUTE);
acpi_UserNotify("FUJITSU", sc->handle, FN_VOLUME);
acpi_UserNotify("FUJITSU", sc->handle, FN_POINTER_ENABLE);
acpi_UserNotify("FUJITSU", sc->handle, FN_LCD_BRIGHTNESS);
acpi_UserNotify("FUJITSU", sc->handle, FN_LCD_BRIGHTNESS);
acpi_UserNotify("HP", ACPI_ROOT_OBJECT,
acpi_UserNotify("HP", ACPI_ROOT_OBJECT,
acpi_UserNotify("HP", ACPI_ROOT_OBJECT,
acpi_UserNotify("Lid", sc->lid_handle, sc->lid_status);
acpi_UserNotify("Panasonic", h, (uint8_t)key);
acpi_UserNotify("Thermal", sc->tz_handle, TZ_NOTIFY_CRITICAL);
acpi_UserNotify("Thermal", h, notify);
acpi_UserNotify("THINKPAD", h, (arg & 0xff));
acpi_UserNotify("TOSHIBA", h, (uint8_t)key);
void acpi_UserNotify(const char *subsystem, ACPI_HANDLE h,