* [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P
@ 2009-12-07 9:26 Keng-Yu Lin
2009-12-16 19:19 ` [stable] " Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Keng-Yu Lin @ 2009-12-07 9:26 UTC (permalink / raw)
To: stable, linux-kernel; +Cc: Keng-Yu Lin
OriginalAuthor:
Moiseev Vladimir <cdb@linkycat.com>
Alexander Huhlaev <sancheolz@gmail.com>
BugLink: http://bugs.launchpad.net/bugs/253874
Signed-off-by: Keng-Yu Lin <keng-yu.lin@canonical.com>
---
drivers/input/keyboard/atkbd.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index 6c6a09b..abc314f 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -1608,6 +1608,15 @@ static struct dmi_system_id atkbd_dmi_quirk_table[] __initdata = {
.driver_data = atkbd_samsung_forced_release_keys,
},
{
+ .ident = "Samsung R59P/R60P/R61P",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "R59P/R60P/R61P"),
+ },
+ .callback = atkbd_setup_forced_release,
+ .driver_data = atkbd_samsung_forced_release_keys,
+ },
+ {
.ident = "Fujitsu Amilo PA 1510",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
--
1.6.3.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [stable] [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P
2009-12-07 9:26 [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P Keng-Yu Lin
@ 2009-12-16 19:19 ` Greg KH
2009-12-21 4:59 ` Keng-Yü Lin
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2009-12-16 19:19 UTC (permalink / raw)
To: Keng-Yu Lin; +Cc: stable, linux-kernel
I don't see the git commit id for the patch below, which is needed if it
is to be accepted into the -stable kernel tree.
Do you have it?
thanks,
greg k-h
On Mon, Dec 07, 2009 at 05:26:54PM +0800, Keng-Yu Lin wrote:
> OriginalAuthor:
> Moiseev Vladimir <cdb@linkycat.com>
> Alexander Huhlaev <sancheolz@gmail.com>
>
> BugLink: http://bugs.launchpad.net/bugs/253874
>
> Signed-off-by: Keng-Yu Lin <keng-yu.lin@canonical.com>
> ---
> drivers/input/keyboard/atkbd.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
> index 6c6a09b..abc314f 100644
> --- a/drivers/input/keyboard/atkbd.c
> +++ b/drivers/input/keyboard/atkbd.c
> @@ -1608,6 +1608,15 @@ static struct dmi_system_id atkbd_dmi_quirk_table[] __initdata = {
> .driver_data = atkbd_samsung_forced_release_keys,
> },
> {
> + .ident = "Samsung R59P/R60P/R61P",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "R59P/R60P/R61P"),
> + },
> + .callback = atkbd_setup_forced_release,
> + .driver_data = atkbd_samsung_forced_release_keys,
> + },
> + {
> .ident = "Fujitsu Amilo PA 1510",
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
> --
> 1.6.3.3
>
> _______________________________________________
> stable mailing list
> stable@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/stable
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [stable] [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P
2009-12-16 19:19 ` [stable] " Greg KH
@ 2009-12-21 4:59 ` Keng-Yü Lin
2010-01-05 19:29 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Keng-Yü Lin @ 2009-12-21 4:59 UTC (permalink / raw)
To: Greg KH; +Cc: stable, linux-kernel
Dear Greg:
This patch is not upstream. Since 2.6.32, there is an interface in
/sys for handling the force_release events from userspace, so such
quirk patches are no longer accepted upstream now. But this patch is
valid for version 2.6.31 downwards.
Regards,
-Keng-Yu
2009/12/17 Greg KH <greg@kroah.com>:
> I don't see the git commit id for the patch below, which is needed if it
> is to be accepted into the -stable kernel tree.
>
> Do you have it?
>
> thanks,
>
> greg k-h
>
> On Mon, Dec 07, 2009 at 05:26:54PM +0800, Keng-Yu Lin wrote:
>> OriginalAuthor:
>> Moiseev Vladimir <cdb@linkycat.com>
>> Alexander Huhlaev <sancheolz@gmail.com>
>>
>> BugLink: http://bugs.launchpad.net/bugs/253874
>>
>> Signed-off-by: Keng-Yu Lin <keng-yu.lin@canonical.com>
>> ---
>> drivers/input/keyboard/atkbd.c | 9 +++++++++
>> 1 files changed, 9 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
>> index 6c6a09b..abc314f 100644
>> --- a/drivers/input/keyboard/atkbd.c
>> +++ b/drivers/input/keyboard/atkbd.c
>> @@ -1608,6 +1608,15 @@ static struct dmi_system_id atkbd_dmi_quirk_table[] __initdata = {
>> .driver_data = atkbd_samsung_forced_release_keys,
>> },
>> {
>> + .ident = "Samsung R59P/R60P/R61P",
>> + .matches = {
>> + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
>> + DMI_MATCH(DMI_PRODUCT_NAME, "R59P/R60P/R61P"),
>> + },
>> + .callback = atkbd_setup_forced_release,
>> + .driver_data = atkbd_samsung_forced_release_keys,
>> + },
>> + {
>> .ident = "Fujitsu Amilo PA 1510",
>> .matches = {
>> DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
>> --
>> 1.6.3.3
>>
>> _______________________________________________
>> stable mailing list
>> stable@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/stable
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [stable] [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P
2009-12-21 4:59 ` Keng-Yü Lin
@ 2010-01-05 19:29 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-01-05 19:29 UTC (permalink / raw)
To: Keng-Yü Lin; +Cc: stable, linux-kernel
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Mon, Dec 21, 2009 at 12:59:43PM +0800, Keng-Yü Lin wrote:
> Dear Greg:
> This patch is not upstream. Since 2.6.32, there is an interface in
> /sys for handling the force_release events from userspace, so such
> quirk patches are no longer accepted upstream now. But this patch is
> valid for version 2.6.31 downwards.
Ok, thanks for the information. Please tell me this in the future when
submitting patches for -stable otherwise I have no idea and will just
drop them.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-05 19:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07 9:26 [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P Keng-Yu Lin
2009-12-16 19:19 ` [stable] " Greg KH
2009-12-21 4:59 ` Keng-Yü Lin
2010-01-05 19:29 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®