Skip to content

Commit 8fe63eb

Browse files
daemongloomandy-shev
authored andcommitted
platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015)
HEBC method reports capabilities of 5 button array but HP Spectre X2 (2015) does not have this control method (the same was for Wacom MobileStudio Pro). Expand previous DMI quirk by Alex Hung to also enable 5 button array for this system. Signed-off-by: Nickolai Kozachenko <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 477d07e commit 8fe63eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/x86/intel-hid.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ static const struct dmi_system_id button_array_table[] = {
7979
DMI_MATCH(DMI_PRODUCT_NAME, "Wacom MobileStudio Pro 16"),
8080
},
8181
},
82+
{
83+
.ident = "HP Spectre x2 (2015)",
84+
.matches = {
85+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
86+
DMI_MATCH(DMI_PRODUCT_NAME, "HP Spectre x2 Detachable"),
87+
},
88+
},
8289
{ }
8390
};
8491

0 commit comments

Comments
 (0)