Skip to content

Commit dd7eefd

Browse files
committed
Add product ID "VI". Reported by Torsten Seemann.
Update lookup table from revision 2005-06-24 of IBM reference document (add product IDs "1U", "1X", "70", "74", "75" and "76", update product ID "1Y").
1 parent a5d0d27 commit dd7eefd

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

vpddecode.c

+17-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* are deemed to be part of the source code.
2525
*
2626
* References:
27-
* - IBM "Using the BIOS Build ID to identify IBM Thinkpad systems"
28-
* Revision 2005-03-02
27+
* - IBM "Using the BIOS Build ID to identify Thinkpad systems"
28+
* Revision 2005-06-24
2929
* http://www-307.ibm.com/pc/support/site.wss/MIGR-45120.html
3030
*
3131
* Notes:
@@ -150,6 +150,8 @@ static const char *product_name(const char *id)
150150
reported by Doug Brenner */
151151
"TT", "eServer xSeries 330", /* added 2003-12-03,
152152
reported by Hugues Lepesant */
153+
"VI", "eServer xSeries 440", /* added 2005-08-25,
154+
reported by Torsten Seemann */
153155
"ZR", "eServer xSeries 200", /* added 2005-05-25,
154156
reported by Bernd Krumboeck */
155157
"10", "Thinkpad A21e or A22e", /* Celeron models */
@@ -180,10 +182,15 @@ static const char *product_name(const char *id)
180182
updated 2005-03-08 (IBM) */
181183
"1S", "Thinkpad R40e", /* added 2003-11-29 (IBM) */
182184
"1T", "Thinkpad G40",
185+
"1U", "Thinkpad X40", /* added 2005-06-24 (IBM) */
183186
"1V", "Thinkpad R51", /* added 2005-03-08 (IBM),
184187
confirmed by Ingo van Lil */
185188
"1W", "Thinkpad R50e", /* added 2005-02-17 (IBM) */
186-
"1Y", "Thinkpad T43/p", /* added 2005-02-17 (IBM) */
189+
"1X", "Thinkpad G41", /* added 2005-06-24 (IBM),
190+
types 2881, 2882 and 2886 */
191+
"1Y", "Thinkpad T43/p", /* added 2005-02-17 (IBM),
192+
updated 2005-06-24 (IBM),
193+
types 2668, 2669, 2678, 2679, 2686 and 2687 */
187194
"20", "Netvista A22p or M41", /* added 2003-10-09,
188195
updated 2004-02-23,
189196
updated 2004-03-24 */
@@ -193,6 +200,13 @@ static const char *product_name(const char *id)
193200
reported by Rafael Avila de Espindola */
194201
"2C", "Thinkcentre A50", /* added 2005-02-24,
195202
reported by Tomek Mateja */
203+
"70", "Thinkpad T43/p or R52", /* added 2005-06-24,
204+
T43/p types 1871, 1872, 1873, 1874,1875 and 1876,
205+
R52 types 1858, 1859, 1860, 1861, 1862 and 1863 */
206+
"74", "Thinkpad X41", /* added 2005-06-24 (IBM) */
207+
"75", "Thinkpad X41 Tablet", /* added 2005-06-24 (IBM) */
208+
"76", "Thinkpad R52", /* added 2005-06-24,
209+
types 1846, 1847, 1848, 1849, 1850 and 1870 */
196210
NULL, "Unknown, please report!"
197211
};
198212

0 commit comments

Comments
 (0)