I have Slimbook EVO 14 with Fedora 42 Silverblue.
I noticed that there is some power saving feature, where the touchpad goes to sleep after around a minute. When it happens, first one or two taps are not registered. This is really annoying for example during calls, where I have the cursor on the mute/unmute button and I need to double check everytime whether it got actually muted/unmuted.
In any case, I tried to identify the device with `sudo libinput list-devices`:
Device: UNIW0001:00 093A:0255 Touchpad Kernel: /dev/input/event6 Id: i2c:093a:0255 Group: 5 Seat: seat0, default Size: 125x77mm Capabilities: pointer gesture Tap-to-click: disabled Tap-and-drag: enabled Tap button map: left/right/middle Tap drag lock: disabled Left-handed: disabled Nat.scrolling: disabled Middle emulation: disabled Calibration: n/a Scroll methods: *two-finger edge Scroll button: n/a Scroll button lock: n/a Click methods: *button-areas clickfinger Clickfinger button map: left/right/middle Disable-w-typing: enabled Disable-w-trackpointing: enabled Accel profiles: flat *adaptive custom Rotation: n/a Area rectangle: n/a
and change the corresponding `power/control` of this device from `auto` to `on`, but it didn't help:
echo "on" | sudo tee /sys/class/input/event6/power/control
echo "on" | sudo tee /sys/devices/platform/AMDI0010:01/i2c-1/i2c-UNIW0001:00/0018:093A:0255.0001/power/control
Is there a way to disable this feature?