Skip to content

Commit

Permalink
kernel-driver: update NSCN
Browse files Browse the repository at this point in the history
disable acpi_check_dev

Signed-off-by: ston <ston.jia@outlook.com>
  • Loading branch information
st0nie committed Apr 28, 2024
1 parent 1d4e1d3 commit 19033d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_module/legion-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ static const struct model_config model_nscn = {
.access_method_temperature = ACCESS_METHOD_WMI3,
.access_method_fancurve = ACCESS_METHOD_WMI3,
.access_method_fanfullspeed = ACCESS_METHOD_WMI,
.acpi_check_dev = true,
.acpi_check_dev = false,
.ramio_physical_start = 0xFE0B0400,
.ramio_size = 0x600
};
Expand Down

0 comments on commit 19033d5

Please sign in to comment.