Skip to content

Commit e6e7e9c

Browse files
languitardtor
authored andcommitted
Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
Add ELAN0612 to the list of supported touchpads; this ID is used in Lenovo v330 14IKB devices. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=199253 Signed-off-by: Johannes Wienke <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent c13aca7 commit e6e7e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
13441344
{ "ELAN060B", 0 },
13451345
{ "ELAN060C", 0 },
13461346
{ "ELAN0611", 0 },
1347+
{ "ELAN0612", 0 },
13471348
{ "ELAN1000", 0 },
13481349
{ }
13491350
};

0 commit comments

Comments
 (0)