This file is indexed.

/lib/udev/rules.d/60-stella.rules is in stella 4.7.1-1.

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
8
# Stelladaptor (Pixels Past / Stelladaptor 2600-to-USB Interface)
KERNEL=="event*", NAME="input/%k", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="beef", ACTION=="add", RUN+="/usr/bin/evdev-joystick --e /dev/input/%k --d 0"

# 2600-daptor (Microchip Technology Inc. / 2600-daptor)
KERNEL=="event*", NAME="input/%k", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fa1d", ACTION=="add", RUN+="/usr/bin/evdev-joystick --e /dev/input/%k --d 0"

# 2600-daptor II (Microchip Technology Inc. / 2600-daptor II)
KERNEL=="event*", NAME="input/%k", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f947", ACTION=="add", RUN+="/usr/bin/evdev-joystick --e /dev/input/%k --d 0"