Skip to content

Commit 6507ef1

Browse files
brotfessorJiri Kosina
authored andcommitted
HID: i2c-hid: add Schneider SCL142ALM 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. Cc: [email protected] Signed-off-by: Julian Sax <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1e189f2 commit 6507ef1

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
@@ -389,6 +389,14 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
389389
},
390390
.driver_data = (void *)&sipodev_desc
391391
},
392+
{
393+
.ident = "Schneider SCL142ALM",
394+
.matches = {
395+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SCHNEIDER"),
396+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SCL142ALM"),
397+
},
398+
.driver_data = (void *)&sipodev_desc
399+
},
392400
{ } /* Terminate list */
393401
};
394402

0 commit comments

Comments
 (0)