From: Jeff Brown <jeffbrown@xxxxxxxxxx> The hardcoded default is no longer needed because the input core now calculates an appropriate value when the input device is registered. Signed-off-by: jeffbrown@xxxxxxxxxxx --- drivers/hid/hid-input.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 33dde87..4b348e0 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -665,10 +665,6 @@ mapped: input_abs_set_res(input, usage->code, hidinput_calc_abs_res(field, usage->code)); - - /* 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 && -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html