Re: [stable] [2.6.31.stable] Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P

From: Keng-YÃ Lin
Date: Sun Dec 20 2009 - 23:59:50 EST


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@xxxxxxxxx>:
> 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@xxxxxxxxxxxx>
>> Â Â Alexander Huhlaev <sancheolz@xxxxxxxxx>
>>
>> BugLink: http://bugs.launchpad.net/bugs/253874
>>
>> Signed-off-by: Keng-Yu Lin <keng-yu.lin@xxxxxxxxxxxxx>
>> ---
>> Â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@xxxxxxxxxxxxxxxx
>> http://linux.kernel.org/mailman/listinfo/stable
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/