udev rule warning
This commit is contained in:
parent
cf34ea4b75
commit
e2a0dcc2ab
2 changed files with 29 additions and 0 deletions
27
80-playstation.rules
Normal file
27
80-playstation.rules
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Sony PlayStation Strikepack; USB
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony PlayStation DualShock 3; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*054C:0268*", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0268", MODE="0660", TAG+="uaccess"
|
||||||
|
## Motion Sensors
|
||||||
|
SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0268*", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony PlayStation DualShock 4; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony PlayStation DualShock 4 Slim; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony PlayStation DualShock 4 Wireless Adapter; USB
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ba0", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony DualSense Wireless-Controller; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Sony DualSense Edge Wireless-Controller; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*054C:0DF2*", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0df2", MODE="0660", TAG+="uaccess"
|
||||||
|
|
@ -10,6 +10,8 @@ Tweak ff_rumble to a value between 0 and 100 to configure the strenght for rumbl
|
||||||
|
|
||||||
Remember to look /etc/ROGueENEMY/config.cfg for additional configurations.
|
Remember to look /etc/ROGueENEMY/config.cfg for additional configurations.
|
||||||
|
|
||||||
|
__WARNING:__ If steam does not recognise a DualSense controller use the udev rule provided in this repo.
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
To compile from source you need CMake and make. After the usual git clone and cd inside the cloned directory to use CMake do:
|
To compile from source you need CMake and make. After the usual git clone and cd inside the cloned directory to use CMake do:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue