diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index f7b74b4c6..34dd7d6fa 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,7 @@ o fix reading security level o enable to set bootloader password in high security level - harddrake + o detect "Maxtor" vendor for hard discs o fix displaying empty info for USB discs o fix detecting firewire controllers with newer kernels o guess real vendor names for SCSI discs like we do for IDE devices diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index e94fab50d..6005c2f94 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -264,6 +264,7 @@ sub getSCSI() { %hd_vendors = ( "ASUS" => "Asus", + "ATA Maxtor" => "Maxtor", "CD-ROM CDU" => "Sony", "CD-ROM Drive/F5D" => "ASUSTeK", "Compaq" => "Compaq", |