commit | 32445605fc2ff967326c14156f199e620ed81c10 | [log] [tgz] |
---|---|---|
author | Preston Fick <pffick@gmail.com> | Mon Apr 30 23:06:48 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 02 13:42:43 2012 -0700 |
tree | 8d9b3cc81e7941c74c3eab0b0c7423d1a04df55a | |
parent | aadd6472d904c374e31c952fbf634e21e28807e0 [diff] |
usb: cp210x: Corrected USB request type definitions The original request types in the cp210x driver are labled as "DEVICE_TO_HOST" and "HOST_TO_DEVICE" but the actual bit definition corresponds to a request to the interface. This has been corrected, and the actual definition for the device requests have been added. Signed-off-by: Preston Fick <preston.fick@silabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>