mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
an elementary quantum optics process. This port contains the user library and a CLI/GUI application to access such devices. WWW: http://www.idquantique.com/
7 lines
188 B
Text
7 lines
188 B
Text
# Quantis USB RNG
|
|
attach 100 {
|
|
device-name "ugen[0-9\.]+";
|
|
match "vendor" "0x0aba";
|
|
match "product" "0x0102";
|
|
action "/bin/chmod 666 /dev/$device-name";
|
|
};
|