commit | 928dfa6c625c17d810ae3ee6c73dc37fc4b91bcd | [log] [tgz] |
---|---|---|
author | Li Yang <leoli@freescale.com> | Wed Sep 24 15:50:26 2008 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 17 14:41:08 2008 -0700 |
tree | c09f8b615d76f81c3db67c1b4146b477e453c7b6 | |
parent | 23d7cd040e1f43113da3e8763becf576ab86b39a [diff] |
usb/fsl_qe_udc: fix response to get status request The original code didn't respond correctly to get status request on device and endpoint. Although normal operations can work without the fix. It is not compliant with USB spec chapter9 and fails USBCV ch9 tests. The patch fix this and a few style/typo problems. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>