All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@infradead.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Corentin Chary <corentin.chary@gmail.com>,
	Lee Chun-Yi <jlee@suse.com>,
	platform-driver-x86@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH 1/2] samsung-laptop: Add broken-acpi-video quirk for NC210/NC110
Date: Tue, 21 Oct 2014 13:38:38 -0700	[thread overview]
Message-ID: <20141021203838.GA20951@vmdeb7> (raw)
In-Reply-To: <1413462991-1463-1-git-send-email-hdegoede@redhat.com>

On Thu, Oct 16, 2014 at 02:36:30PM +0200, Hans de Goede wrote:

Hi Hans,

Apoligies for the late response, travel and illness are taking their toll.

> Reported (and tested) here:
> https://bugzilla.redhat.com/show_bug.cgi?id=861573

The patch header is required to be sufficient to describe the problem and the
solution without depending on an external bugzilla or other reference.

Please include a complete git commit message.

> Cc: stable@vger.kernel.org
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>  drivers/platform/x86/samsung-laptop.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
> index 5a59665..ff765d8 100644
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -1561,6 +1561,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
>  	},
>  	{
>  	 .callback = samsung_dmi_matched,
> +	 .ident = "NC210",
> +	 .matches = {
> +		DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
> +		DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"),
> +		DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
> +		},
> +	 .driver_data = &samsung_broken_acpi_video,
> +	},
> +	{
> +	 .callback = samsung_dmi_matched,
>  	 .ident = "730U3E/740U3E",
>  	 .matches = {
>  		DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
> -- 
> 2.1.0
> 
> 

-- 
Darren Hart
Intel Open Source Technology Center

      parent reply	other threads:[~2014-10-21 20:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16 12:36 [PATCH 1/2] samsung-laptop: Add broken-acpi-video quirk for NC210/NC110 Hans de Goede
2014-10-16 12:36 ` [PATCH 2/2] acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80 Hans de Goede
2014-10-21 20:42   ` Darren Hart
2014-10-21 20:38 ` Darren Hart [this message]

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=20141021203838.GA20951@vmdeb7 \
    --to=dvhart@infradead.org \
    --cc=corentin.chary@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=jlee@suse.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /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.