Create README.md

master
Scott Moreau 7 years ago committed by GitHub
parent 741dd7b222
commit af2b6af265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
## hid-sony
Kernel module for sony playstation controllers. This code comes with [a patch](https://patchwork.kernel.org/patch/10675239/) to fix broken D-Pad for nyko core controllers.
The patch has been submitted to linux input list but not accepted for some time, hence this repo.
## Build and install
```
$ make && sudo make install
```
## Reload module
```
# rmmod hid_sony && modprobe hid-sony
```
Loading…
Cancel
Save