update
[oweals/hwdata.git] / inf2mondb.py
index 0040fd8668d8d3bba881c9ce811405cc6c2e110e..6714f9012df8782d5bd7daf2b27a956eeec5669f 100755 (executable)
@@ -170,6 +170,8 @@ def main():
         elif section.lower() == "strings":
             for key in ini.options(section):
                 strings[key.lower()] = string.strip(ini.get(section, key)).replace('"','')
+            # exceptions
+            strings["dell"] = "Dell"
     
     
     for mfr in manufacturers.keys():