lenovo/x230: Enable wacom USB port
Based on lsusb -t info from David Schissler. Change-Id: I061881f531b11dc6f5f7719269cf9f3c9b0b99e1 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4786 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
2657e84109
commit
77c70a06e1
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue