[PATCH] usbfs: Increase arbitrary limit for USB 3 isopkt length

2013-05-24 Thread Federico Manzan
= 49152 byte Signed-off-by: Federico Manzan --- drivers/usb/core/devio.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index caefc80..7ac137e 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c

Re: [PATCH] usbfs: Increase arbitrary limit for USB 3 isopkt length

2013-05-24 Thread Federico Manzan
limit, so I modify in this way, soon. Federico Manzan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH v2] usbfs: Increase arbitrary limit for USB 3 isopkt length

2013-05-24 Thread Federico Manzan
= 49152 byte Acked-by: Alan Stern Signed-off-by: Federico Manzan --- Changes from v1: - fixed comment style - changed length value according to the comment drivers/usb/core/devio.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/usb/core/devio.c b/drivers