]> git.baikalelectronics.ru Git - kernel.git/commit
HID: wacom: insert timestamp to packed Bluetooth (BT) events
authorPing Cheng <pinglinux@gmail.com>
Fri, 24 Feb 2023 16:26:43 +0000 (08:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:36:02 +0000 (11:36 +0200)
commit3e1027c6bf13a096ac67ca189a61bffad958f8e1
treef951c1e492cad455d7ce83d0d24d55b5fa74fa1f
parent6cf57ff81b319075c6fa55f85e1da6fe9ba4c040
HID: wacom: insert timestamp to packed Bluetooth (BT) events

commit 17d793f3ed53080dab6bbeabfc82de890c901001 upstream.

To fully utilize the BT polling/refresh rate, a few input events
are sent together to reduce event delay. This causes issue to the
timestamp generated by input_sync since all the events in the same
packet would pretty much have the same timestamp. This patch inserts
time interval to the events by averaging the total time used for
sending the packet.

This decision was mainly based on observing the actual time interval
between each BT polling. The interval doesn't seem to be constant,
due to the network and system environment. So, using solutions other
than averaging doesn't end up with valid timestamps.

Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/wacom_wac.c
drivers/hid/wacom_wac.h