Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mob41 committed Mar 13, 2022
1 parent 9bbcc87 commit 4889987
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Use the new `hid-sony` and `hid-playstation` modules from the mainline in old Li

This package blacklists the existing `hid-sony` and `hid-playstation` kernel modules from loading. Instead, the new kernel modules `hid-sony-joy` and `hid-playstation-joy` provided by this package will be used instead.

`console
$ lsmod | grep joy
hid_sony_joy 40960 0
hid_playstation_joy 20480 0
ff_memless 20480 2 hid_playstation_joy,hid_sony_joy
joydev 32768 0
`

## How to install

1. Download latest release from [here](https://github.com/m2robocon/playstation-joy-dkms/releases/latest), or build it yourself using the instructions below.
Expand Down

0 comments on commit 4889987

Please sign in to comment.