24
24
* are deemed to be part of the source code.
25
25
*
26
26
* 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
29
29
* http://www-307.ibm.com/pc/support/site.wss/MIGR-45120.html
30
30
*
31
31
* Notes:
@@ -150,6 +150,8 @@ static const char *product_name(const char *id)
150
150
reported by Doug Brenner */
151
151
"TT" , "eServer xSeries 330" , /* added 2003-12-03,
152
152
reported by Hugues Lepesant */
153
+ "VI" , "eServer xSeries 440" , /* added 2005-08-25,
154
+ reported by Torsten Seemann */
153
155
"ZR" , "eServer xSeries 200" , /* added 2005-05-25,
154
156
reported by Bernd Krumboeck */
155
157
"10" , "Thinkpad A21e or A22e" , /* Celeron models */
@@ -180,10 +182,15 @@ static const char *product_name(const char *id)
180
182
updated 2005-03-08 (IBM) */
181
183
"1S" , "Thinkpad R40e" , /* added 2003-11-29 (IBM) */
182
184
"1T" , "Thinkpad G40" ,
185
+ "1U" , "Thinkpad X40" , /* added 2005-06-24 (IBM) */
183
186
"1V" , "Thinkpad R51" , /* added 2005-03-08 (IBM),
184
187
confirmed by Ingo van Lil */
185
188
"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 */
187
194
"20" , "Netvista A22p or M41" , /* added 2003-10-09,
188
195
updated 2004-02-23,
189
196
updated 2004-03-24 */
@@ -193,6 +200,13 @@ static const char *product_name(const char *id)
193
200
reported by Rafael Avila de Espindola */
194
201
"2C" , "Thinkcentre A50" , /* added 2005-02-24,
195
202
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 */
196
210
NULL , "Unknown, please report!"
197
211
};
198
212
0 commit comments