On Thu, 18 May 2006 11:40:01 -0700, Micah Dowty <[EMAIL PROTECTED]> wrote:

> 3. Isochronous transfers had a higher arbitrary buffer size
>     limit than bulk/interrupt transfers. Isochronous transfers
>     now use MAX_USBFS_BUFFER_SIZE, which has been raised to 32K.

Excuse me! This was not part of the deal. Here's what you proposed
originally:

> From: "Micah Dowty" <[EMAIL PROTECTED]>
> To: <linux-usb-devel@lists.sourceforge.net>
> Subject: [linux-usb-devel] Artificial limits in usbfs
> Date: Tue, 16 May 2006 15:00:52 -0700

> Some months ago I raised my concerns about artificial
> limits in usbfs, by submitting two very simple patches:
> 
> http://article.gmane.org/gmane.linux.usb.devel/40811
> http://article.gmane.org/gmane.linux.usb.devel/40812
>[...]
> 1.
>    /* min 8 byte setup packet, max arbitrary */
>    if (uurb->buffer_length < 8 || uurb->buffer_length > PAGE_SIZE)
>            return -EINVAL;
> 
> 2.
>    if (isopkt[u].length > 1023) {
>            kfree(isopkt);
>            return -EINVAL;
>    }

Neither of the above tries to bust MAX_USBFS_BUFFER_SIZE. Why don't
you just come clean with your real aim?

Even if Greg eats the patch as such, you'd need to provide a better
explanation paragraph.

-- Pete


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to