diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2011-06-06 17:50:20 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-06-06 17:50:20 +0000 |
commit | 60b83f98a858a0655aefac1c26257f497ea8e952 (patch) | |
tree | 79fc820a13750f0e74ced43b0110bcb83c5c2fb6 | |
parent | 8179be566e54f3e9f7686901861449905c202e98 (diff) | |
download | flashrom-60b83f98a858a0655aefac1c26257f497ea8e952.tar.gz flashrom-60b83f98a858a0655aefac1c26257f497ea8e952.tar.bz2 flashrom-60b83f98a858a0655aefac1c26257f497ea8e952.zip |
Mark the MSI MS-7529 (G31TM-P21) as supported
Original report:
http://www.flashrom.org/pipermail/flashrom/2011-May/006594.html
Manufacturer's page:
http://msi.com/product/mb/G31TM-P21.html
Corresponding to flashrom svn r1325.
Tested-by: Peter Lemenkov <lemenkov@gmail.com>
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -588,6 +588,7 @@ const struct board_info boards_known[] = { B("MSI", "MS-7368 (K9AG Neo2-Digital)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1241", NULL), B("MSI", "MS-7376 (K9A2 Platinum)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1332", NULL), B("MSI", "MS-7529 (G31M3-L(S) V2)", 1, "http://www.msi.com/product/mb/G31M3-L-V2---G31M3-LS-V2.html", NULL), + B("MSI", "MS-7529 (G31TM-P21)", 1, "http://msi.com/product/mb/G31TM-P21.html", NULL), B("MSI", "MS-7596 (785GM-E51)", 1, "http://eu.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1866", NULL), B("MSI", "MS-7599 (870-C45)", 1, "http://www.msi.com/product/mb/870-C45.html", NULL), B("MSI", "MS-7640 (890FXA-GD70)",1, "http://www.msi.com/product/mb/890FXA-GD70.html", "Reported by \"Linux User #330250\" http://flashrom.org/pipermail/flashrom/2011-March/006072.html"), |