diff options
Diffstat (limited to 'isys/smp.c')
-rw-r--r-- | isys/smp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isys/smp.c b/isys/smp.c index a558491c1..5478e14a6 100644 --- a/isys/smp.c +++ b/isys/smp.c @@ -336,7 +336,8 @@ static int groupForSMP(int mode) if (mode == MODE_SUMMIT_CHECK) { if (!strncmp(cth.oem_id, "IBM ENSW", 8) && (!strncmp(cth.product_id, "NF 6000R", 8) || - !strncmp(cth.product_id, "VIGIL SMP", 9))) + !strncmp(cth.product_id, "VIGIL SMP", 9) || + !strncmp(cth.product_id, "RUTHLESS", 8))) return 1; return 0; } |