Skip to content

Commit 99129fc

Browse files
committed
<udev/rules: Add symlink for mooltipass keyboard/device>
1 parent 04dc059 commit 99129fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udev/69-mooltipass.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ACTION!="add|change", GOTO="mooltipass_end"
33

44
# console user
5-
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", TAG+="uaccess"
5+
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_keyboard", TAG+="uaccess"
66
# libusb
7-
SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", TAG+="uaccess"
7+
SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_device", TAG+="uaccess"
88

99
LABEL="mooltipass_end"

0 commit comments

Comments
 (0)