/lib/udev/rules.d/40-kino.rules is in kino 1.3.4-1.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # Kino jogshuttle support
# Contour JogShuttle (basic, silver edition)
ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="b33/10/*", \
RUN+="/usr/bin/killall --quiet -USR2 kino"
ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="5f3/240/*", \
RUN+="/usr/bin/killall --quiet -USR2 kino"
|