File: python3-nxt.udev

package info (click to toggle)
nxt-python 3.5.1-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 816 kB
  • sloc: python: 6,857; xml: 22; makefile: 20; sh: 4
file content (4 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
# NXT 2.0 brick
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0694", ATTR{idProduct}=="0002", \
    MODE="0660", GROUP="plugdev", SYMLINK+="nxt-%k", \
    ENV{ID_LEGO_MINDSTORMS}="1", TAG+="uaccess"