mirror of
https://gitlab.com/hyperglitch/jellyfish.git
synced 2025-12-23 14:34:24 +00:00
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
# allow the regular user (member of the plugdev group) to access the device
|
|
# after copying the file to /etc/udev/rules.d/, run:
|
|
# sudo udevadm control --reload-rules
|
|
# sudo udevadm trigger
|
|
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="4a46", GROUP="plugdev", MODE="0660"
|
|
|