On Sat, 8 Apr 2006, ashili wrote:
> I am able submit URBs for bulk out and bulk in
> endpoints for sending & recieving data from USB device
> (which is Net2280 for now); but I am seeing the
> following limitation. I know Net2280 sends me 5 data
> packets on bulk-in endpoint for every request I sub
I am able submit URBs for bulk out and bulk in
endpoints for sending & recieving data from USB device
(which is Net2280 for now); but I am seeing the
following limitation. I know Net2280 sends me 5 data
packets on bulk-in endpoint for every request I submit
on bulk out endpoint ; but I am able to r
HI Alan:
It helped; thanks much.
I notice there are 2 ioctls for reapurb (with and
without timeout).
-ashili
--- Alan Stern <[EMAIL PROTECTED]> wrote:
> On Sun, 26 Mar 2006, ashili wrote:
>
> > I am using devio.c interface to talk to usb
> device. I
> > cannot make the SUBMIT_URB for bulk-i
On Sun, 26 Mar 2006, ashili wrote:
> I am using devio.c interface to talk to usb device. I
> cannot make the SUBMIT_URB for bulk-in endpoint work.
> Here is what I am doing in my user space app.
> ---Open devnode, read descriptors, send ioctl for "set
> configuration", I get the return values 0 (s
I am using devio.c interface to talk to usb device. I
cannot make the SUBMIT_URB for bulk-in endpoint work.
Here is what I am doing in my user space app.
---Open devnode, read descriptors, send ioctl for "set
configuration", I get the return values 0 (success).
Set the realtime signal hander fo