|
@@ -534,6 +534,9 @@ mapped:
|
|
|
input_set_abs_params(input, usage->code, a, b, (b - a) >> 8, (b - a) >> 4);
|
|
|
else input_set_abs_params(input, usage->code, a, b, 0, 0);
|
|
|
|
|
|
+ /* use a larger default input buffer for MT devices */
|
|
|
+ if (usage->code == ABS_MT_POSITION_X && input->hint_events_per_packet == 0)
|
|
|
+ input_set_events_per_packet(input, 60);
|
|
|
}
|
|
|
|
|
|
if (usage->type == EV_ABS &&
|