opnsense-ports/sysutils/blisp/files/devd-blisp.conf
Franco Fichtner 2c4f43f679 */*: sync with upstream
Taken from: FreeBSD
2023-03-27 11:27:40 +02:00

8 lines
270 B
Text

# enable user flash of Bouffalo Labs RISC-V MCUs (such in Pinecil v2 soldering
# iron, PineCone dev board, PineNut programmer and others).
attach 100 {
match "vendor" "0xffff";
match "product" "0xffff";
match "release" "0x0200";
action "chmod 660 /dev/$ugen";
};