[PATCH 08/11] USB: s3c-hsotg: Fix max EP0 IN request length

2010-07-19 Thread Ben Dooks
The maximum length for any EP0 IN request on EP0 is 127 bytes, not 128 as the driver currently has it. Signed-off-by: Ben Dooks --- drivers/usb/gadget/s3c-hsotg.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hs

[PATCH 08/11] USB: s3c-hsotg: Fix max EP0 IN request length

2010-07-07 Thread Ben Dooks
The maximum length for any EP0 IN request on EP0 is 127 bytes, not 128 as the driver currently has it. Signed-off-by: Ben Dooks --- drivers/usb/gadget/s3c-hsotg.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hs