chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

Add PS4 v2 controller id #113

Closed arucard21 closed 7 years ago

arucard21 commented 7 years ago

This adds the id for the ps4 controller (see https://github.com/torvalds/linux/blob/7ae123edd37a47e178eb9a6631fe4a7108262c10/drivers/hid/hid-ids.h) to the udev rules. This allows you to run ds4drv without sudo when you have a ps4 v2 controller (otherwise you get a permission denied error).

Ape commented 7 years ago

Thanks.