Skip to content

Commit

Permalink
Additional variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnealtowns committed Nov 6, 2014
1 parent f810cf4 commit 702c5a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/platform/x86/x86_64_dell_s6000_s1220_r0.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ static int __init x86_64_dell_s6000_s1220_r0_init(void)
product = dmi_get_system_info(DMI_PRODUCT_NAME);

if(strcmp(vendor, "Dell Inc") ||
(strcmp(product, "S6000 (SI)") && strcmp(product, "S6000-ON"))) {
(strcmp(product, "S6000 (SI)") && strcmp(product, "S6000-ON") &&
strcmp(product, "S6000-ON (SI)"))) {
/* Not the S6000 */
return -ENODEV;
}
Expand Down

0 comments on commit 702c5a2

Please sign in to comment.