Subject: Re: Manual pages for usb
To: Lennart Augustsson <lennart@augustsson.net>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-kern
Date: 02/08/2004 19:38:26
On Saturday 07 February 2004 21:11, Lennart Augustsson wrote:
> The access macros are applicable for descriptors etc. that were recieved
> from a USB device.  The event struct is not, and it has everything
> with the right byte order.  Another way of putting it is that
> UGETW(field) should used when field hard type uWord.
>

Good point, from my tests it works exactly as you say. Maybe it would worth to 
add this comments into manual pages for usb(4) ? I guess it would save some 
valuable time for futher developers.

// wbr