]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: i2c-hid: introduce re-power-on quirk
authorAleksandrs Vinarskis <alex.vinarskis@gmail.com>
Thu, 31 Oct 2024 07:31:41 +0000 (08:31 +0100)
committerJiri Kosina <jkosina@suse.com>
Wed, 11 Dec 2024 14:05:46 +0000 (15:05 +0100)
commite61080220ae7b52920aed292c8d399ea8ce7cfdb
tree68500c87946c5a225b472252d214b7e45cf8d33f
parent50a78409a2157c0340572beecab86e2b263fe2a2
HID: i2c-hid: introduce re-power-on quirk

It appears some keyboards from vendor 'QTEC' will not work properly until
suspend & resume.

Empirically narrowed down to solution of re-sending power on command
_after_ initialization was completed before the end of initial probing.

Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/i2c-hid/i2c-hid-core.c