RE: [linux-usb-devel] lsusb (usbutils-0.11) Lang ID is zero

2003-01-23 Thread BLACKSON Jim
Hi Tom, Here is a patch to lsusb.c (usbutils-0.11) to include the language ID in a get string request, rather than using zero. Hope this helps, jim. > <> --- usbutils-0.11-backup/lsusb.cTue Aug 6 15:35:21 2002 +++ usbutils-0.11-new/lsusb.c Thu Jan 23 15:06:49 2003 @@ -134,7 +134,7

Re: [linux-usb-devel] lsusb (usbutils-0.11) Lang ID is zero

2003-01-22 Thread Randy.Dunlap
On Wed, 22 Jan 2003, BLACKSON Jim wrote: | The get_string routine of lsusb does not include the language ID in the USB | request to get the string. Instead, get_string is setting the language ID | field of the request to zero. Is there some reason for this? | | Section 9.4.3 of the USB 2.0 spec

[linux-usb-devel] lsusb (usbutils-0.11) Lang ID is zero

2003-01-22 Thread BLACKSON Jim
Hi, The get_string routine of lsusb does not include the language ID in the USB request to get the string. Instead, get_string is setting the language ID field of the request to zero. Is there some reason for this? Section 9.4.3 of the USB 2.0 spec says this field should be the LANGID. See a