Re: USB SET_DESCRIPTOR_TO_DEVICE ??
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sat, 03 Nov 2007 23:51:57 GMT
grg183 <grgsaliba@xxxxxxxxx> wrote:
I am trying to reverse engineer a usb driver and am using libusb. I'm
stuck on the urb below (snoopypro log) ...I cannot seem to find any
information about the SET_DESCRIPTOR_TO_DEVICE function.
Well, it's in the USB spec.
SetupPacket:
0000: 00 07 14 03 09 04 02 00
This is trying to set string descriptor (0x03) number 20 (0x14) in the US
English language (0x0409) to a one-character (2 byte) string.
It is a standard request, but I have to admit that I have never encountered
a device that implemented it. Most devices consider their descriptors to
be read-only.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- Re: USB SET_DESCRIPTOR_TO_DEVICE ??
- From: grg183
- Re: USB SET_DESCRIPTOR_TO_DEVICE ??
- References:
- USB SET_DESCRIPTOR_TO_DEVICE ??
- From: grg183
- USB SET_DESCRIPTOR_TO_DEVICE ??
- Prev by Date: Re: Write own linux printing driver
- Next by Date: Re: async i/o question
- Previous by thread: USB SET_DESCRIPTOR_TO_DEVICE ??
- Next by thread: Re: USB SET_DESCRIPTOR_TO_DEVICE ??
- Index(es):
Relevant Pages
|