Skip to content

Commit 67039db

Browse files
committed
Patch to enable HTIX5288 touchpad on ODM board.
There was an issue with the sequence of module load. Which was causing ADL pinctrl conflict and device boot issue when enabled pinctrl. This patch will fix the above issue and enable the Touchpad for the ODM device for PW. Tests Done: Touchpad and multitouch working fine Signed-off-by: RajaniRanjan <rajani.ranjan@intel.com> Signed-off-by: Balaji M <m.balaji@intel.com>
1 parent 095f6ea commit 67039db

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

groups/kernel/gmin64/config-lts/lts2021-chromium/x86_64_defconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ CONFIG_PINCTRL_BAYTRAIL=y
29832983
CONFIG_PINCTRL_CHERRYVIEW=y
29842984
# CONFIG_PINCTRL_LYNXPOINT is not set
29852985
CONFIG_PINCTRL_INTEL=y
2986-
# CONFIG_PINCTRL_ALDERLAKE is not set
2986+
CONFIG_PINCTRL_ALDERLAKE=m
29872987
CONFIG_PINCTRL_BROXTON=y
29882988
CONFIG_PINCTRL_CANNONLAKE=m
29892989
# CONFIG_PINCTRL_CEDARFORK is not set
@@ -4771,7 +4771,7 @@ CONFIG_HID_MAGICMOUSE=y
47714771
# CONFIG_HID_REDRAGON is not set
47724772
CONFIG_HID_MICROSOFT=y
47734773
CONFIG_HID_MONTEREY=y
4774-
CONFIG_HID_MULTITOUCH=y
4774+
CONFIG_HID_MULTITOUCH=m
47754775
# CONFIG_MULTITOUCH_HAPTIC is not set
47764776
CONFIG_HID_NINTENDO=y
47774777
# CONFIG_NINTENDO_FF is not set
@@ -4830,9 +4830,10 @@ CONFIG_HID_PID=y
48304830
CONFIG_USB_HIDDEV=y
48314831
# end of USB HID support
48324832

4833-
CONFIG_I2C_HID=y
4834-
# CONFIG_I2C_HID_ACPI is not set
4833+
CONFIG_I2C_HID=m
4834+
CONFIG_I2C_HID_ACPI=m
48354835
# CONFIG_I2C_HID_OF is not set
4836+
CONFIG_I2C_HID_CORE=m
48364837

48374838
#
48384839
# Intel ISH HID support

groups/touch/cvt0f21/init.rc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
on-early-boot
2+
insmod /vendor/lib/modules/pinctrl-alderlake.ko
3+
insmod /vendor/lib/modules/i2c-hid.ko
4+
insmod /vendor/lib/modules/i2c-hid-acpi.ko
5+
insmod /vendor/lib/modules/hid-multitouch.ko

0 commit comments

Comments
 (0)