/lib/udev/rules.d/45-hpdjconsole.rules is in libdjconsole-data 0.1.3-3.
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 9 10 11 12 13 14 15 16 17 | # udev rules file for Hercules PC DJ Console
#
ACTION!="add", GOTO="hpcdjconsole_rules_end"
# Hercules PC DJ Console MkI (Windows Edition)
ATTR{idVendor}=="06f8", ATTR{idProduct}=="b000", MODE="0666"
# Hercules PC DJ Console Mk2 (Windows Edition)
ATTR{idVendor}=="06f8", ATTR{idProduct}=="b100", MODE="0666"
# Hercules PC DJ Console Rmx
ATTR{idVendor}=="06f8", ATTR{idProduct}=="b101", MODE="0666"
# Hercules PC DJ Control MP3
ATTR{idVendor}=="06f8", ATTR{idProduct}=="d001", MODE="0666"
LABEL="hpcdjconsole_rules_end"
|