From: Preston Fick Date: Tue, 1 May 2012 04:06:48 +0000 (-0500) Subject: usb: cp210x: Corrected USB request type definitions X-Git-Tag: v3.5-rc1~149^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32445605fc2ff967326c14156f199e620ed81c10;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed