Skip to content

Commit 43e666a

Browse files
funder7Jiri Kosina
authored andcommitted
HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor override
The Mediacom FlexBook edge13 uses the SIPODEV SP1064 touchpad, which does not supply descriptors, so it has to be added to the override list. Signed-off-by: Federico Ricchiuto <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a789d5f commit 43e666a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,14 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
373373
},
374374
.driver_data = (void *)&sipodev_desc
375375
},
376+
{
377+
.ident = "Mediacom FlexBook edge 13",
378+
.matches = {
379+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MEDIACOM"),
380+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "FlexBook_edge13-M-FBE13"),
381+
},
382+
.driver_data = (void *)&sipodev_desc
383+
},
376384
{
377385
.ident = "Odys Winbook 13",
378386
.matches = {

0 commit comments

Comments
 (0)