• David Brownell's avatar
    [PATCH] USB: fix usbfs iso interval problem · 2aad220d
    David Brownell authored
    In 2.6, ISO transfers on USB require a value for urb->interval ... which
    usbfs didn't provide (until this patch), or let user mode drivers specify.
    
    This patch initializes the urb->interval from the endpoint's descriptor,
    so ISO transfers should now work from userspace.  It also fixes a related
    problem for interrupt transfers.
    2aad220d
devio.c 32.9 KB