Skip to content

Commit

Permalink
leds: ss4200: add DMI data for FSC SCALEO Home Server
Browse files Browse the repository at this point in the history
The Intel NAS SS4200 was also sold by Fujitsu Siemens (FSC) under
the name "SCALEO Home Server". The hardware is equivalent.

This patch adds the DMI data of this rebranded device.

Signed-off-by: Martin Dummer <[email protected]>
Signed-off-by: Jacek Anaszewski <[email protected]>
  • Loading branch information
madmartin authored and janaszewski committed Apr 19, 2016
1 parent fe15ee4 commit f15c65a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/leds/leds-ss4200.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@ static struct dmi_system_id nas_led_whitelist[] __initdata = {
DMI_MATCH(DMI_PRODUCT_VERSION, "1.00.00")
}
},
{
/*
* FUJITSU SIEMENS SCALEO Home Server/SS4200-E
* BIOS V090L 12/19/2007
*/
.callback = ss4200_led_dmi_callback,
.ident = "Fujitsu Siemens SCALEO Home Server",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
DMI_MATCH(DMI_PRODUCT_NAME, "SCALEO Home Server"),
DMI_MATCH(DMI_PRODUCT_VERSION, "1.00.00")
}
},
{}
};

Expand Down

0 comments on commit f15c65a

Please sign in to comment.