mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
4076d98812
Also convert to pkgs/by-name. Closes #268112
5 lines
189 B
Text
5 lines
189 B
Text
# 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"
|