Skip to content

Commit 399474e

Browse files
brotfessorJiri Kosina
authored andcommitted
HID: i2c-hid: add Direkt-Tek DTLAPY133-1 to descriptor override
This device uses the SIPODEV SP1064 touchpad, which does not supply descriptors, so it has to be added to the override list. Reported-by: Tim Aldridge <taldridge@mac.com> Signed-off-by: Julian Sax <jsbc@gmx.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent c6e0bba commit 399474e

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
@@ -330,6 +330,14 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
330330
},
331331
.driver_data = (void *)&sipodev_desc
332332
},
333+
{
334+
.ident = "Direkt-Tek DTLAPY133-1",
335+
.matches = {
336+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Direkt-Tek"),
337+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "DTLAPY133-1"),
338+
},
339+
.driver_data = (void *)&sipodev_desc
340+
},
333341
{
334342
.ident = "Mediacom Flexbook Edge 11",
335343
.matches = {

0 commit comments

Comments
 (0)