-
Notifications
You must be signed in to change notification settings - Fork 221
/
90-cryptohid.rules
19 lines (16 loc) · 1.03 KB
/
90-cryptohid.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HIDAPI/libusb
# ATMEL
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2312", MODE="0666", ACTION=="add"
# Microchip
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f30", MODE="0666", ACTION=="add"
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f31", MODE="0666", ACTION=="add"
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f32", MODE="0666", ACTION=="add"
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f33", MODE="0666", ACTION=="add"
# HIDAPI/hidraw
# ATMEL
KERNEL=="hidraw*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2312", MODE="0666", GROUP="plugdev"
# Microchip
KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f30", MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f31", MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f32", MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0f33", MODE="0666", GROUP="plugdev"