atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.92k stars 111 forks source link

Add support for the OneXPlayer handheld gamepad #312

Open ruineka opened 2 years ago

ruineka commented 2 years ago

Is your feature request related to a problem? Please describe. The gamepad is not functional despite being a generic Xbox 360 input device.

Describe the solution you'd like The default gamepad is 2563:058d and when it is in keyboard/mouse mode it is 2563:0575. For some reason xpadneo does not work with the gamepad, however, xpad does when you compile it with the device IDs included.

kakra commented 2 years ago

Is this a USB gamepad? xpadneo doesn't support that protocol yet, it's a HID-only driver, and only Bluetooth-connected gamepads can work.

kakra commented 2 years ago

Okay, I figured out that it is a handheld console with integrated gamepad. That's probably wired to USB internally and thus won't work yet with xpadneo. USB support is planned for later: https://github.com/atar-axis/xpadneo/projects/4

ruineka commented 2 years ago

Okay, I figured out that it is a handheld console with integrated gamepad. That's probably wired to USB internally and thus won't work yet with xpadneo. USB support is planned for later: https://github.com/atar-axis/xpadneo/projects/4

Indeed so, it is wired USB internally. I didn't realize xpadneo didn't support USB at this time. It's good to know the support is planned though. Thanks for the info!