Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from joaorb64/master
Browse files Browse the repository at this point in the history
Update hid-nintendo
  • Loading branch information
nicman23 authored Sep 5, 2020
2 parents 3fe4a58 + 9818c2a commit f245239
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 98 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A Nintendo HID kernel module.
Install it from source with:

```
git clone https://github.com/nicman23/dkms-hid-nintendo
git clone https://github.com/joaorb64/dkms-hid-nintendo
cd dkms-hid-nintendo
sudo dkms add .
sudo dkms build nintendo -v 1.0
sudo dkms install nintendo -v 1.0
sudo dkms build nintendo -v 3.0
sudo dkms install nintendo -v 3.0
```


Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="nintendo"
PACKAGE_VERSION=2.0
PACKAGE_VERSION=3.0
MAKE="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/src modules"
CLEAN="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/src clean"
BUILT_MODULE_NAME[0]="hid-nintendo"
Expand Down
Loading

0 comments on commit f245239

Please sign in to comment.