Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
c4f7bc86
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c4f7bc86
编写于
11月 25, 2009
作者:
L
Len Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'misc-2.6.32' into release
上级
64441795
70052917
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
6 deletion
+6
-6
drivers/platform/x86/acerhdf.c
drivers/platform/x86/acerhdf.c
+6
-6
未找到文件。
drivers/platform/x86/acerhdf.c
浏览文件 @
c4f7bc86
...
...
@@ -52,7 +52,7 @@
*/
#undef START_IN_KERNEL_MODE
#define DRV_VER "0.5.1
7
"
#define DRV_VER "0.5.1
8
"
/*
* According to the Atom N270 datasheet,
...
...
@@ -61,7 +61,7 @@
* measured by the on-die thermal monitor are within 0 <= Tj <= 90. So,
* assume 89°C is critical temperature.
*/
#define ACERHDF_TEMP_CRIT 89
#define ACERHDF_TEMP_CRIT 89
000
#define ACERHDF_FAN_OFF 0
#define ACERHDF_FAN_AUTO 1
...
...
@@ -69,7 +69,7 @@
* No matter what value the user puts into the fanon variable, turn on the fan
* at 80 degree Celsius to prevent hardware damage
*/
#define ACERHDF_MAX_FANON 80
#define ACERHDF_MAX_FANON 80
000
/*
* Maximum interval between two temperature checks is 15 seconds, as the die
...
...
@@ -85,8 +85,8 @@ static int kernelmode;
#endif
static
unsigned
int
interval
=
10
;
static
unsigned
int
fanon
=
63
;
static
unsigned
int
fanoff
=
58
;
static
unsigned
int
fanon
=
63
000
;
static
unsigned
int
fanoff
=
58
000
;
static
unsigned
int
verbose
;
static
unsigned
int
fanstate
=
ACERHDF_FAN_AUTO
;
static
char
force_bios
[
16
];
...
...
@@ -171,7 +171,7 @@ static int acerhdf_get_temp(int *temp)
if
(
ec_read
(
bios_cfg
->
tempreg
,
&
read_temp
))
return
-
EINVAL
;
*
temp
=
read_temp
;
*
temp
=
read_temp
*
1000
;
return
0
;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录