[Feature] Add support for all buttons on modern OneXPlayer devices. #305
Labels
enhancement
New feature or request
hardware support
This issue requests adding new hardware of fixing a bug with existing hardware
OneXPlayer devices from the 2 onward, including the fly and X1 models, have had macro buttons that don't use traditional HID devices. Instead, they are serial devices. Below are some results of investigating. Thanks to discord user @soost for the majority of this information.
X1 Intel:
udevadm_info.txt
udevadm_info_walk.txt
This python script allows for the identification of each button.
Raw data:
The OneXFly Pro has the following devices:
/dev/usb/hiddev0
and/dev/usb/hiddev1
A driver will need to be written and more data is needed for all models.
The text was updated successfully, but these errors were encountered: