diff options
author | Jean Delvare <jdelvare@suse.de> | 2005-02-24 18:42:46 +0000 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2005-02-24 18:42:46 +0000 |
commit | 2dc14c5c7544be36d6a68eb448f8e967c95e6c65 (patch) | |
tree | 031bc12690ff19bc76d60be2ef80a58643700de2 | |
parent | aca2e009196b6b25a169da7464f422c2c8dada7b (diff) | |
download | dmidecode-git-2dc14c5c7544be36d6a68eb448f8e967c95e6c65.tar.gz |
Add product ID "2C".
-rw-r--r-- | vpddecode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpddecode.c b/vpddecode.c index a053d90..a1bd775 100644 --- a/vpddecode.c +++ b/vpddecode.c @@ -179,6 +179,8 @@ static const char *product_name(const char *id) reported by Paul Sturm */ "2A", "Thinkcentre M50", /* added 2004-03-19, reported by Rafael Avila de Espindola */ + "2C", "Thinkcentre A50", /* added 2005-02-24, + reported by Tomek Mateja */ NULL, "Unknown, please report!" }; |