Skip to content

Commit 05ca7fe

Browse files
languitargregkh
authored andcommitted
Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
commit e6e7e9c upstream. 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 <languitar@semipol.de> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 78e7bbf commit 05ca7fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
12491249
{ "ELAN060B", 0 },
12501250
{ "ELAN060C", 0 },
12511251
{ "ELAN0611", 0 },
1252+
{ "ELAN0612", 0 },
12521253
{ "ELAN1000", 0 },
12531254
{ }
12541255
};

0 commit comments

Comments
 (0)