Skip to content

Commit be0aba8

Browse files
khfengbentiss
authored andcommitted
HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
The Surfbook E11B uses the SIPODEV SP1064 touchpad, which does not supply descriptors, so it has to be added to the override list. BugLink: https://bugs.launchpad.net/bugs/1858299 Signed-off-by: Kai-Heng Feng <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 8d2e77b commit be0aba8

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
@@ -341,6 +341,14 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
341341
},
342342
.driver_data = (void *)&sipodev_desc
343343
},
344+
{
345+
.ident = "Trekstor SURFBOOK E11B",
346+
.matches = {
347+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "TREKSTOR"),
348+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SURFBOOK E11B"),
349+
},
350+
.driver_data = (void *)&sipodev_desc
351+
},
344352
{
345353
.ident = "Direkt-Tek DTLAPY116-2",
346354
.matches = {

0 commit comments

Comments
 (0)