]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
authorAceLan Kao <acelan.kao@canonical.com>
Thu, 13 Sep 2018 08:03:00 +0000 (10:03 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 13:16:28 +0000 (15:16 +0200)
commit65cc20871d0e7b1d37c4bc7229dd9e5e26834e2e
treecbd6da74cb3af4fa5f0749b365c3d596d5075864
parent9cecba024056f89adf95ed7f9e80372b3e1d50a9
HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen

BugLink: https://bugs.launchpad.net/bugs/1792309
The incomplete report flooded after S3 and touchscreen becomes
malfunctioned.
[ 1367.646244] i2c_hid i2c-CUST0000:00: i2c_hid_get_input: incomplete report (58/18785)
[ 1367.649471] i2c_hid i2c-CUST0000:00: i2c_hid_get_input: incomplete report (58/28743)
[ 1367.651092] i2c_hid i2c-CUST0000:00: i2c_hid_get_input: incomplete report (58/26757)
[ 1367.652658] i2c_hid i2c-CUST0000:00: i2c_hid_get_input: incomplete report (58/52280)
[ 1367.654287] i2c_hid i2c-CUST0000:00: i2c_hid_get_input: incomplete report (58/56059)

Adding device ID, 04F3:30CC, to the quirk to re-send report description
after resume.

Cc: stable@vger.kernel.org
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
(backported from commit fb6acf76c3fdd97fea6995e64e2c665725f00fc5)
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/hid/hid-ids.h
drivers/hid/i2c-hid/i2c-hid.c