[linux-usb-devel] Re: USB-skelton.c

2002-11-17 Thread Greg KH
On Sun, Nov 17, 2002 at 02:55:19PM -0800, shino korah wrote: > > > 2. Which will be better usb_bulk_msg() or > > > FILL_BULK_URB and the usb_submit_urb()? for > > > read/writing > > > > Depends on what you want to do. > > My goal is get a maximum possible transfer rate for > reading and writing t

[linux-usb-devel] Re: USB-skelton.c

2002-11-17 Thread Greg KH
On Fri, Nov 15, 2002 at 02:46:57PM -0800, shino korah wrote: > Hi > >I'm writing a driver based on usb-skelton.c.This is > my problem > > I need to read/write chunks of data, but in the > skel_write() function(usb-skelton.c) the maximum data > I can read/write is 512.What is teh best way to