]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
usb: cp210x: Corrected USB request type definitions
authorPreston Fick <pffick@gmail.com>
Tue, 1 May 2012 04:06:48 +0000 (23:06 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 20:42:43 +0000 (13:42 -0700)
commit32445605fc2ff967326c14156f199e620ed81c10
tree8d9b3cc81e7941c74c3eab0b0c7423d1a04df55a
parentaadd6472d904c374e31c952fbf634e21e28807e0
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>
drivers/usb/serial/cp210x.c