On Thu Feb 13 09:17:42 2025 +0000, Chunhao Hung wrote:
usually you can change it by udev rule, it just default only root could read due to device usually is relative to hardware. This is mine udev rule
KERNEL=="ntsync", GROUP="input", MODE="0666"
Is it possible to fix in the kernel module? I'm sure it's going to be quite some time till distros provide such udev rule OOTB, so the functional simply won't be working, potentially leading to a stream of bugreports and unhappy users.