[linux-usb-devel] usbmon: Update pipe removal to suit my taste

2007-08-14 Thread Pete Zaitcev
This is a set of small updates to Alan's work to make the code more to my liking. Mostly premature optimizations, but also direction of control transfers in the binary interface was always out. Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> diff -urp -X dontdiff linux-2.6.23-rc3-gregkh/drivers/u

Re: [linux-usb-devel] usbmon update

2006-12-21 Thread Paolo Abeni
On Wed, 2006-12-20 at 13:40 -0800, Pete Zaitcev wrote: > But what is usbmon0 for? We do not have it implemented yet, so there's > no reason to advertise it in the class. Or is there? Actually no. I think/hope that usbmon0 will be the device for sniffing from all USB buses. I added the class_device

Re: [linux-usb-devel] usbmon update

2006-12-20 Thread Pete Zaitcev
On Mon, 18 Dec 2006 22:42:25 +0100, Paolo Abeni <[EMAIL PROTECTED]> wrote: > I have modified the usbmon patch as described in my previous mail. Now a > new device class is created: "usbmon". This class hold the sysfs entry > for usbmon devices. This entries are created dynamically when the usb > b

[linux-usb-devel] usbmon update

2006-12-18 Thread Paolo Abeni
hello, I have modified the usbmon patch as described in my previous mail. Now a new device class is created: "usbmon". This class hold the sysfs entry for usbmon devices. This entries are created dynamically when the usb buses are registered, and destroyed accordingly. The whole thing integrate ni