jnweiger / led-name-badge-ls32

Upload tool for an led name tag with USB-HID interface
GNU General Public License v2.0
223 stars 81 forks source link

Suggest udev rule except for sudo #5

Closed AnnabelleLee1987 closed 5 years ago

AnnabelleLee1987 commented 5 years ago

e.g.:

SUBSYSTEM=="usb", ATTR{idVendor}=="0fcf", ATTR{idProduct}=="1008", MODE="666"

jnweiger commented 5 years ago

Thanks for the idea. Added a rules file that works with the usb.core module. But I cannot find a combination that works with pyhidapi. If there is one, please reopen.