meta-raspberrypi: AGL support for Raspberry Pi
[AGL/meta-agl.git] / meta-agl-bsp / meta-raspberrypi / recipes-kernel / linux / linux-raspberrypi / 0002-faytech-fix-rpi.patch
1 From f9fefc63456dd50eeec727ae2fbc13b0d84eb44e Mon Sep 17 00:00:00 2001
2 From: Tom Pollard <tom.pollard@codethink.co.uk>
3 Date: Wed, 6 Apr 2016 07:47:25 +0000
4 Subject: [PATCH 1/1] Fix lack of touch up for Faytech 10" Touchscreen MonitorV2
5
6 NOTE: This is a very temporary hack that is not in a state to be upstreamed yet.
7 ---
8 Index: a/drivers/hid/hid-multitouch.c
9 ===================================================================
10 --- a/drivers/hid/hid-multitouch.c      2016-07-05 08:45:06.006466000 +0000
11 +++ b/drivers/hid/hid-multitouch.c      2016-07-05 08:48:44.574466000 +0000
12 @@ -205,7 +205,6 @@
13         { .name = MT_CLS_WIN_8,
14                 .quirks = MT_QUIRK_ALWAYS_VALID |
15                         MT_QUIRK_IGNORE_DUPLICATES |
16 -                       MT_QUIRK_HOVERING |
17                         MT_QUIRK_CONTACT_CNT_ACCURATE },
18         { .name = MT_CLS_EXPORT_ALL_INPUTS,
19                 .quirks = MT_QUIRK_ALWAYS_VALID |
20 @@ -396,11 +395,6 @@
21                         td->is_buttonpad = true;
22  
23                 break;
24 -       case 0xff0000c5:
25 -               /* Retrieve the Win8 blob once to enable some devices */
26 -               if (usage->usage_index == 0)
27 -                       mt_get_feature(hdev, field->report);
28 -               break;
29         }
30  }
31  
32 -- 
33 1.9.1