mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
4076d98812
Also convert to pkgs/by-name. Closes #268112
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
# DualShock 3 over USB
|
|
KERNEL=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0268", MODE="0666"
|
|
|
|
# DualShock 3 over Bluetooth
|
|
KERNEL=="hidraw*", KERNELS=="*054C:0268*", MODE="0666"
|