xow

Linux driver for the Xbox One wireless dongle.

About

xow is a Linux user mode driver for the Xbox One wireless dongle. It communicates with the dongle via libusb and provides joystick input through the uinput kernel module. The input mapping is based on existing kernel drivers like xpad.

Install

> git clone https://github.com/medusalix/xow
> make BUILD=RELEASE
> sudo make install
> sudo systemctl enable xow
> sudo systemctl start xow
> reboot

More info