Extend support of remote LED status to more IBM systems

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10214 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-08-02 20:07:25 +00:00
parent a56b10e887
commit 46c06ba7ca

View File

@ -4707,7 +4707,7 @@ sub parse_sdr { #parse sdr data, then cann initsdr_withreserveation to advance t
my $sdr = SDR->new();
if ($mfg_id == 2 && $sdr_type==0xC0 && $sdr_data[9] == 0xED) {
if (($mfg_id == 2 || $mfg_id == 20301) && $sdr_type==0xC0 && $sdr_data[9] == 0xED) {
#printf("%02x%02x\n",$sdr_data[13],$sdr_data[12]);
$sdr->rec_type($sdr_type);
$sdr->sensor_type($sdr_data[9]);