Re: [PATCH 5/6] Input: synaptics - Add PnP id for X1 Carbon 1nd
From: Daniel Martin <hidden>
Date: 2015-01-23 08:42:04
On 22 January 2015 at 17:46, Daniel Martin [off-list ref] wrote:
From: Daniel Martin <redacted>
This adds the PnP id (LEN0030) for the X1 Carbon 1nd (2013/07) to the
list of known PnP ids.
The firmware exposes the correct dimensions:
x [1264..5678], y [1124..4732].
Signed-off-by: Daniel Martin <redacted>
---Ups, forgotten to mention that I _think_ that this is the 1nd generation.
quoted hunk ↗ jump to hunk
drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+)diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 7f6e004..70480c0 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c@@ -161,6 +161,7 @@ static const char * const topbuttonpad_pnp_ids[] = { "LEN002C", "LEN002D", "LEN002E", + "LEN0030", /* X1 Carbon 1nd */ "LEN0033", /* Helix */ "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */ "LEN0035", /* X240 */ --2.2.2