commit | c5fca485320e83b1bb964ad5559ec20f14c943be | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Mar 24 11:24:31 2020 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Mar 24 15:07:17 2020 -0700 |
tree | 06e819c3516b644ae5079d713b19e7e81e77817d | |
parent | 67abd9eeb458f3d4f2bbc250e9d4d796fa18f26c [diff] |
Input: goodix - add support for controlling the IRQ pin through ACPI methods Some Apollo Lake (x86, UEFI + ACPI) devices only list the reset GPIO in their _CRS table and the bit-banging of the IRQ line necessary to wake-up the controller from suspend can be done by calling 2 Goodix custom / specific ACPI methods. This commit adds support for controlling the IRQ line in this matter, allowing us to properly suspend the touchscreen controller on such devices. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1786317 BugLink: https://github.com/nexus511/gpd-ubuntu-packages/issues/10 BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=199207 Reviewed-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20200307121505.3707-6-hdegoede@redhat.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>