commit | b3864cedfb576e11d2f9274f14a24840d8b569c3 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon Jul 19 09:40:43 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:42 2010 -0700 |
tree | 0aa873cdb6c3a87ea33b20feb3598628ef3fe2cf | |
parent | e7a9ff54271bf0ddbf641e5a0bde3ebda35808be [diff] |
USB: s3c-hsotg: Re-initialise all FIFOs on USB bus reset The USB documentation suggest that the FIFOs should be reset when a bus reset event happens. Use the s3c_hsotg_init_fifo() to ensure that the FIFO layout is correct and that the FIFOs are flushed before acknowledging the reset. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>