Skip to content

Commit c5dc240

Browse files
committed
Fix the hardware profiler for Mandriva 2011
1 parent e6cd599 commit c5dc240

File tree

1 file changed

+1
-1
lines changed
  • mythtv/programs/scripts/hardwareprofile

1 file changed

+1
-1
lines changed

mythtv/programs/scripts/hardwareprofile/hwdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self, bus='pci'):
4343

4444
def device_map(self, bus='pci'):
4545
import os
46-
HWDATA_DIRS = [ get_config_attr("HWDATA_DIR"), '/usr/share/hwdata','/usr/share/misc' ]
46+
HWDATA_DIRS = [ get_config_attr("HWDATA_DIR"), '/usr/share/hwdata','/usr/share/misc','/usr/share/' ]
4747
for hwd_file in HWDATA_DIRS:
4848
fn = "%s/%s.ids" % (hwd_file, bus)
4949
if os.path.isfile(fn + ".gz"):

0 commit comments

Comments
 (0)