Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 26, 2022
1 parent ff52de0 commit bc930a5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -6,9 +6,17 @@ This driver includes the latest changes in the upstream linux kernel and additio
* enable debug outputs to ease resolving issues
* some minor code refactoring improving readability

## Xbox One Controllers
This driver is only used if you connect the controller via USB.

**Connecting via Bluetooth**
If you get past the pairing issues, the controller will operate in the [generic-HID bluetooth profile](https://en.wikipedia.org/wiki/List_of_Bluetooth_profiles#Human_Interface_Device_Profile_(HID)).
The xpad driver will not be used.

**Conencting via XBox One Wireless Adapter (WiFi)**
The adapter needs daemon in userspace, see: [medusalix/xow](https://github.com/medusalix/xow)
Opinion: rather get a controller that supports bluetooth.

**This driver does not support the XBox One Wireless Adapter (WiFi)**
To get that running, see: [medusalix/xow](https://github.com/medusalix/xow)

# Installing
```
Expand Down

0 comments on commit bc930a5

Please sign in to comment.