Skip to content

Commit 9772152

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fix from Dmitry Torokhov: "A tiny update from Benjamin removing a mistakenly added Elan PNP ID so that the device is again handled by hid-multitouch" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: elan_i2c - remove Lenovo Legion Y7000 PnpID
2 parents 36daa83 + 0c043d7 commit 9772152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/input/elan-i2c-ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
4848
{ "ELAN0618", 0 },
4949
{ "ELAN0619", 0 },
5050
{ "ELAN061A", 0 },
51-
{ "ELAN061B", 0 },
51+
/* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */
5252
{ "ELAN061C", 0 },
5353
{ "ELAN061D", 0 },
5454
{ "ELAN061E", 0 },

0 commit comments

Comments
 (0)