git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
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"
|