Re: [PATCH] USB: gadget: s3c-hsotg: fix maxpacket size

2013-10-01 Thread Felipe Balbi
Hi, On Fri, Sep 27, 2013 at 12:31:09PM +0200, Robert Baldyga wrote: > This patch changes ep maxpacket value from 512 to 1024, becouse it's needed shouldn't you use 3072 instead to cope with high bandwidth ISO endpoints ? > to handle interupt and isochronous endpoints in high-speed mode. This

Re: [PATCH] USB: gadget: s3c-hsotg: fix maxpacket size

2013-10-01 Thread Felipe Balbi
Hi, On Fri, Sep 27, 2013 at 12:31:09PM +0200, Robert Baldyga wrote: This patch changes ep maxpacket value from 512 to 1024, becouse it's needed shouldn't you use 3072 instead to cope with high bandwidth ISO endpoints ? to handle interupt and isochronous endpoints in high-speed mode. This

[PATCH] USB: gadget: s3c-hsotg: fix maxpacket size

2013-09-27 Thread Robert Baldyga
This patch changes ep maxpacket value from 512 to 1024, becouse it's needed to handle interupt and isochronous endpoints in high-speed mode. This change doesn't affect on driver functioning, becouse fifo size (3072) is still enough for the maximum transaction payload (3*1024 for high-speed

[PATCH] USB: gadget: s3c-hsotg: fix maxpacket size

2013-09-27 Thread Robert Baldyga
This patch changes ep maxpacket value from 512 to 1024, becouse it's needed to handle interupt and isochronous endpoints in high-speed mode. This change doesn't affect on driver functioning, becouse fifo size (3072) is still enough for the maximum transaction payload (3*1024 for high-speed