/lib/udev/rules.d/99-x52pro.rules is in libx52pro0 0.1.1-2.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 9 10 11 12 13 14 | ACTION!="add", GOTO="x52pro_rules_end"
SUBSYSTEM!="usb_device", GOTO="x52pro_rules_end"
#X52 Flight System
SYSFS{idVendor}=="06a3", SYSFS{idProduct}=="0255", GROUP="plugdev", MODE="660"
SYSFS{idVendor}=="06a3", SYSFS{idProduct}=="075c", GROUP="plugdev", MODE="660"
#X52 Pro Flight System
SYSFS{idVendor}=="06a3", SYSFS{idProduct}=="0762", GROUP="plugdev", MODE="660"
#Pro Flight Yoke System
SYSFS{idVendor}=="06a3", SYSFS{idProduct}=="0bac", GROUP="plugdev", MODE="660"
LABEL="x52pro_rules_end"
|