[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1300842244-42723-3-git-send-email-jeffbrown@android.com>
Date: Tue, 22 Mar 2011 18:04:02 -0700
From: Jeff Brown <jeffbrown@...roid.com>
To: linux-input@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Jeff Brown <jeffbrown@...gle.com>,
jeffbrown@...roid.com
Subject: [PATCH 2/4] hid: hid-input: Remove obsolete default events per packet setting.
From: Jeff Brown <jeffbrown@...gle.com>
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@...roid.com
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists