VirtualBox

Ticket #13085: flooding.patch

File flooding.patch, 599 bytes (added by sergiomb, 10 years ago)

flooding patch for kernl 3.15

  • drivers/usb/core/devio.c

    Signed-off-by: Oliver Neukum <oneu...@suse.de>
    CC: stable@vger.kernel.org
    for kernel 3.15
    ---
     drivers/usb/core/devio.c | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    a b static int proc_do_submiturb(struct usb_  
    15091509        u = (is_in ? URB_DIR_IN : URB_DIR_OUT);
    15101510        if (uurb->flags & USBDEVFS_URB_ISO_ASAP)
    15111511                u |= URB_ISO_ASAP;
    1512         if (uurb->flags & USBDEVFS_URB_SHORT_NOT_OK)
     1512        if (uurb->flags & USBDEVFS_URB_SHORT_NOT_OK && is_in)
    15131513                u |= URB_SHORT_NOT_OK;
    15141514        if (uurb->flags & USBDEVFS_URB_NO_FSBR)
    15151515                u |= URB_NO_FSBR;

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy