summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorAlex David <opdecirkel@gmail.com>2015-05-14 20:09:18 -0400
committerVladimir Serbinenko <phcoder@gmail.com>2015-05-17 12:57:15 +0200
commitbb03aaa7b861e08aed2f35bd46cc6ec13be96b4d (patch)
tree4e881bed51ccb9c41df85535ae0c48440ced8106 /src/drivers
parent99bc2ec581a2c024e0455fb167b5c0f93716a954 (diff)
downloadcoreboot-staging-bb03aaa7b861e08aed2f35bd46cc6ec13be96b4d.zip
coreboot-staging-bb03aaa7b861e08aed2f35bd46cc6ec13be96b4d.tar.gz
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')
-rw-r--r--src/drivers/lenovo/wacom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/lenovo/wacom.c b/src/drivers/lenovo/wacom.c
index 7368afe..2e899f8 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",
};
OpenPOWER on IntegriCloud