With the following udev rule, the program does not need root privs. Tested on Fedora 39 but should work on any modern Linux.
cat /etc/udev/rules.d/51-accuchek.rules
# Installation:
# - Copy this file to /etc/udev/rules.d/
# - Run the command:
# udevadm control --reload && udevadm trigger
ATTRS{idVendor}=="173a", ATTRS{idProduct}=="21d5", TAG+="uaccess"
With the following udev rule, the program does not need root privs. Tested on Fedora 39 but should work on any modern Linux.