diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf --- a/security/u2f-devd/files/u2f.conf +++ b/security/u2f-devd/files/u2f.conf @@ -231,13 +231,13 @@ match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x18d1"; - match "product" "0x5026"; + match "product" "(0x5026|0x9470)"; action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev"; }; attach 100 { match "vendor" "0x18d1"; - match "product" "0x5026"; + match "product" "(0x5026|0x9470)"; action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; };