From: Jacek Anaszewski <j.anaszewski@samsung.com>
To: Martin Dummer <martin.dummer@gmx.net>
Cc: rpurdie@rpsys.net, linux-leds@vger.kernel.org
Subject: Re: [PATCH] drivers/leds/leds-ss4200.c: add DMI data for FSC SCALEO Home Server
Date: Mon, 18 Apr 2016 11:00:04 +0200 [thread overview]
Message-ID: <5714A214.200@samsung.com> (raw)
In-Reply-To: <1460891675-6994-1-git-send-email-martin.dummer@gmx.net>
Hi Martin,
Thanks for the patch. I have one remark below.
On 04/17/2016 01:14 PM, Martin Dummer wrote:
> 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 <martin.dummer@gmx.net>
> ---
> drivers/leds/leds-ss4200.c | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/drivers/leds/leds-ss4200.c b/drivers/leds/leds-ss4200.c
> index 046cb70..a3aa02e 100644
> --- a/drivers/leds/leds-ss4200.c
> +++ b/drivers/leds/leds-ss4200.c
> @@ -101,6 +101,16 @@ 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
checkpatch.pl complains here:
WARNING: line over 80 characters
ERROR: do not use C99 // comments
> + .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")
> + }
> + },
> {}
> };
>
>
--
Best regards,
Jacek Anaszewski
next prev parent reply other threads:[~2016-04-18 9:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-17 11:14 [PATCH] drivers/leds/leds-ss4200.c: add DMI data for FSC SCALEO Home Server Martin Dummer
2016-04-18 9:00 ` Jacek Anaszewski [this message]
2016-04-19 5:12 ` Martin Dummer
2016-04-19 5:51 ` [PATCH v2] " Martin Dummer
2016-04-19 7:14 ` Jacek Anaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5714A214.200@samsung.com \
--to=j.anaszewski@samsung.com \
--cc=linux-leds@vger.kernel.org \
--cc=martin.dummer@gmx.net \
--cc=rpurdie@rpsys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.