Re: [linux-usb-devel] ioctls in devio.c

2006-04-09 Thread Alan Stern
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

Re: [linux-usb-devel] ioctls in devio.c

2006-04-08 Thread ashili
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

Re: [linux-usb-devel] ioctls in devio.c

2006-03-29 Thread ashili
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

Re: [linux-usb-devel] ioctls in devio.c

2006-03-28 Thread Alan Stern
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

[linux-usb-devel] ioctls in devio.c

2006-03-26 Thread ashili
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