diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index aa5e42b36..1cb882cfb 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -297,6 +297,7 @@ sub _get_hd_vendor { next if !$name; return ($hd_vendors{$name}, $2) if $info =~ /^$name(-|\s)*(.*)/; } + return ("Hitachi", $info) if $info =~ /^HD[ST][0-9]/; } |