Lubomir Rintel has uploaded this change for review. ( https://review.coreboot.org/23157
Change subject: board_enable: Wyse Cx0 thin client is not a laptop ......................................................................
board_enable: Wyse Cx0 thin client is not a laptop
Add it to the whitelist.
The subsystem IDs no the machine look completely random. Hopefully they're stable across the boards. The PCI gigabit ethernet is external to the chipset.
Change-Id: Icc9d48c61680f2dc6818b4dc7e1e721a97f0c0bb Signed-off-by: Lubomir Rintel lkundrak@v3.sk --- M board_enable.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/57/23157/1
diff --git a/board_enable.c b/board_enable.c index b6e17ef..83d16a0 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2471,6 +2471,7 @@ {0x1106, 0x0259, 0x1106, 0xAA07, 0x1106, 0x3227, 0x1106, 0xAA07, NULL, NULL, NULL, P3, "VIA", "EPIA EK", 0, NT, via_vt823x_gpio9_raise}, {0x1106, 0x3177, 0x1106, 0xAA01, 0x1106, 0x3123, 0x1106, 0xAA01, NULL, NULL, NULL, P3, "VIA", "EPIA M/MII/...", 0, OK, via_vt823x_gpio15_raise}, {0x1106, 0x0259, 0x1106, 0x3227, 0x1106, 0x3065, 0x1106, 0x3149, NULL, NULL, NULL, P3, "VIA", "EPIA-N/NL", 0, OK, via_vt823x_gpio9_raise}, + {0x1106, 0x0409, 0x6334, 0x0920, 0x1106, 0x3119, 0x1106, 0x0110, "^C CLASS$", NULL, NULL, P2, "Wyse", "Cx0", 0, OK, p2_not_a_laptop}, #endif { 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, P3, NULL, NULL, 0, NT, NULL}, /* end marker */ };