config/etc/udev/rules.d/99-cadMousePro.rules
author František Kučera <franta-hg@frantovo.cz>
Sat, 03 Apr 2021 17:39:35 +0200
branchv_0
changeset 33 0dc4e2942840
parent 23 24f571cbd339
permissions -rw-r--r--
support also the wired version of CadMouse Pro currently, there is a simple autodetection: we enumerate HID devices and look for the wireless version, if not found, we look for the wired version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23
24f571cbd339 configuration: d-bus, udev
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
KERNEL=="hidraw*", ATTRS{idVendor}=="256f", ATTRS{idProduct}=="c652", RUN+="/usr/local/bin/cadMousePro --frequency 250 --smart-scrolling false --lift-off-detection true"