From: Carlos Alberto Lopez Perez <clopez@igalia.com>
To: AceLan Kao <acelan.kao@canonical.com>
Cc: platform-driver-x86@vger.kernel.org,
Matthew Garrett <mjg59@srcf.ucam.org>
Subject: Re: [PATCH] dell-laptop: Add 6 machines to touchpad led quirk
Date: Fri, 03 Aug 2012 15:43:56 +0200 [thread overview]
Message-ID: <501BD59C.5040007@igalia.com> (raw)
In-Reply-To: <1342168797-26080-1-git-send-email-acelan.kao@canonical.com>
[-- Attachment #1: Type: text/plain, Size: 2343 bytes --]
On 13/07/12 10:39, AceLan Kao wrote:
> Add the following machines into quirk,
> Isnpiron 5420, Isnpiron 5520, Isnpiron 5720,
> Isnpiron 7420, Isnpiron 7520, Isnpiron 7720
>
> Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
> ---
> drivers/platform/x86/dell-laptop.c | 54 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 54 insertions(+)
>
> diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
> index 5f78aac..4e96e8c 100644
> --- a/drivers/platform/x86/dell-laptop.c
> +++ b/drivers/platform/x86/dell-laptop.c
> @@ -206,6 +206,60 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
> },
> .driver_data = &quirk_dell_vostro_v130,
> },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 5420",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5420"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 5520",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5520"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 5720",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5720"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 7420",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7420"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 7520",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7520"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> + {
> + .callback = dmi_matched,
> + .ident = "Dell Inspiron 7720",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7720"),
> + },
> + .driver_data = &quirk_dell_vostro_v130,
> + },
> { }
> };
>
Perhaps this needs a sed "s/Isnpiron/Inspiron/g" ???
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]
next prev parent reply other threads:[~2012-08-03 13:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-13 8:39 [PATCH] dell-laptop: Add 6 machines to touchpad led quirk AceLan Kao
2012-07-28 4:16 ` Matthew Garrett
2012-07-30 1:21 ` AceLan Kao
2012-08-03 13:43 ` Carlos Alberto Lopez Perez [this message]
2012-08-06 1:49 ` AceLan Kao
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=501BD59C.5040007@igalia.com \
--to=clopez@igalia.com \
--cc=acelan.kao@canonical.com \
--cc=mjg59@srcf.ucam.org \
--cc=platform-driver-x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox