Skip to content

Commit 5179a9d

Browse files
bentissdtor
authored andcommitted
Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list
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: Benjamin Tissoires <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent b8a3d81 commit 5179a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ static const char * const topbuttonpad_pnp_ids[] = {
146146
"LEN0042", /* Yoga */
147147
"LEN0045",
148148
"LEN0047",
149-
"LEN0049",
150149
"LEN2000", /* S540 */
151150
"LEN2001", /* Edge E431 */
152151
"LEN2002", /* Edge E531 */
@@ -166,6 +165,7 @@ static const char * const smbus_pnp_ids[] = {
166165
/* all of the topbuttonpad_pnp_ids are valid, we just add some extras */
167166
"LEN0048", /* X1 Carbon 3 */
168167
"LEN0046", /* X250 */
168+
"LEN0049", /* Yoga 11e */
169169
"LEN004a", /* W541 */
170170
"LEN005b", /* P50 */
171171
"LEN005e", /* T560 */

0 commit comments

Comments
 (0)