mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benjamin Tissoires <benjamin.tissoires@enac.fr>
To: Stephane Chatty <chatty@enac.fr>,
	Henrik Rydberg <rydberg@euromail.se>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Jiri Kosina <jkosina@suse.cz>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Subject: [RFC v3 2/5] hid: set HID_MAX_FIELD at 128
Date: Fri,  7 Jan 2011 19:42:39 +0100	[thread overview]
Message-ID: <1294425762-29730-3-git-send-email-benjamin.tissoires@enac.fr> (raw)
In-Reply-To: <1294425762-29730-1-git-send-email-benjamin.tissoires@enac.fr>

Stantums multitouch panels sends more than 64 reports and this results
in not being able to handle all the touches given by this device.

This patch is required to be able to include Stantum panels in the
unified hid-multitouch driver.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Acked-by: Henrik Rydberg <rydberg@euromail.se>
---
 include/linux/hid.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/hid.h b/include/linux/hid.h
index 75303b0..b76af97 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -402,7 +402,7 @@ struct hid_field {
 	__u16 dpad;			/* dpad input code */
 };
 
-#define HID_MAX_FIELDS 64
+#define HID_MAX_FIELDS 128
 
 struct hid_report {
 	struct list_head list;
-- 
1.7.3.4


  parent reply	other threads:[~2011-01-07 18:43 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 18:42 [RFC v3 0/5] hid-multitouch: a first step towards multitouch unification Benjamin Tissoires
2011-01-07 18:42 ` [RFC v3 1/5] hid: add feature_mapping callback Benjamin Tissoires
2011-01-07 18:59   ` Henrik Rydberg
2011-01-07 19:09     ` Benjamin Tissoires
2011-01-07 18:42 ` Benjamin Tissoires [this message]
2011-01-07 18:42 ` [RFC v3 3/5] hid-multitouch: support for PixCir-based panels Benjamin Tissoires
2011-01-07 19:49   ` Henrik Rydberg
2011-01-10 19:10     ` Benjamin Tissoires
2011-01-11 13:00       ` Henrik Rydberg
2011-01-11 13:53         ` Benjamin Tissoires
2011-01-11 15:10           ` Benjamin Tissoires
2011-01-07 18:42 ` [RFC v3 4/5] hid-multitouch: added support for Cypress TrueTouch panels Benjamin Tissoires
2011-01-07 20:00   ` Henrik Rydberg
2011-01-10 19:13     ` Benjamin Tissoires
2011-01-07 18:42 ` [RFC v3 5/5] hid-mulitouch: added support for the 'Sensing Win7-TwoFinger' Benjamin Tissoires
2011-01-07 20:03   ` Henrik Rydberg
2011-01-07 19:12 ` [RFC v3 0/5] hid-multitouch: a first step towards multitouch unification Benjamin Tissoires
2011-01-07 20:08 ` Henrik Rydberg
2011-01-07 21:06   ` Benjamin Tissoires
2011-01-07 22:58 ` Jiri Kosina
2011-01-07 23:00   ` Jiri Kosina
2011-01-08 21:25     ` Jiri Kosina
2011-01-10 18:32       ` Jiri Kosina
2011-01-10 19:24         ` Benjamin Tissoires
2011-01-11 10:37           ` Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294425762-29730-3-git-send-email-benjamin.tissoires@enac.fr \
    --to=benjamin.tissoires@enac.fr \
    --cc=chatty@enac.fr \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rydberg@euromail.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®