chrippa / ds4drv

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

"Dummy" js0 device is no longer created when ds4drv is started #24

Closed benmoran56 closed 10 years ago

benmoran56 commented 10 years ago

I'm using the "hidraw = true" option with bluetooth pairing (new Bluez). In the previous release (2.0 maybe?), a dummy js0 device was created when ds4drv was started. This was good, because it was reserved until the controller was paired. Now, no joystick device is created until I connect via bluetooth first. Then the bluetooth joystick becomes /js0, and the ds4drv becomes /js1. This doesn't work well because a lot of games only work with /js0.

edit: The last version to work as expected was v3.0. Thanks!