Skip to content

Commit f420c54

Browse files
committed
Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"
This reverts commit 7db54c8 as it breaks Acer Aspire V-371 and other devices. According to Elan: "Acer Aspire F5-573G is MS Precision touchpad which should use hid multitouch driver. ELAN0501 should not be added in elan_i2c." Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=202503 Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 83cd203 commit f420c54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/mouse/elan_i2c_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,6 @@ MODULE_DEVICE_TABLE(i2c, elan_id);
13361336
static const struct acpi_device_id elan_acpi_id[] = {
13371337
{ "ELAN0000", 0 },
13381338
{ "ELAN0100", 0 },
1339-
{ "ELAN0501", 0 },
13401339
{ "ELAN0600", 0 },
13411340
{ "ELAN0602", 0 },
13421341
{ "ELAN0605", 0 },

0 commit comments

Comments
 (0)