Re: [PATCH] usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling
From: Mathias Nyman
Date: Mon Jun 01 2026 - 07:18:56 EST
On 5/29/26 12:11, Michal Pecio wrote:
This URB flag was never supposed to have any effect on isoc endpoints.
No kernel code uses the flag except usb_sg_init(), on non-isoc only.
USBFS can't use it on isoc because proc_do_submiturb() rejects it.
Signed-off-by: Michal Pecio <michal.pecio@xxxxxxxxx>
Added, Thanks
-Mathias