summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/harddrake21
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index db7e424c5..58bf99025 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,6 @@
- harddrake:
o display PCI revision (#42576)
+ o report if devices are PCI or PCI Express (#28479)
Version 12.54 - 23 September 2009
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 6df4b4aab..75d65ce67 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -466,6 +466,7 @@ foreach (@classes) {
rename_field($_, 'nice_media_type', 'media_type');
}
rename_field($_, 'usb_pci_bus', 'bus');
+ rename_field($_, 'nice_bus', 'bus');
rename_field($_, 'usb_vendor', 'vendor');
rename_field($_, 'vendor_name', 'Vendor');