Skip to content

Commit dc4d1c1

Browse files
committed
Correct input mapping in README
1 parent 7e61f77 commit dc4d1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
xow is a Linux user mode driver for the Xbox One wireless dongle.
1010
It communicates with the dongle via `libusb` and provides joystick input through the `uinput` kernel module.
11-
Input is mapped according to the [Linux input docs](https://github.com/torvalds/linux/blob/master/Documentation/input/gamepad.rst).
11+
The input mapping is based on existing kernel drivers like [xpad](https://github.com/paroj/xpad).
1212

1313
**NOTE:** xow is still at a **VERY EARLY** stage of development. Do not be surprised if it does not work *at all*.
1414
In case of problems, please open an issue with all the relevant details (dongle version, controller version, logs, captures, etc.) and I will see what I can do.

0 commit comments

Comments
 (0)