Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
include/linux/input/elan-i2c-ids.h
··· 48 48 { "ELAN0618", 0 }, 49 49 { "ELAN0619", 0 }, 50 50 { "ELAN061A", 0 }, 51 - { "ELAN061B", 0 }, 51 + /* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */ 52 52 { "ELAN061C", 0 }, 53 53 { "ELAN061D", 0 }, 54 54 { "ELAN061E", 0 },