Skip to content

Commit 1899936

Browse files
committed
Remove stability warning from README
1 parent a146e49 commit 1899936

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ xow is a Linux user mode driver for the Xbox One wireless dongle.
2424
It communicates with the dongle via `libusb` and provides joystick input through the `uinput` kernel module.
2525
The input mapping is based on existing kernel drivers like [xpad](https://github.com/paroj/xpad).
2626

27-
**NOTE:** xow is still at a **VERY EARLY** stage of development. Do not be surprised if it does not work *at all*.
28-
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.
29-
3027
## Important notes
3128

3229
The Xbox One wireless dongle requires a proprietary firmware to operate.
@@ -140,7 +137,9 @@ sudo systemctl kill -s SIGUSR1 xow
140137
- Input from the sticks is jumping around
141138
- Try the options listed on [this page](https://wiki.archlinux.org/index.php/Gamepad#Setting_up_deadzones_and_calibration) to set your deadzones.
142139

143-
**NOTE:** Please refrain from opening issues concerning input remapping, deadzones or game compatibility as these topics are outside the scope of this project.
140+
In case of any 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.
141+
142+
**NOTE:** Please refrain from creating issues concerning input remapping, deadzones or game compatibility as these topics are outside the scope of this project.
144143

145144
## How it works
146145

0 commit comments

Comments
 (0)