Commit a2827b00 authored by Benjamin Tissoires's avatar Benjamin Tissoires Committed by Greg Kroah-Hartman

Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list

commit 5179a9df upstream.

The Yoga 11e is using LEN0049, but it doesn't have a trackstick.

Thus, there is no need to create a software top buttons row.

However, it seems that the device works under SMBus, so keep it as part
of the smbus_pnp_ids.
Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200115013023.9710-1-benjamin.tissoires@redhat.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be21aa41
...@@ -149,7 +149,6 @@ static const char * const topbuttonpad_pnp_ids[] = { ...@@ -149,7 +149,6 @@ static const char * const topbuttonpad_pnp_ids[] = {
"LEN0042", /* Yoga */ "LEN0042", /* Yoga */
"LEN0045", "LEN0045",
"LEN0047", "LEN0047",
"LEN0049",
"LEN2000", /* S540 */ "LEN2000", /* S540 */
"LEN2001", /* Edge E431 */ "LEN2001", /* Edge E431 */
"LEN2002", /* Edge E531 */ "LEN2002", /* Edge E531 */
...@@ -169,6 +168,7 @@ static const char * const smbus_pnp_ids[] = { ...@@ -169,6 +168,7 @@ static const char * const smbus_pnp_ids[] = {
/* all of the topbuttonpad_pnp_ids are valid, we just add some extras */ /* all of the topbuttonpad_pnp_ids are valid, we just add some extras */
"LEN0048", /* X1 Carbon 3 */ "LEN0048", /* X1 Carbon 3 */
"LEN0046", /* X250 */ "LEN0046", /* X250 */
"LEN0049", /* Yoga 11e */
"LEN004a", /* W541 */ "LEN004a", /* W541 */
"LEN005b", /* P50 */ "LEN005b", /* P50 */
"LEN005e", /* T560 */ "LEN005e", /* T560 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment