summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-14 06:45:21 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-14 06:45:21 +0000
commit72147f520510577f8c41d6a232e695c5eaa4e4e9 (patch)
tree685b913f422d41b88fbdcf301492960b1621db42
parent6dfcb194e6fd117708bb0d5024b78ab7123c1e82 (diff)
downloaddrakx-backup-do-not-use-72147f520510577f8c41d6a232e695c5eaa4e4e9.tar
drakx-backup-do-not-use-72147f520510577f8c41d6a232e695c5eaa4e4e9.tar.gz
drakx-backup-do-not-use-72147f520510577f8c41d6a232e695c5eaa4e4e9.tar.bz2
drakx-backup-do-not-use-72147f520510577f8c41d6a232e695c5eaa4e4e9.tar.xz
drakx-backup-do-not-use-72147f520510577f8c41d6a232e695c5eaa4e4e9.zip
fix detecting some memory card readers as unknown
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/harddrake/data.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 9c620ff3b..5fc5aa2c7 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- harddrake:
+ o fix detecting some memory card readers as unknown
+
Version 12.49 - 8 September 2009
- mygtk2:
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index d612f9084..c9bea4e1e 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -203,7 +203,7 @@ our @tree =
string => N("USB Mass Storage Devices"),
icon => "usb.png",
configurator => "",
- detector => sub { f(grep { member($_->{driver}, qw(usb_storage ub)) } @devices) },
+ detector => sub { f(grep { member($_->{driver}, qw(usb_storage ub Removable:memory_card)) } @devices) },
checked_on_boot => 0,
},