From: Mike Lothian <mike@fireburn.co.uk>
To: linux-input@vger.kernel.org
Subject: Re: Samsung R510
Date: Tue, 15 Sep 2009 22:03:25 +0100 [thread overview]
Message-ID: <f3f71ab90909151403o688c31aew9bca512302d616d@mail.gmail.com> (raw)
In-Reply-To: <f3f71ab90909110117t4d9de95cv2f71b42f2a9a7992@mail.gmail.com>
2009/9/11 Mike Lothian <mike@fireburn.co.uk>:
> Hi
>
> Please could the following patch be added to the kernel
>
> diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
> index 95fe045..592623e 100644
> --- a/drivers/input/keyboard/atkbd.c
> +++ b/drivers/input/keyboard/atkbd.c
> @@ -1572,6 +1572,16 @@ static struct dmi_system_id
> atkbd_dmi_quirk_table[] __initdata = {
> .callback = atkbd_setup_forced_release,
> .driver_data = atkbd_samsung_forced_release_keys,
> },
> + {
> + .ident = "Samsung R510/P510",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG
> ELECTRONICS CO., LTD."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "R510/P510"),
> + },
> + .callback = atkbd_setup_forced_release,
> + .driver_data = atkbd_samsung_forced_release_keys,
> + },
> +
> {
> .ident = "Fujitsu Amilo PA 1510",
> .matches = {
>
> This fixes the forced release keys for me
>
> Thanks
>
> Mike
>
> PS I'm not subscribed to this list so please CC me
>
Ping is this the correct list?
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-09-15 21:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-11 8:17 Samsung R510 Mike Lothian
2009-09-15 21:03 ` Mike Lothian [this message]
2009-09-16 3:46 ` Dmitry Torokhov
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=f3f71ab90909151403o688c31aew9bca512302d616d@mail.gmail.com \
--to=mike@fireburn.co.uk \
--cc=linux-input@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;
as well as URLs for NNTP newsgroup(s).