From 042d577de48c4f212167b861d2c9bc16766ab7e7 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Sun, 23 Jul 2023 19:07:22 +0300 Subject: [PATCH] linux-postmarketos-qcom-sc7180: enable goodix hid over i2c touchscreen (MR 4273) This fixes touchscreen on some trogdor devices. [ci:skip-build]: already built successfully in CI --- device/testing/linux-postmarketos-qcom-sc7180/APKBUILD | 4 ++-- .../config-postmarketos-qcom-sc7180.aarch64 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/linux-postmarketos-qcom-sc7180/APKBUILD b/device/testing/linux-postmarketos-qcom-sc7180/APKBUILD index 707f35773..bdbd99c86 100644 --- a/device/testing/linux-postmarketos-qcom-sc7180/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-sc7180/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jenneron pkgname=linux-postmarketos-qcom-sc7180 pkgver=6.1.39 -pkgrel=0 +pkgrel=1 pkgdesc="Mainline kernel fork for Qualcomm Snapdragon 7c devices" arch="aarch64" _carch="arm64" @@ -65,5 +65,5 @@ package() { sha512sums=" 20d468ae89b57dda82d7c7b814c3d8b1b510e1623775b09a8a0b0a8a0431461e0a1d2df2bfa01f3102932c8eef91405546898b50ec3e6f30015098bb39722b41 linux-6.1.39.tar.xz -4225127e3db8382b6ee6525fdd86f83c00e3a800e8d6badf608d138f8205d3291299505cf37ab83a83008ef001e6df61de7d25cedc6101f7e726327fd96c37ae config-postmarketos-qcom-sc7180.aarch64 +d5be79c2affe17face7e964f21804536a8c7e0fa32347b89c2aa972c3e6e327754f68e468d0be32794a5a165015f9a3fdc46636f69837567a38fb09dee503131 config-postmarketos-qcom-sc7180.aarch64 " diff --git a/device/testing/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 b/device/testing/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 index dcadffc0c..86066259c 100644 --- a/device/testing/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 +++ b/device/testing/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 @@ -5495,7 +5495,7 @@ CONFIG_USB_HID=y # CONFIG_I2C_HID_OF=m # CONFIG_I2C_HID_OF_ELAN is not set -# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_I2C_HID_OF_GOODIX=m # end of I2C HID support CONFIG_I2C_HID_CORE=m