Review of "DS4 LED Controller" version 1

Details Page Preview

Control DS4 Led

Extension Homepage
https://gitlab.com/Fanelia82/ds4-led-controller/

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
1 Active

Previous Reviews on this Version

Fanelia82 posted a review
A GNOME shell extension DS4 LED controller based on hid-sony (Dualshock 4) ATTENTION!!!! There is a change to the permissions of the led controlling files that can generate a security problem. Use wisely and on your own risk! INSTRUCTIONS In order for the extension to work properly download and intall FIRST the udev rule (10-ds4led.rules) and freeDS4leds (made executable) bash script: sudo cp /YOURDIRHERE/10-ds4led.rules /etc/udev/rules.d/ sudo cp /YOURDIRHERE/freeDS4leds /usr/local/bin/ Restart or sudo udevadm control --reload-rules For your information here are the rules you just installed: # DualShock 4 over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*054C:05C4*", SUBSYSTEMS=="hid", MODE="0660", RUN+="/usr/local/bin/freeDS4leds '%p'" # DualShock 4 Slim over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*054C:09CC*", SUBSYSTEMS=="hid", MODE="0660", RUN+="/usr/local/bin/freeDS4leds '%p'" Install the extension To-do list: need to test with different controllers Enjoy
andyholmes active