Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
d59733c1
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d59733c1
编写于
10月 15, 2009
作者:
L
Len Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'misc' into release
上级
4697fd6f
2c907b72
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
3 deletion
+7
-3
drivers/acpi/Kconfig
drivers/acpi/Kconfig
+2
-2
drivers/acpi/ac.c
drivers/acpi/ac.c
+1
-0
drivers/acpi/button.c
drivers/acpi/button.c
+3
-0
drivers/platform/x86/fujitsu-laptop.c
drivers/platform/x86/fujitsu-laptop.c
+1
-1
未找到文件。
drivers/acpi/Kconfig
浏览文件 @
d59733c1
...
...
@@ -218,10 +218,10 @@ config ACPI_PROCESSOR_AGGREGATOR
depends on X86
help
ACPI 4.0 defines processor Aggregator, which enables OS to perform
specfic processor configuration and control that applies to all
spec
i
fic processor configuration and control that applies to all
processors in the platform. Currently only logical processor idling
is defined, which is to reduce power consumption. This driver
support the new device.
support
s
the new device.
config ACPI_THERMAL
tristate "Thermal Zone"
...
...
drivers/acpi/ac.c
浏览文件 @
d59733c1
...
...
@@ -245,6 +245,7 @@ static void acpi_ac_notify(struct acpi_device *device, u32 event)
acpi_bus_generate_netlink_event
(
device
->
pnp
.
device_class
,
dev_name
(
&
device
->
dev
),
event
,
(
u32
)
ac
->
state
);
acpi_notifier_call_chain
(
device
,
event
,
(
u32
)
ac
->
state
);
#ifdef CONFIG_ACPI_SYSFS_POWER
kobject_uevent
(
&
ac
->
charger
.
dev
->
kobj
,
KOBJ_CHANGE
);
#endif
...
...
drivers/acpi/button.c
浏览文件 @
d59733c1
...
...
@@ -251,6 +251,9 @@ int acpi_lid_open(void)
acpi_status
status
;
unsigned
long
long
state
;
if
(
!
lid_device
)
return
-
ENODEV
;
status
=
acpi_evaluate_integer
(
lid_device
->
handle
,
"_LID"
,
NULL
,
&
state
);
if
(
ACPI_FAILURE
(
status
))
...
...
drivers/platform/x86/fujitsu-laptop.c
浏览文件 @
d59733c1
...
...
@@ -944,7 +944,7 @@ static int acpi_fujitsu_hotkey_remove(struct acpi_device *device, int type)
struct
fujitsu_hotkey_t
*
fujitsu_hotkey
=
acpi_driver_data
(
device
);
struct
input_dev
*
input
=
fujitsu_hotkey
->
input
;
#if
def CONFIG_LEDS_CLASS
#if
defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE)
if
(
fujitsu_hotkey
->
logolamp_registered
)
led_classdev_unregister
(
&
logolamp_led
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录