commit | d1ab903d2552b2362339b19203c7f01c797cb316 | [log] [tgz] |
---|---|---|
author | Michael Wileczka <mikewileczka@yahoo.com> | Wed Aug 18 07:14:37 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 23 20:50:15 2010 -0700 |
tree | ca6194c3a70dac47fb86b834bdc1c01917312d8d | |
parent | 72916791cbeb9cc607ae620cfba207dea481cd76 [diff] |
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 <mikewileczka@yahoo.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>