linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How do I find updates to the USB HID usage tables?
@ 2008-12-11 15:16 Jim Gettys
  2008-12-11 15:35 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Gettys @ 2008-12-11 15:16 UTC (permalink / raw)
  To: linux-input, linux-usb

Specifically, I'm trying to find definitions for new digitizer page
report fields not found in the USB serial bus HID usage tables v. 1.12
(the latest on the USB web site).

The fields of interest have values of 0x47, 0x48, and 0x49, that are in
the reserved area of the digitizer's page in the 1.12 document.

			Thanks,
				- Jim Gettys

-- 
Jim Gettys <jg@laptop.org>
One Laptop Per Child


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 15:16 How do I find updates to the USB HID usage tables? Jim Gettys
@ 2008-12-11 15:35 ` Greg KH
  2008-12-11 16:01   ` Jim Gettys
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2008-12-11 15:35 UTC (permalink / raw)
  To: Jim Gettys; +Cc: linux-input, linux-usb

On Thu, Dec 11, 2008 at 10:16:46AM -0500, Jim Gettys wrote:
> Specifically, I'm trying to find definitions for new digitizer page
> report fields not found in the USB serial bus HID usage tables v. 1.12
> (the latest on the USB web site).
> 
> The fields of interest have values of 0x47, 0x48, and 0x49, that are in
> the reserved area of the digitizer's page in the 1.12 document.

If they are "reserved" they shouldn't be used.
Are you sure they are being used in a proper way and the device isn't
just using the HID name to make it easier to write a userspace windows
driver?

I can go dig through any pre-released specs that are availble if you
think it is something that is being used properly.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 15:35 ` Greg KH
@ 2008-12-11 16:01   ` Jim Gettys
  2008-12-11 21:03     ` Jiri Kosina
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Gettys @ 2008-12-11 16:01 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-input, linux-usb

On Thu, 2008-12-11 at 07:35 -0800, Greg KH wrote:
> On Thu, Dec 11, 2008 at 10:16:46AM -0500, Jim Gettys wrote:
> > Specifically, I'm trying to find definitions for new digitizer page
> > report fields not found in the USB serial bus HID usage tables v. 1.12
> > (the latest on the USB web site).
> > 
> > The fields of interest have values of 0x47, 0x48, and 0x49, that are in
> > the reserved area of the digitizer's page in the 1.12 document.
> 
> If they are "reserved" they shouldn't be used.
> Are you sure they are being used in a proper way and the device isn't
> just using the HID name to make it easier to write a userspace windows
> driver?

They are adjacent to the values that are allocated in the 1.12 spec; the
USB web site describes a process for asking for new fields to be defined
in that space.

Whether they are being used properly, is what I'd like to ensure; I have
a comment or two in the report data structure source I have that would
give me insight as to whether they are using them correctly.  If not, I
want to complain at them...

> 
> I can go dig through any pre-released specs that are availble if you
> think it is something that is being used properly.
> 
That would be greatly appreciated.  The values are all in the digitizer
page.

>
> The fields of interest have values of 0x47, 0x48, and 0x49, that are
> in the reserved area of the digitizer's page in the 1.12 document.

Thanks,
                   - Jim



-- 
Jim Gettys <jg@laptop.org>
One Laptop Per Child


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 16:01   ` Jim Gettys
@ 2008-12-11 21:03     ` Jiri Kosina
  2008-12-11 21:48       ` Jim Gettys
  0 siblings, 1 reply; 7+ messages in thread
From: Jiri Kosina @ 2008-12-11 21:03 UTC (permalink / raw)
  To: Jim Gettys; +Cc: Greg KH, linux-input, linux-usb

On Thu, 11 Dec 2008, Jim Gettys wrote:

> Whether they are being used properly, is what I'd like to ensure; I have 
> a comment or two in the report data structure source I have that would 
> give me insight as to whether they are using them correctly.  If not, I 
> want to complain at them...

Well, if they are reserved in 1.12 HUT, I doubt there is any usage that 
can be considered correct.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 21:03     ` Jiri Kosina
@ 2008-12-11 21:48       ` Jim Gettys
  2008-12-11 22:07         ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Gettys @ 2008-12-11 21:48 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Greg KH, linux-input, linux-usb

The USB web site on

http://www.usb.org/developers/hidpage/question/

refers to a process for how new values are assigned (answer to question
2.b); it talks about some "HID web page" where some such additions may
be put until some annual update of the document: of course, version 1.12
is 2004, so who knows what may be lurking on some mythical USB page, if
anything...  
                  - Jim

On Thu, 2008-12-11 at 22:03 +0100, Jiri Kosina wrote:
> On Thu, 11 Dec 2008, Jim Gettys wrote:
> 
> > Whether they are being used properly, is what I'd like to ensure; I have 
> > a comment or two in the report data structure source I have that would 
> > give me insight as to whether they are using them correctly.  If not, I 
> > want to complain at them...
> 
> Well, if they are reserved in 1.12 HUT, I doubt there is any usage that 
> can be considered correct.
> 
-- 
Jim Gettys <jg@laptop.org>
One Laptop Per Child


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 21:48       ` Jim Gettys
@ 2008-12-11 22:07         ` Greg KH
  2008-12-19 18:33           ` Jim Gettys
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2008-12-11 22:07 UTC (permalink / raw)
  To: Jim Gettys; +Cc: Jiri Kosina, linux-input, linux-usb

On Thu, Dec 11, 2008 at 04:48:35PM -0500, Jim Gettys wrote:
> The USB web site on
> 
> http://www.usb.org/developers/hidpage/question/
> 
> refers to a process for how new values are assigned (answer to question
> 2.b); it talks about some "HID web page" where some such additions may
> be put until some annual update of the document: of course, version 1.12
> is 2004, so who knows what may be lurking on some mythical USB page, if
> anything...  

There are no outstanding HID documents currently under review from the
USB IF that I could find by poking around the member side of usb.org.

So sorry, I couldn't find anything.

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How do I find updates to the USB HID usage tables?
  2008-12-11 22:07         ` Greg KH
@ 2008-12-19 18:33           ` Jim Gettys
  0 siblings, 0 replies; 7+ messages in thread
From: Jim Gettys @ 2008-12-19 18:33 UTC (permalink / raw)
  To: Greg KH; +Cc: Jiri Kosina, linux-input, linux-usb


It appears Microsoft is proposing the usages (dunno if they have
formally submitted them to the USB standards folks yet).

There are some documents (dated November) you can find by searching the
Microsoft web site for "multi-touch"; just found them today.  There
wasn't anything when I went looking in October.

The most clearly applicable is:
http://www.microsoft.com/whdc/device/input/DigitizerDrvs_touch.mspx

I'll go over them and confirm that they are consistent with the device I
have...
                          - Jim

On Thu, 2008-12-11 at 14:07 -0800, Greg KH wrote:
> On Thu, Dec 11, 2008 at 04:48:35PM -0500, Jim Gettys wrote:
> > The USB web site on
> > 
> > http://www.usb.org/developers/hidpage/question/
> > 
> > refers to a process for how new values are assigned (answer to question
> > 2.b); it talks about some "HID web page" where some such additions may
> > be put until some annual update of the document: of course, version 1.12
> > is 2004, so who knows what may be lurking on some mythical USB page, if
> > anything...  
> 
> There are no outstanding HID documents currently under review from the
> USB IF that I could find by poking around the member side of usb.org.
> 
> So sorry, I couldn't find anything.
> 
> greg k-h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Jim Gettys <jg@laptop.org>
One Laptop Per Child


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-19 18:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 15:16 How do I find updates to the USB HID usage tables? Jim Gettys
2008-12-11 15:35 ` Greg KH
2008-12-11 16:01   ` Jim Gettys
2008-12-11 21:03     ` Jiri Kosina
2008-12-11 21:48       ` Jim Gettys
2008-12-11 22:07         ` Greg KH
2008-12-19 18:33           ` Jim Gettys

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).