Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1366688

Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume

From Benson Leung <bleung@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume
Date 2016-03-29 22:40 +0200
Message-ID <ri8AG-32i-7@gated-at.bofh.it> (permalink)
References <ri8hk-2Tk-35@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Gabriele,

Thanks for the fix!

On Tue, Mar 29, 2016 at 1:10 PM, Gabriele Mazzotta
<gabriele.mzt@gmail.com> wrote:
> input_mt_get_slot_by_key() requires input_mt_sync_frame() to be called
> at each frame. Do it when releasing the touches, or else we won't get
> a proper slot number after mt_reset_resume().
>
> Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>

Reviewed-by: Benson Leung <bleung@chromium.org>

> ---
>  drivers/hid/hid-multitouch.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
> index 25d3c43..c741f5e 100644
> --- a/drivers/hid/hid-multitouch.c
> +++ b/drivers/hid/hid-multitouch.c
> @@ -1169,6 +1169,7 @@ static void mt_release_contacts(struct hid_device *hid)
>                                                            MT_TOOL_FINGER,
>                                                            false);
>                         }
> +                       input_mt_sync_frame(input_dev);
>                         input_sync(input_dev);
>                 }
>         }
> --
> 2.8.0.rc3
>



-- 
Benson Leung
Senior Software Engineer, Chrom* OS
bleung@chromium.org

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] HID: multitouch: Synchronize MT frame on reset_resume Gabriele Mazzotta <gabriele.mzt@gmail.com> - 2016-03-29 22:20 +0200
  Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume Benson Leung <bleung@chromium.org> - 2016-03-29 22:40 +0200
  Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-03-30 09:50 +0200
  Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume Jiri Kosina <jikos@kernel.org> - 2016-04-01 11:40 +0200

csiph-web