From: Simon Wood Date: Fri, 10 Jun 2011 10:00:27 +0000 (+0200) Subject: HID: hid-sony: fix endiannes of Sixaxis accel/gyro values X-Git-Tag: v3.1-rc1~309^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e4d87758e95ef9d78a7767e2405ebaf54adcd8;p=pandora-kernel.git HID: hid-sony: fix endiannes of Sixaxis accel/gyro values The accelerometers/gyro on the Sixaxis are reported in the wrong endianness (ie. not compatible with HID), so this patch intercepts the report and swaps the appropriate bytes over. Accelerometers are scaled with a nominal value of +/-4000 = 1G, maximum value would be around +/-32768 = 8G. Gyro on my device always reports -32768, might need some calibration set within the controller. Fix extracted from previous patch submission: https://patchwork.kernel.org/patch/95212/ Signed-off-by: Marcin Tolysz Signed-off-by: Simon Wood Signed-off-by: Antonio Ospite Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed