X86 platform drivers
 help / color / mirror / Atom feed
From: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
To: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: platform-driver-x86@vger.kernel.org, Matthew Garrett <mjg@redhat.com>
Subject: Re: [PATCH 1/2] classmate-laptop: add missing input_sync call
Date: Tue, 30 Nov 2010 16:50:55 -0200	[thread overview]
Message-ID: <20101130185055.GD3885@barata.holoscopio.com> (raw)
In-Reply-To: <1291141843-8807-1-git-send-email-herton@mandriva.com.br>

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

On Tue, Nov 30, 2010 at 04:30:42PM -0200, Herton Ronaldo Krzesinski wrote:
> Add missing input_sync call in cmpc_keys_handler function.
> 
> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
> Cc: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
> ---
>  drivers/platform/x86/classmate-laptop.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/platform/x86/classmate-laptop.c b/drivers/platform/x86/classmate-laptop.c
> index 341cbfe..b714c6a 100644
> --- a/drivers/platform/x86/classmate-laptop.c
> +++ b/drivers/platform/x86/classmate-laptop.c
> @@ -655,6 +655,7 @@ static void cmpc_keys_handler(struct acpi_device *dev, u32 event)
>  		code = cmpc_keys_codes[event & 0x0F];
>  	inputdev = dev_get_drvdata(&dev->dev);;
>  	input_report_key(inputdev, code, !(event & 0x10));
> +	input_sync(inputdev);
>  }
>  
>  static void cmpc_keys_idev_init(struct input_dev *inputdev)
> -- 
> 1.7.3.2
> 

Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2010-11-30 18:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 18:30 [PATCH 1/2] classmate-laptop: add missing input_sync call Herton Ronaldo Krzesinski
2010-11-30 18:30 ` [PATCH 2/2] classmate-laptop: little optimization for cmpc_rfkill_block Herton Ronaldo Krzesinski
2010-11-30 18:54   ` Thadeu Lima de Souza Cascardo
2010-11-30 18:50 ` Thadeu Lima de Souza Cascardo [this message]
2010-12-06 22:03 ` [PATCH 1/2] classmate-laptop: add missing input_sync call Matthew Garrett

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=20101130185055.GD3885@barata.holoscopio.com \
    --to=cascardo@holoscopio.com \
    --cc=herton@mandriva.com.br \
    --cc=mjg@redhat.com \
    --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