On Tue, 24 Jul 2007, Ron Gage wrote:

> I have made the entire SnoopyPro capture file available on my web site:  
> http://www.rongage.org/xyloc.usblog

Consider URB #10 as a good example.  The information for the "up" part 
says that the Setup packet consists of:

  c2 00 ac 53 00 00 08 00

That's what you need to use: bRequestType = 0xc2, bRequest = 0x00, 
wValue = 0x53ac, wIndex = 0, wLength = 8.

Alan Stern


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to