diff options
Diffstat (limited to 'sys-auth/thinkfinger/files/60-thinkfinger.rules')
-rw-r--r-- | sys-auth/thinkfinger/files/60-thinkfinger.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-auth/thinkfinger/files/60-thinkfinger.rules b/sys-auth/thinkfinger/files/60-thinkfinger.rules new file mode 100644 index 00000000000..1ccc394d49f --- /dev/null +++ b/sys-auth/thinkfinger/files/60-thinkfinger.rules @@ -0,0 +1,5 @@ +# SGS Thomson Microelectronics Fingerprint Reader +ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2016", SYMLINK+="input/thinkfinger-%k", MODE="0660", GROUP="fingerprint" + +# the also-needed uinput device +KERNEL=="uinput", MODE="0660", GROUP="fingerprint" |