mirror of
https://github.com/Fred78290/nct6687d
synced 2024-11-16 07:48:04 +01:00
Merge pull request #29 from hzyitc/main
This commit is contained in:
commit
77aa637228
2 changed files with 7 additions and 1 deletions
|
@ -23,6 +23,12 @@ Clone this repository and go to source directory, just run make install. During
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you need debug messages, please set `EXTRA_CFLAGS=-DDEBUG`
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make install EXTRA_CFLAGS=-DDEBUG
|
||||||
|
```
|
||||||
|
|
||||||
## Deb package
|
## Deb package
|
||||||
|
|
||||||
1. Prerequisites
|
1. Prerequisites
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* Notes:
|
* Notes:
|
||||||
* (1) Total number of voltage and 9 displayed.
|
* (1) Total number of voltage and 9 displayed.
|
||||||
*/
|
*/
|
||||||
#define DEBUG 1
|
// #define DEBUG 1
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
|
|
Loading…
Reference in a new issue