Searched hist:fb291cbd3f9f7bd5873f112a6924b650440779c6 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-sony.c | diff fb291cbd3f9f7bd5873f112a6924b650440779c6 Sun Sep 14 17:56:38 CEST 2014 Frank Praznik <frank.praznik@oh.rr.com> 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 <frank.praznik@oh.rr.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|