Skip to content

Instantly share code, notes, and snippets.

View Runinterface's full-sized avatar

Runinterface Runinterface

  • С385
  • Unknown
View GitHub Profile
# Linux Mint or Ubuntu/Debian
# vim /etc/udev/rules.d/99-dualsense-controllers.rules
# udevadm control --reload-rules
# sudo modprobe hid-playstation
# sudo vim /etc/bluetooth/input.conf and set ClassicBondedOnly=false
# systemctl restart bluetooth
#PS5 DualSense controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
#PS5 DualSense controller over bluetooth hidraw