diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-07 17:59:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-07 17:59:46 +0000 |
commit | e73dab877d5fa907cee1af9b2381619f891024d8 (patch) | |
tree | 7f3d755e2bc7e2991bf3a7b704aa7a8480d90ea3 | |
parent | 1b1ec7e6f64fb2427b4ccf8a053745d07833a894 (diff) | |
download | drakx-backup-do-not-use-e73dab877d5fa907cee1af9b2381619f891024d8.tar drakx-backup-do-not-use-e73dab877d5fa907cee1af9b2381619f891024d8.tar.gz drakx-backup-do-not-use-e73dab877d5fa907cee1af9b2381619f891024d8.tar.bz2 drakx-backup-do-not-use-e73dab877d5fa907cee1af9b2381619f891024d8.tar.xz drakx-backup-do-not-use-e73dab877d5fa907cee1af9b2381619f891024d8.zip |
(matching_types) do not abuse TYPE for cpufreq & microcode
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index cb91c225a..49ed09cab 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1237,8 +1237,6 @@ sub matching_types() { mips_lemote => is_mips_lemote(), mips_ict => is_mips_ict(), mips_st_ls2f => is_mips_st_ls2f(), - cpufreq => hasCPUFreq(), - microcode => hasCPUMicrocode(), laptop => isLaptop(), 'numpad' => hasNumpad(), 'touchpad' => hasTouchpad(), |