From: Frank Praznik Date: Sun, 14 Sep 2014 15:56:38 +0000 (-0400) Subject: HID: sony: Corrections for the DualShock 4 HID descriptor X-Git-Tag: fixes-for-v3.18-merge-window~27^2^6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb291cbd3f9f7bd5873f112a6924b650440779c6;p=pandora-kernel.git HID: sony: Corrections for the DualShock 4 HID descriptor Fix a few minor issues in the HID descriptor: - A 6 bit entry had a logical maximum of 255 when the largest it can be is 63. - A logical max value was incorrectly being set to -1 instead of 255. - Set the min/max of the gyroscopes to -8192/8191 as that is the range of values which represent the true controller orientation. Any values beyond those extents are just noise. Signed-off-by: Frank Praznik Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed