From: Michael Wileczka Date: Wed, 18 Aug 2010 14:14:37 +0000 (-0700) Subject: USB: ftdi_sio: fix endianess of max packet size X-Git-Tag: v2.6.36-rc3~41^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ab903d2552b2362339b19203c7f01c797cb316;p=pandora-kernel.git USB: ftdi_sio: fix endianess of max packet size The USB max packet size (always little-endian) was not being byte swapped on big-endian systems. Applicable since [USB: ftdi_sio: fix hi-speed device packet size calculation] approx 2.6.31 Signed-off-by: Michael Wileczka Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed