Re: [PATCH 1/2] USB: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone

2013-12-12 Thread Matt Porter
On Fri, Dec 06, 2013 at 02:35:23PM -0600, Felipe Balbi wrote: > Hi, > > On Fri, Dec 06, 2013 at 01:03:44PM +0100, Robert Baldyga wrote: > > This patch set maximum possible maxpacket value for each speed. Previous > > values didn't allow to use maxpacket sizes greater than 64 in full speed > > and

Re: [PATCH 1/2] USB: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone

2013-12-06 Thread Felipe Balbi
Hi, On Fri, Dec 06, 2013 at 01:03:44PM +0100, Robert Baldyga wrote: > This patch set maximum possible maxpacket value for each speed. Previous > values didn't allow to use maxpacket sizes greater than 64 in full speed > and 512 in high speed, although hardware is able to handle up to 1023 in fs >

[PATCH 1/2] USB: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone

2013-12-06 Thread Robert Baldyga
This patch set maximum possible maxpacket value for each speed. Previous values didn't allow to use maxpacket sizes greater than 64 in full speed and 512 in high speed, although hardware is able to handle up to 1023 in fs and 1024 in hs. Signed-off-by: Robert Baldyga Signed-off-by: Kyungmin Park