File smolt-pci_ids-path.patch of Package smolt
Index: smolt-1.4.3/client/hwdata.py =================================================================== --- smolt-1.4.3.orig/client/hwdata.py +++ smolt-1.4.3/client/hwdata.py @@ -20,7 +20,7 @@ class DeviceMap: self.vendors['usb'] = self.device_map('usb') def device_map(self, bus='pci'): - fn = "/usr/share/hwdata/%s.ids" % bus + fn = "/usr/share/%s.ids" % bus fo = open(fn, 'r') vendors = {} curvendor = None