1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00: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

View File

@@ -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"