mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
4076d98812
Also convert to pkgs/by-name. Closes #268112
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
# PS5 DualSense controller over USB hidraw
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
|
|
|
|
# PS5 DualSense controller over bluetooth hidraw
|
|
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"
|