1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 17:49:46 +01:00

Enable HID multitouch support in kernel (#4298)

Needed to allow multi-touch gestures on touchscreens for the addon HAOSKiosk.
This commit is contained in:
puterboy
2025-09-12 11:40:40 -04:00
committed by GitHub
parent dc0da1b7bc
commit e15d99bc2b
@@ -205,6 +205,7 @@ CONFIG_WIREGUARD=m
CONFIG_HID=y
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_HID_MULTITOUCH=m
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"