From af2b6af2656b719988cca99c387ab7a7f00c4cab Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Sun, 31 Mar 2019 15:02:22 -0600 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b5ca41 --- /dev/null +++ b/README.md @@ -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 +```