update to latest oui.txt, pci.ids, usb.ids
[oweals/hwdata.git] / inf2mondb.py
index 6ad33707d50204f264900481e3d3624b3967554f..6714f9012df8782d5bd7daf2b27a956eeec5669f 100755 (executable)
@@ -169,7 +169,9 @@ def main():
     
         elif section.lower() == "strings":
             for key in ini.options(section):
-                strings[key.lower()] = string.strip(ini.get(section, key))
+                strings[key.lower()] = string.strip(ini.get(section, key)).replace('"','')
+            # exceptions
+            strings["dell"] = "Dell"
     
     
     for mfr in manufacturers.keys():