4 lines
267 B
Plaintext
4 lines
267 B
Plaintext
# Grant the active local desktop user access to the BTD 700 control interface.
|
|
# The second interface (firmware updater) is deliberately excluded.
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="3542", ATTRS{idProduct}=="3001", ENV{ID_USB_INTERFACE_NUM}=="00", TAG+="uaccess"
|