From 0a26f887357bfc408bf0eba760b60d1fe4f24221 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 7 May 2026 08:57:27 -0700 Subject: [PATCH] pigeon --- userspace/root/usr/comma/comma-init.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userspace/root/usr/comma/comma-init.sh b/userspace/root/usr/comma/comma-init.sh index d1a28e6..5f12134 100755 --- a/userspace/root/usr/comma/comma-init.sh +++ b/userspace/root/usr/comma/comma-init.sh @@ -80,6 +80,10 @@ function init_permissions ( chmod 0660 "$path" done + if [[ -c /dev/ttyHS0 ]]; then + chgrp dialout /dev/ttyHS0 + chmod 0660 /dev/ttyHS0 + fi ) function init_video (