USB: s3c-hsotg: SoftDisconnect minimum 3ms
authorBen Dooks <ben-linux@fluff.org>
Tue, 25 May 2010 04:36:51 +0000 (05:36 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Jun 2010 20:16:19 +0000 (13:16 -0700)
commit2e0e0777ec2ea1cb5461bded2c09573a9d778622
tree3482e6aa8e2163893a759e189f03846ac15920bc
parent0f002d200598918f5058dfcfda3da46f29019765
USB: s3c-hsotg: SoftDisconnect minimum 3ms

The shortest period SoftDisconnect can be asserted for is 3 milliseconds
according to the V210 datasheet, so ensure that we add an msleep() to
the registration code to enforce this.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/s3c-hsotg.c