Add new uw kbd bl IDs

This commit is contained in:
Christoffer Sandberg 2020-09-18 17:35:27 +02:00
parent 9f05c50681
commit cfac56be26
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D

View file

@ -541,6 +541,10 @@ static int uw_kbd_bl_init(struct platform_device *dev)
int status = 0;
uniwill_kbd_bl_type_rgb_single_color = false
// New names
| dmi_match(DMI_BOARD_NAME, "Polaris1501I2060")
| dmi_match(DMI_BOARD_NAME, "Polaris1701I2060")
// Old names
| dmi_match(DMI_BOARD_NAME, "Polaris15I01")
| dmi_match(DMI_BOARD_NAME, "Polaris17I01")
| dmi_match(DMI_BOARD_NAME, "Polaris15A01");