From d52300773a2073c9cc8f619b7b914a9fa46c3e78 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 7 Dec 2014 21:03:24 +0100 Subject: fix identifying Intel as a disk vendor report 'Intel' instead of 'ATA' for Intel SSDs --- perl-install/detect_devices.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index c29bb6a27..5d32402f3 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -323,6 +323,7 @@ my %hd_vendors = ( "Compaq" => "Compaq", "CONNER" => "Conner Peripherals", "IBM" => "IBM", + "INTEL" => "Intel", "FUJITSU" => "Fujitsu", "HITACHI" => "Hitachi", "Lite-On" => "Lite-On Technology Corp.", -- cgit v1.2.1