summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-10 14:33:31 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-10 14:33:31 +0000
commit3db371938195669fd2843d1d2f5ccbc449af718d (patch)
treecdd13fbc815fe6b64f57b33c2a04dec62e597e1a
parentc2840b163c8850de05589f7541484ec04d347d8b (diff)
downloaddrakx-3db371938195669fd2843d1d2f5ccbc449af718d.tar
drakx-3db371938195669fd2843d1d2f5ccbc449af718d.tar.gz
drakx-3db371938195669fd2843d1d2f5ccbc449af718d.tar.bz2
drakx-3db371938195669fd2843d1d2f5ccbc449af718d.tar.xz
drakx-3db371938195669fd2843d1d2f5ccbc449af718d.zip
fix input devices detection in rpmsrate (broken for 3 years, #43721)
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/detect_devices.pm2
-rw-r--r--perl-install/install/NEWS1
3 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 0181437ca..e85fadb95 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,6 @@
- drakboot
o fix nolapic/lapic logic due to altered kernel settings
+- fix input devices detection in rpmsrate (broken for 3 years, #43721)
Version 11.38 - 8 September 2008
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 46ebbe6b1..7948cc649 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -907,7 +907,7 @@ sub dmi_probe() {
sub probeall() {
return if $::noauto;
- pci_probe(), usb_probe(), firewire_probe(), pcmcia_probe(), dmi_probe();
+ pci_probe(), usb_probe(), firewire_probe(), pcmcia_probe(), dmi_probe(), getInputDevices_and_usb();
}
sub probeall_update_cache() {
return if $::noauto;
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e9df63efa..f6f069348 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,6 @@
- drakboot
o fix nolapic/lapic logic due to altered kernel settings
+- fix input devices detection in rpmsrate (broken for 3 years, #43721)
Version 11.39 - 9 September 2008