Re: [linux-usb-devel] Re: USBMon for kernel 2.4.20

2004-06-07 Thread David Brownell
Pete Zaitcev wrote: From that angle, the tracing has to be in fact placed into HC drivers, not into USB core (with attendant increase in overhead, I grant). Placing it into usbfs borders on useless. The USB core might be a good compromise if HC drivers are considered sufficiently solid. That's true

[linux-usb-devel] Re: USBMon for kernel 2.4.20

2004-06-04 Thread Greg KH
On Fri, Jun 04, 2004 at 11:46:42AM -0700, Pete Zaitcev wrote: > On Fri, 4 Jun 2004 10:54:07 -0700 > Greg KH <[EMAIL PROTECTED]> wrote: > > > As you already have the source code for the driver, it's probably much > > easier just to modify the driver to have it spit out what it is doing > > than try

[linux-usb-devel] Re: USBMon for kernel 2.4.20

2004-06-04 Thread Pete Zaitcev
On Fri, 4 Jun 2004 10:54:07 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > As you already have the source code for the driver, it's probably much > easier just to modify the driver to have it spit out what it is doing > than trying to intrepret a USB stream separate from the driver. I do not agree. T