On Thu, 10 Mar 2005, Glen Harris wrote:

> I've speen two weeks on this, and exhausted every possibility except for
> a hardware sniffer. I can't see why devio.c can't be modified to dump the
> data, but I'm not familiar with the USB protocol and need help to extract
> the payload from the buffer,

If you still want to extract the firmware data as it goes through usbfs, 
you get do so near the end of the proc_do_submiturb() routine in devio.c.  
Following the call to copy_from_user(), the data is available in 
as->urb->transfer_buffer.

Alan Stern



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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