linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rafi Rubin <rafi@seas.upenn.edu>
To: "Stéphane Chatty" <chatty@enac.fr>
Cc: linux-input@vger.kernel.org, jkosina@suze.cz,
	Henrik Rydberg <rydberg@euromail.se>,
	Mohamed Ikbel Boulabiar <medikbel@lii-enac.fr>,
	Sebastien Hamdani <sebastien.hamdani@gmail.com>
Subject: Re: [PATCH 1/3 ] hid: Multitouch support for the N-Trig touchscreen
Date: Tue, 19 May 2009 16:16:08 -0400	[thread overview]
Message-ID: <4A131388.1030709@seas.upenn.edu> (raw)
In-Reply-To: <2DCAF4CF-1408-4C2E-9713-5BD901899953@enac.fr>

I suggest adding a comment that these usages are tentative or at least not yet mentioned in the official docs:
http://www.usb.org/developers/hidpage#HID_Usage

Anyway, very cool that you figured out all those fields.  I haven't even seen any of those codes in the 50's.

Rafi

> +    {0, 0x47, "Confidence"},
> +    {0, 0x48, "Width"},
> +    {0, 0x49, "Height"},
> +    {0, 0x51, "ContactID"},
> +    {0, 0x52, "InputMode"},
> +    {0, 0x53, "DeviceIndex"},
> +    {0, 0x54, "ContactCount"},
> +    {0, 0x55, "ContactMaximumNumber"},

> +#define HID_DG_CONFIDENCE    0x000d0047
> +#define HID_DG_WIDTH        0x000d0048
> +#define HID_DG_HEIGHT        0x000d0049
> +#define HID_DG_CONTACTID    0x000d0051
> +#define HID_DG_INPUTMODE    0x000d0052
> +#define HID_DG_DEVICEINDEX    0x000d0053
> +#define HID_DG_CONTACTCOUNT    0x000d0054
> +#define HID_DG_CONTACTMAX    0x000d0055


  reply	other threads:[~2009-05-19 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-18 22:10 [PATCH 1/3 ] hid: Multitouch support for the N-Trig touchscreen Stéphane Chatty
2009-05-19 20:16 ` Rafi Rubin [this message]
     [not found]   ` <1F279E42-BCE3-48DE-AFF3-1108BA000843@enac.fr>
2009-05-19 21:03     ` Rafi Rubin
2009-05-20  9:42       ` [PATCH 1/3 ] hid: Multitouch support for the N-Trig touchscreen [v2] Stéphane Chatty
2009-05-20 11:01         ` Jiri Kosina
2009-05-20 12:19           ` [PATCH 1/3 ] hid: Multitouch support for the N-Trig touchscreen [v3] Stéphane Chatty

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=4A131388.1030709@seas.upenn.edu \
    --to=rafi@seas.upenn.edu \
    --cc=chatty@enac.fr \
    --cc=jkosina@suze.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=medikbel@lii-enac.fr \
    --cc=rydberg@euromail.se \
    --cc=sebastien.hamdani@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).