diff options
author | Alex David <opdecirkel@gmail.com> | 2015-05-14 20:09:18 -0400 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-17 12:57:15 +0200 |
commit | bb03aaa7b861e08aed2f35bd46cc6ec13be96b4d (patch) | |
tree | 4e881bed51ccb9c41df85535ae0c48440ced8106 /src/drivers/lenovo | |
parent | 99bc2ec581a2c024e0455fb167b5c0f93716a954 (diff) |
lenovo/x200: Enable wacom digitizer support for x200t
This patch is based on commit f2b3cd63
(lenovo/x60: Support digitizer on X60t and X201t)
Tested on Thinkpad X200 Tablet (7450): all pen functionallity
works (i.e. movements, presure sensitivity and buttons)
Change-Id: I9bd18642a6ea4211dc3be065456a507fc0b72561
Signed-off-by: Alex David <opdecirkel@gmail.com>
Reviewed-on: http://review.coreboot.org/10208
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'src/drivers/lenovo')
-rw-r--r-- | src/drivers/lenovo/wacom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/lenovo/wacom.c b/src/drivers/lenovo/wacom.c index 7368afe416..2e899f8a57 100644 --- a/src/drivers/lenovo/wacom.c +++ b/src/drivers/lenovo/wacom.c @@ -34,10 +34,11 @@ static const char tablet_numbers[][5] = { "6363", "6364", "6365", "6366", "6367", "6368", "7762", "7763", "7764", "7767", "7768", "7769", + /* X200t. */ + "7448", "7449", "7450", "7453", /* X201t. */ "0053", "0831", "2985", "3093", "3113", "3144", "3239", "4184", - "7448", "7449", "7450", "7453", "2263", "2266", }; |