-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3devo-devices.rules
More file actions
24 lines (22 loc) · 1.08 KB
/
3devo-devices.rules
File metadata and controls
24 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Permission is hereby granted, free of charge, to anyone obtaining
# a copy of this document, to do whatever they want with them without
# any restriction, including, but not limited to, copying, modification
# and redistribution.
#
# NO WARRANTY OF ANY KIND IS PROVIDED.
# These rules give access to the raw usb devices for boards running the
# stm32duino core, with the default or 3devo custom usb ids.
#
# This uses the uaccess tag, which tells systemd that any logged in user
# should have access.
#
# Other useful rules for e.g. atmel/stlink programmers, and ROM dfu
# bootloaders are installed with the avrdude, openocd and dfu-util
# Debian/Ubuntu packages.
# STM32 Arduino core in CDC serial mode (might have a DFU runtime
# descriptor), e.g. for Nucleo boards.
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", TAG+="uaccess"
# Airid mainboard
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0f44", TAG+="uaccess"
# GP20 mainboard
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="102a", TAG+="uaccess"