Hi Per-Arne, > We are looking for a sniffer similar to the Windows variant SniffUSB.exe. > And description below is my view of what we are doing with the USB (I'm not > aware of all details): > > - Using fxload and EZ-USB.hex to load our custom designed "driver" > - We are running our application on a server machine with Fedora Core 2 with > kernel > 2.6.5-1.358smp > - "Device": Cypress Semiconductor with vendor Id 0x0547 installed as a > custom device
if you use the libusb then you can use the module param usbfs_snoop and let the USB core dump your URBs into the kernel log. If you need that stuff for VMware USB devices then you need an additional patch that can dump the URBs too. I wrote one some time ago, but never submitted it for inclusion. Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
