Skip to content

Commit

Permalink
interface update -> consistent now: fan{1,2}_{speed,mode,max,min} ...…
Browse files Browse the repository at this point in the history
…. fan{1,2}_{input} and pwm{1,2}{,_enable} still existing for compatibility reasons -> also related to #53
  • Loading branch information
daringer committed Aug 26, 2017
1 parent ebe129e commit 05c2967
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 240 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ install:

clean:
make -C $(KDIR) M=$$PWD clean

removeloadmodule: all
sudo rmmod asus-fan || true
sudo insmod asus_fan.ko
sudo systemctl restart asus-fan.service
Loading

0 comments on commit 05c2967

Please sign in to comment.