aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/mouse/synaptics.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 6b9db57faa80..a88bb312f5f8 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -174,6 +174,8 @@ static const char * const smbus_pnp_ids[] = {
174 "LEN004a", /* W541 */ 174 "LEN004a", /* W541 */
175 "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */ 175 "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
176 "LEN0073", /* X1 Carbon G5 (Elantech) */ 176 "LEN0073", /* X1 Carbon G5 (Elantech) */
177 "LEN0092", /* X1 Carbon 6 */
178 "LEN0096", /* X280 */
177 "LEN200f", /* T450s */ 179 "LEN200f", /* T450s */
178 NULL 180 NULL
179}; 181};