summaryrefslogtreecommitdiff
path: root/staging/cli_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/cli_tcp.c')
0 files changed, 0 insertions, 0 deletions
b449077cd160dde4fcd1c5f41dec6e'>cdc1c0215ab449077cd160dde4fcd1c5f41dec6e (diff)
HID: sony: Adjust value range for motion sensors
The motion sensor values are 16-bit, so make the value range match. It is hard to reach the upper values, but they can be reached. At least the current accelerometer value of 8192 is very easy to pass. It is still not nice that the motion sensors live in no man's land in between ABS_MISC and ABS_MT_SLOT, but that's something for another time, which the proposed ABS_ACCEL_*/ABS_GYRO_* were meant for. Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat
-rw-r--r--drivers/hid/hid-sony.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c