mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-14 05:42:53 +08:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
# Copy this file to /etc/udev/rules.d/
|
|
|
|
# uses OpenMoko VID
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="606f", MODE="660", GROUP="users", TAG+="uaccess"
|
|
|