Re: [linux-usb-devel] UsbDevFs bulk read/write transfer patch

2004-10-07 Thread Manuel Odendahl
On Thu, 7 Oct 2004, Manuel Odendahl wrote: > Here is the new patch. I forgot to attach the file, sorry. Manuel--- devio-old.c Thu Oct 7 14:27:00 2004 +++ devio.c Thu Oct 7 14:23:28 2004 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Softw

Re: [linux-usb-devel] UsbDevFs bulk read/write transfer patch

2004-10-07 Thread Manuel Odendahl
Hi! On Thu, 7 Oct 2004, Duncan Sands wrote: > No, you do one ioctl, sending 64k. The host controller will indeed > send it in 32 byte bits, but that's not your problem. As Duncan pointed out, my approach was badly flawed, as indeed partitioning the bulk request in the kernel instead of leaving i

[linux-usb-devel] UsbDevFs bulk read/write transfer patch

2004-10-07 Thread Manuel Odendahl
approprietaly to/from userland. Manuel Odendahl--- devio-old.c 2003-11-28 19:26:20.0 +0100 +++ devio.c 2004-10-07 10:03:19.0 +0200 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA