From patchwork Mon Jun 14 08:25:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Rydberg X-Patchwork-Id: 105880 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o5E8Pn7U006102 for ; Mon, 14 Jun 2010 08:25:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754573Ab0FNIZs (ORCPT ); Mon, 14 Jun 2010 04:25:48 -0400 Received: from ch-smtp03.sth.basefarm.net ([80.76.149.214]:54236 "EHLO ch-smtp03.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753023Ab0FNIZs (ORCPT ); Mon, 14 Jun 2010 04:25:48 -0400 Received: from c83-248-196-134.bredband.comhem.se ([83.248.196.134]:44005 helo=alnilam) by ch-smtp03.sth.basefarm.net with smtp (Exim 4.68) (envelope-from ) id 1OO4yw-0003e6-CD; Mon, 14 Jun 2010 10:25:25 +0200 Received: by alnilam (sSMTP sendmail emulation); Mon, 14 Jun 2010 10:25:19 +0200 From: "Henrik Rydberg" To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Kosina , Mika Kuoppala , Benjamin Tissoires , Rafi Rubin , Henrik Rydberg Subject: [PATCH] input: bcm5974: Set the average number of events per MT event packet Date: Mon, 14 Jun 2010 10:25:16 +0200 Message-Id: <1276503916-5013-1-git-send-email-rydberg@euromail.se> X-Mailer: git-send-email 1.6.3.3 X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1OO4yw-0003e6-CD. X-Scan-Signature: ch-smtp03.sth.basefarm.net 1OO4yw-0003e6-CD 93c121459a8924a111535d274e1bca49 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 14 Jun 2010 08:25:49 +0000 (UTC) diff --git a/drivers/input/mouse/bcm5974.c b/drivers/input/mouse/bcm5974.c index 6dedded..84094bb 100644 --- a/drivers/input/mouse/bcm5974.c +++ b/drivers/input/mouse/bcm5974.c @@ -312,6 +312,8 @@ static void setup_events_to_report(struct input_dev *input_dev, __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); __set_bit(BTN_TOOL_QUADTAP, input_dev->keybit); __set_bit(BTN_LEFT, input_dev->keybit); + + input_set_events_per_packet(input_dev, 60); } /* report button data as logical button state */