fboltz
|
4cbfe8084d
|
FEAT: Add manual configuration support
|
2022-07-17 11:48:26 +02:00 |
|
fboltz
|
dad02375e9
|
FIX: add missing argument
|
2022-07-17 11:18:45 +02:00 |
|
fboltz
|
6f3f918b8e
|
FIX: Remove duplicate code
|
2022-07-17 11:17:33 +02:00 |
|
fboltz
|
070cbd2549
|
FIX: Wrong multiplier
|
2022-07-17 11:16:58 +02:00 |
|
fboltz
|
0a4cc95fba
|
FEAT: add declared extras register from LibHardwareMonitorLib
|
2022-07-17 11:15:58 +02:00 |
|
fboltz
|
b826f33828
|
TYPO: Wrong comment
|
2022-07-17 11:14:00 +02:00 |
|
Frederic BOLTZ
|
d8b51f0b05
|
Merge pull request #44 from TTtie/fix/dkms-build
Fix DKMS building for incorrect versions
|
2022-06-20 17:31:25 +02:00 |
|
TTtie
|
185e6c2b2f
|
Fix DKMS building for incorrect versions
This commit fixes an issue where the module is built using
the currently running kernel version instead of the new one
when a DKMS build is triggered.
|
2022-06-18 13:50:15 +00:00 |
|
Frederic BOLTZ
|
4abe624b3f
|
Merge pull request #42 from mpartel/nct6683d
Accept NCT6683D (0xc732)
|
2022-06-13 19:09:04 +02:00 |
|
Martin Pärtel
|
626d053fa7
|
Device and chip names for nct6683
|
2022-06-07 07:17:01 +03:00 |
|
Martin Pärtel
|
0d12bf1a22
|
Fixed option "force"
|
2022-06-02 21:55:43 +03:00 |
|
Martin Pärtel
|
93064a7569
|
Accept NCT6683D (0xc732)
Found on ASRock Taichi B550.
Fan control works with this driver, but not with the in-tree driver.
|
2022-06-02 21:54:45 +03:00 |
|
Frederic BOLTZ
|
15d09bd6df
|
Merge pull request #37 from p0lfilt3r/patch-1
|
2022-04-25 18:38:31 +02:00 |
|
p0lfilt3r
|
ca31dcf9cf
|
Update README.md
Dependencies: Added openSUSE
|
2022-04-25 16:37:50 +02:00 |
|
Frederic BOLTZ
|
40dd789567
|
Merge pull request #35 from discover02/main
|
2022-04-23 18:18:14 +02:00 |
|
discover02
|
00d0b0bc9e
|
Added DKMS Support
|
2022-04-22 19:27:38 +03:00 |
|
Taha
|
5b90fab859
|
Delete dkms directory
|
2022-04-22 19:27:12 +03:00 |
|
Taha
|
462866872f
|
Added DKMS Support
|
2022-04-22 19:23:59 +03:00 |
|
discover02
|
953476b271
|
Added DKMS Support
|
2022-04-22 19:20:53 +03:00 |
|
Taha
|
3ecd1f64f0
|
Added DKMS Support
|
2022-04-22 19:17:25 +03:00 |
|
Taha
|
583966b902
|
Added DKMS Support
|
2022-04-22 19:16:02 +03:00 |
|
Taha
|
dd214b86b4
|
Added DKMS Support
|
2022-04-22 18:55:20 +03:00 |
|
Taha
|
2736c13323
|
Added DKMS Support
|
2022-04-22 18:54:00 +03:00 |
|
Frederic BOLTZ
|
77aa637228
|
Merge pull request #29 from hzyitc/main
|
2022-03-06 17:41:50 +01:00 |
|
hzy
|
81346374ae
|
Disable DEBUG defaultly
|
2022-03-06 23:41:25 +08:00 |
|
Frederic BOLTZ
|
404db05fe6
|
Merge pull request #27 from hzyitc/main
Use git log to generate debian/changelog
|
2022-02-22 11:21:05 +01:00 |
|
hzy
|
913bc046be
|
Update .gitignore
|
2022-02-22 18:14:18 +08:00 |
|
hzy
|
0e67ecf099
|
Auto generate debian/changelog
|
2022-02-22 18:11:27 +08:00 |
|
hzy
|
423af5c068
|
Fix perm: debain/rules
|
2022-02-22 18:01:08 +08:00 |
|
Frederic BOLTZ
|
2aff127313
|
Merge pull request #25 from hzyitc/main
|
2022-02-21 18:37:57 +01:00 |
|
hzy
|
557d3a0781
|
Generate deb package with dkms
|
2022-02-22 01:32:01 +08:00 |
|
Frederic BOLTZ
|
4f00acebc6
|
Merge pull request #21 from Fred78290/nct6687d
Add suport for NCT6687D with ID 0xD592 found on MSI B460M bazooka
|
2022-02-15 23:21:48 +01:00 |
|
fboltz
|
2bb3c1b041
|
Update README
|
2022-02-15 23:21:10 +01:00 |
|
fboltz
|
0bf1d2efbd
|
Add suport for NCT6687D with ID 0xD592 found on MSI B460M bazooka
|
2022-02-15 23:09:00 +01:00 |
|
fboltz
|
31b389dff9
|
FIX: operator syntax & make simpler (rm -rf/mkdir -p are always silencious)
|
2022-02-15 23:06:26 +01:00 |
|
fboltz
|
8c42531fad
|
.gitignore: target directory per kernel version
|
2022-02-15 23:04:50 +01:00 |
|
Frederic BOLTZ
|
c1209dc68f
|
Merge pull request #20 from discover02/patch-1
Bug(s) fixed on Makefile
|
2022-02-15 17:19:22 +01:00 |
|
Taha
|
9e45cf7f5a
|
Bug(s) fixed
|
2022-02-14 12:25:31 +03:00 |
|
Frederic BOLTZ
|
922804f6b0
|
Merge pull request #19 from discover02/patch-1
kernel version based target creation
|
2022-02-12 23:42:09 +01:00 |
|
Taha
|
08eccc5092
|
New Makefile
|
2022-02-12 22:12:07 +03:00 |
|
Frederic BOLTZ
|
63062c5003
|
Merge pull request #16 from vesrah/main
Fix "No rule to make target 'arch/x86/tools/relocs_32.c'" error on make install
|
2022-01-15 16:52:57 +01:00 |
|
Joseph Brasch
|
4c64ccf225
|
Fix "No rule to make target 'arch/x86/tools/relocs_32.c'" error on make install
|
2022-01-14 18:31:26 -07:00 |
|
Frederic BOLTZ
|
73c48a30ac
|
Update README
|
2021-10-14 22:33:42 +02:00 |
|
Frederic BOLTZ
|
24f3a0f476
|
Merge pull request #10 from msonowal/patch-1
added newbie instructions for loading extension on boot
|
2021-07-06 12:17:56 +02:00 |
|
Manash Sonowal
|
9bf5fd100d
|
added newbie instructions for loading extension on boot
|
2021-07-06 11:18:51 +05:30 |
|
fboltz
|
d3c4b87a9d
|
Update CHANGELOG
|
2020-12-23 08:22:55 +01:00 |
|
fboltz
|
372c6c6154
|
FEAT: Add debug trace
|
2020-12-23 08:16:56 +01:00 |
|
fboltz
|
6035991f00
|
FIX: Issue #2
Not all fans are updated
|
2020-12-23 08:10:10 +01:00 |
|
fboltz
|
b7a988d059
|
FIX: Remove DEBUG trace
|
2020-11-09 21:03:52 +01:00 |
|
Frederic BOLTZ
|
18d232dc26
|
Update README.md
|
2020-11-09 16:08:59 +01:00 |
|