--- v3
+++ v4
@@ -10,10 +10,10 @@
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/drivers/input/input-mt.c b/drivers/input/input-mt.c
-index 44fe6f2f063c..6dcef47aac71 100644
+index 14b53dac1253b..bc710a8de3e0f 100644
--- a/drivers/input/input-mt.c
+++ b/drivers/input/input-mt.c
-@@ -197,6 +197,7 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
+@@ -198,6 +198,7 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
struct input_mt *mt = dev->mt;
struct input_mt_slot *oldest;
int oldid, count, i;
@@ -21,7 +21,7 @@
if (!mt)
return;
-@@ -215,6 +216,15 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
+@@ -216,6 +217,15 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
oldest = ps;
oldid = id;
}
@@ -37,7 +37,7 @@
count++;
}
-@@ -244,10 +254,8 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
+@@ -245,10 +255,8 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count)
input_event(dev, EV_ABS, ABS_X, x);
input_event(dev, EV_ABS, ABS_Y, y);
@@ -51,7 +51,7 @@
if (test_bit(ABS_MT_PRESSURE, dev->absbit))
input_event(dev, EV_ABS, ABS_PRESSURE, 0);
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h
-index 3b8580bd33c1..b23216cf9923 100644
+index 3b8580bd33c14..b23216cf99230 100644
--- a/include/linux/input/mt.h
+++ b/include/linux/input/mt.h
@@ -17,6 +17,7 @@
@@ -63,5 +63,5 @@
/**
* struct input_mt_slot - represents the state of an input MT slot
--
-2.36.0.550.gb090851708-goog
+2.38.0.rc1.362.ged0d419d3c-goog