Re: [linux-usb-devel] USB PID question....

2003-01-17 Thread Pei Liu
: Thomas Chen <[EMAIL PROTECTED]> To: Randy.Dunlap <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, January 17, 2003 5:43 AM Subject: Re: [linux-usb-devel] USB PID question >on 1/16/03 9:25 PM, Randy.Dunlap at [EMAIL PROTECTED] wrote: > >&g

Re: [linux-usb-devel] USB PID question....

2003-01-17 Thread Thomas Chen
on 1/16/03 9:25 PM, Randy.Dunlap at [EMAIL PROTECTED] wrote: > On Thu, 16 Jan 2003, Thomas Chen wrote: > > | > like you say:v > | > | so... if that is the case... from PC/host point of view... we SHOULD > | > | never send out any packet that is has OUT bit set why am i seeing > | > | BULK mes

Re: [linux-usb-devel] USB PID question....

2003-01-16 Thread Randy.Dunlap
On Thu, 16 Jan 2003, Thomas Chen wrote: | > like you say:v | > | so... if that is the case... from PC/host point of view... we SHOULD | > | never send out any packet that is has OUT bit set why am i seeing | > | BULK message being queued up with that bit set ??? | > | | > | 0x8280 | > |

Re: [linux-usb-devel] USB PID question....

2003-01-16 Thread Thomas Chen
> like you say:v > | so... if that is the case... from PC/host point of view... we SHOULD > | never send out any packet that is has OUT bit set why am i seeing > | BULK message being queued up with that bit set ??? > | > | 0x8280 > | ^ > | > | this starts happening when the usbseri

Re: [linux-usb-devel] USB PID question....

2003-01-16 Thread Randy.Dunlap
On Thu, 16 Jan 2003, thomas chen wrote: | | i am not sure if i understand the PID stuff correctly after reading | thru the code and some USB spec | | i thought from my limited reading that | OUT - Function to HOST | IN - HOST to Function OUT: host to device IN: device to host It's basically PC-

[linux-usb-devel] USB PID question....

2003-01-16 Thread thomas chen
i am not sure if i understand the PID stuff correctly after reading thru the code and some USB spec i thought from my limited reading that OUT - Function to HOST IN - HOST to Function so... if that is the case... from PC/host point of view... we SHOULD never send out any packet that is has OUT