diff options
| -rw-r--r-- | drivers/acpi/x86/utils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index 9a8e286dd86f..c6df14802741 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c | |||
| @@ -56,6 +56,11 @@ static const struct always_present_id always_present_ids[] = { | |||
| 56 | */ | 56 | */ |
| 57 | ENTRY("80860F09", "1", ICPU(INTEL_FAM6_ATOM_SILVERMONT), {}), | 57 | ENTRY("80860F09", "1", ICPU(INTEL_FAM6_ATOM_SILVERMONT), {}), |
| 58 | ENTRY("80862288", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {}), | 58 | ENTRY("80862288", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {}), |
| 59 | |||
| 60 | /* Lenovo Yoga Book uses PWM2 for keyboard backlight control */ | ||
| 61 | ENTRY("80862289", "2", ICPU(INTEL_FAM6_ATOM_AIRMONT), { | ||
| 62 | DMI_MATCH(DMI_PRODUCT_NAME, "Lenovo YB1-X9"), | ||
| 63 | }), | ||
| 59 | /* | 64 | /* |
| 60 | * The INT0002 device is necessary to clear wakeup interrupt sources | 65 | * The INT0002 device is necessary to clear wakeup interrupt sources |
| 61 | * on Cherry Trail devices, without it we get nobody cared IRQ msgs. | 66 | * on Cherry Trail devices, without it we get nobody cared IRQ msgs. |
