diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-02-05 16:48:13 (GMT) |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-02-05 16:48:13 (GMT) |
commit | 1c010ff8912cbc08d80e865aab9c32b6b00c527d (patch) | |
tree | d15ffa2f9db8a0768b5cefc321398d49d8886766 /Makefile | |
parent | fc76be434d90bcd57a0ea6b93a2e66a3fec4b664 (diff) | |
download | linux-fsl-qoriq-1c010ff8912cbc08d80e865aab9c32b6b00c527d.tar.xz |
i2c-tiny-usb: Fix on big-endian systems
The functionality bit vector is always returned as a little-endian
32-bit number by the device, so it must be byte-swapped to the host
endianness.
On the other hand, the delay value is handled by the USB stack, so no
byte swapping is needed on our side.
This fixes bug #15105:
http://bugzilla.kernel.org/show_bug.cgi?id=15105
Reported-by: Jens Richter <jens@richter-stutensee.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Jens Richter <jens@richter-stutensee.de>
Cc: Till Harbaum <till@harbaum.org>
Cc: stable@kernel.org
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions