commit | 2e0e0777ec2ea1cb5461bded2c09573a9d778622 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue May 25 05:36:51 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 04 13:16:19 2010 -0700 |
tree | 3482e6aa8e2163893a759e189f03846ac15920bc | |
parent | 0f002d200598918f5058dfcfda3da46f29019765 [diff] |
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>