Closed srid closed 5 years ago
From dmesg I gathered that it is using hid-generic
for some reason, but trying to workaround in vain ...
[root@thebeast:~]# echo 0005:004C:0265.0013 > /sys/bus/hid/drivers/hid-generic/unbind
[root@thebeast:~]# echo 0005:004C:0265.0013 > /sys/bus/hid/drivers/magicmouse/bind
-bash: echo: write error: No such device
[root@thebeast:~]#
@srid The first kernel that will have builtin support for this is 4.20, looks like. http://lists-archives.com/linux-kernel/29261025-hid-for-4-20.html https://github.com/torvalds/linux/commit/9d7b18668956c411a422d04c712994c5fdb23a4b
@srid @anbroid is right, the driver doesn't come with 4.19. It will be included in 4.20.
I run NixOS 18.09 with kernel 4.19.
I can connect the trackpad over bluetooth and can "basically" use it (navigate and click), but none of the gestures including basic two-finger scroll or double tap work. What could have I done wrong?
Kernel module is loaded:
Here's the relevant NixOS config: