From: Hans de Goede <[email protected]>

redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86

Some x86 tablets which ship with Android as factory OS do not have their
touchscreen described in their APCI tables (instead its address is
hardcoded in their custom kernel).

To still make things work the special x86-android-tablets module will DMI
match the tablet model and then manually instantiate an i2c_client for
the touchscreen. Since this i2c_client does not come from ACPI it does
not work with thr i2c_hid_acpi driver instead it needs i2c_hid_of.

Enable CONFIG_I2C_HID_OF=m on x86 to make the touchscreen on these tablets
work.

Signed-off-by: Hans de Goede <[email protected]>

diff --git a/redhat/configs/fedora/generic/x86/CONFIG_I2C_HID_OF 
b/redhat/configs/fedora/generic/x86/CONFIG_I2C_HID_OF
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/x86/CONFIG_I2C_HID_OF
@@ -0,0 +1 @@
+CONFIG_I2C_HID_OF=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3743

-- 
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to