From 77c70a06e1cdb6781857a2f488f13432bbcf18ec Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 23 Jan 2014 16:41:35 +0100 Subject: lenovo/x230: Enable wacom USB port Based on lsusb -t info from David Schissler. Change-Id: I061881f531b11dc6f5f7719269cf9f3c9b0b99e1 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/4786 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/x230/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/lenovo/x230/romstage.c b/src/mainboard/lenovo/x230/romstage.c index 7aa2332399..377c34abf8 100644 --- a/src/mainboard/lenovo/x230/romstage.c +++ b/src/mainboard/lenovo/x230/romstage.c @@ -154,7 +154,7 @@ void main(unsigned long bist) { 1, 1, 0x0080 }, /* P1 (left touchpad side), OC 1 */ { 1, 3, 0x0080 }, /* P2: dock, OC 3 */ { 1, 0, 0x0040 }, /* P3: wwan, no OC */ - { 0, 0, 0x0000 }, /* P4: Empty */ + { 1, 0, 0x0080 }, /* P4: Wacom tablet on X230t, otherwise empty */ { 1, 0, 0x0080 }, /* P5: Expresscard, no OC */ { 0, 0, 0x0000 }, /* P6: Empty */ { 1, 0, 0x0080 }, /* P7: dock, no OC */ -- cgit v1.2.3