From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 2/5] atkbd: Fix key release for Fn keys on Samsung series 5 550P5C Date: Sun, 28 Jul 2013 21:49:30 -0700 Message-ID: <20130729044930.GB8539@core.coreip.homeip.net> References: <1375070379-329-1-git-send-email-m.chehab@samsung.com> <1375070379-329-2-git-send-email-m.chehab@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f52.google.com ([209.85.220.52]:55591 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752696Ab3G2Etd (ORCPT ); Mon, 29 Jul 2013 00:49:33 -0400 Received: by mail-pa0-f52.google.com with SMTP id kq13so5328304pab.39 for ; Sun, 28 Jul 2013 21:49:32 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1375070379-329-2-git-send-email-m.chehab@samsung.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Mauro Carvalho Chehab Cc: linux-input@vger.kernel.org Hi Mauro, On Mon, Jul 29, 2013 at 12:59:36AM -0300, Mauro Carvalho Chehab wrote: > Fix key release for Fn keys with Samsung series 5 > > Samsung series 5 notebooks don't produce release events for certain > keys (Fn+F1, Fn+F11, Fn+F12 and Fn Lock). Add those keys at the release > fixup table. As I mentioned, the force release should be handled by udev instead of adding kernel driver quirk. Thanks. -- Dmitry