Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-16 Thread randy_dunlap
On Fri, 15 Jul 2005 10:56:56 -0700 Steve Calfee wrote: > >From: Pete Zaitcev <[EMAIL PROTECTED]> > >Date: Thu, 14 Jul 2005 16:13:19 -0700 > > > >On Thu, 14 Jul 2005 14:40:41 -0700, "Steve Calfee" > ><[EMAIL PROTECTED]> wrote: > > > > > I don't know where to go from here. I kind of think maybe dis

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-15 Thread Steve Calfee
From: Pete Zaitcev <[EMAIL PROTECTED]> Date: Thu, 14 Jul 2005 16:13:19 -0700 On Thu, 14 Jul 2005 14:40:41 -0700, "Steve Calfee" <[EMAIL PROTECTED]> wrote: > I don't know where to go from here. I kind of think maybe discussing a tool > that supports a tool that supports usb driver development

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-14 Thread Pete Zaitcev
On Thu, 14 Jul 2005 14:40:41 -0700, "Steve Calfee" <[EMAIL PROTECTED]> wrote: > I don't know where to go from here. I kind of think maybe discussing a tool > that supports a tool that supports usb driver development might be getting a > little far from the use of linux-usb-devel list usage. I t

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-14 Thread Steve Calfee
From: randy_dunlap <[EMAIL PROTECTED]> > > Hi Randy, I wrote a little awk program to translate your usbmon output to a > format compatible with my html decoder. Then I ran it through the decoder. > The output is not beautiful, but it does decode the control packets that I > know about. The usb

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-13 Thread randy_dunlap
>| > >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net > > >| > >Subject: Re: [linux-usb-devel] Patch to make usbmon to print control > > >| >setup > > >| > > packets > > >| > > >| > > > > >| > >What I

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-11 Thread Steve Calfee
>On Sun, 10 Jul 2005 21:13:13 -0700 Steve Calfee wrote: > >| > >From: Pete Zaitcev <[EMAIL PROTECTED]> >| > >To: randy_dunlap <[EMAIL PROTECTED]> >| > >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net >| > >Subject: Re: [linux-usb-

Re: Fwd: Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-11 Thread Pete Zaitcev
On Mon, 11 Jul 2005 11:35:31 -0700, "Steve Calfee" <[EMAIL PROTECTED]> wrote: > >Here's the one usbmon dump that I generated and used: > >http://www.xenotime.net/linux/scripts/usbmon.out > Hi Randy, that dump is helpful. I have a couple of questions on details of > the format: You have to read

Re: Fwd: Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-11 Thread Steve Calfee
On Sun, 10 Jul 2005 21:13:13 -0700 Steve Calfee wrote: | > >From: Pete Zaitcev <[EMAIL PROTECTED]> | > >To: randy_dunlap <[EMAIL PROTECTED]> | > >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net | > >Subject: Re: [linux-usb-devel] Patch to m

Re: Fwd: Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-11 Thread randy_dunlap
On Sun, 10 Jul 2005 21:13:13 -0700 Steve Calfee wrote: | > >From: Pete Zaitcev <[EMAIL PROTECTED]> | > >To: randy_dunlap <[EMAIL PROTECTED]> | > >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net | > >Subject: Re: [linux-usb-devel] Patch to ma

RE: Fwd: Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-10 Thread Steve Calfee
>From: Pete Zaitcev <[EMAIL PROTECTED]> >To: randy_dunlap <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net >Subject: Re: [linux-usb-devel] Patch to make usbmon to print control setup > packets >X-Original-Date: Sun, 10 Jul 2005

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-10 Thread Pete Zaitcev
On Fri, 8 Jul 2005 01:00:57 -0700, randy_dunlap <[EMAIL PROTECTED]> wrote: > Few minor typo corrections to usbmon.txt below. Thanks a lot! > | +- Setup packet, if present, consists of 5 words: one of each for > bmRequestType, > or: fields This was on pur

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-08 Thread randy_dunlap
On Sat, 25 Jun 2005 14:32:59 -0700 Pete Zaitcev wrote: | Make usbmon to print Setup packets of Control transfers. This is useful | when debugging enumeration issues. Thanks, I was about to add this when you posted it. It works for me, but I'm sure that you tested it. Few minor typo corrections t

[linux-usb-devel] Patch to make usbmon to print control setup packets

2005-06-25 Thread Pete Zaitcev
Make usbmon to print Setup packets of Control transfers. This is useful when debugging enumeration issues. This is a change to the trace format which is not fully compatible. A parser has to look at the data length word now. If that word is a character like 's', read setup packet before proceeding