Alex wrote:
If you use udev you can make a rule.. I have one for the CUI (create usb interface) in /etc/udev/rules.d/10-custom.rules
BUS=="usb", KERNEL=="event[0-9]*", SYSFS{product}=="CREATE USB Interface", GROUP="audio", SYMLINK+="input/cui"
and I am in the audio group.. I also create a symlink.. which you may or may not want to do.. You can also put a MODE="0660" or something in there...
i guess it would be nicer to use another group (e.g. "hid") and add yourself to the "hid" group.
fgmasdr IOhannes