chrippa / ds4drv

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

[Feature request] Option to set DS4/DS3 master address via USB #103

Open parkerlreed opened 8 years ago

parkerlreed commented 8 years ago

This would be great to have if we are wanting to manually specify an address of another device.

Something along the lines of

ds4drv --pair <mac>

Regular sixpair doesn't do DS4 but there's a patched version that does. https://github.com/t0xicCode/sixpair/blob/master/src/sixpair.c That has the commands that have to be sent. I'm not sure if that could be implemented in Python, but figured I'd throw this out there as a request.