Skip to content

Commit f8f8074

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
HID: i2c-hid: Add Odys Winbook 13 to descriptor override
The Odys Winbook 13 uses a SIPODEV SP1064 touchpad, which does not supply descriptors, add this to the DMI descriptor override list, fixing the touchpad not working. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1526312 Reported-by: Rene Wagner <redhatbugzilla@callerid.de> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 6ae16df commit f8f8074

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
@@ -346,6 +346,14 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
346346
},
347347
.driver_data = (void *)&sipodev_desc
348348
},
349+
{
350+
.ident = "Odys Winbook 13",
351+
.matches = {
352+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AXDIA International GmbH"),
353+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "WINBOOK 13"),
354+
},
355+
.driver_data = (void *)&sipodev_desc
356+
},
349357
{ } /* Terminate list */
350358
};
351359

0 commit comments

Comments
 (0)