Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
95e3f66f
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看板
提交
95e3f66f
编写于
9月 17, 2007
作者:
L
Len Brown
浏览文件
操作
浏览文件
下载
差异文件
Pull misc into release branch
上级
5e41d0d6
66baf327
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
7 deletion
+7
-7
drivers/acpi/event.c
drivers/acpi/event.c
+1
-1
drivers/acpi/sleep/proc.c
drivers/acpi/sleep/proc.c
+5
-5
drivers/misc/msi-laptop.c
drivers/misc/msi-laptop.c
+1
-1
未找到文件。
drivers/acpi/event.c
浏览文件 @
95e3f66f
...
...
@@ -240,7 +240,7 @@ int acpi_bus_generate_netlink_event(const char *device_class,
return
0
;
}
EXPORT_SYMBOL
(
acpi_generate_netlink_event
);
EXPORT_SYMBOL
(
acpi_
bus_
generate_netlink_event
);
static
int
acpi_event_genetlink_init
(
void
)
{
...
...
drivers/acpi/sleep/proc.c
浏览文件 @
95e3f66f
...
...
@@ -23,7 +23,7 @@
*/
ACPI_MODULE_NAME
(
"sleep"
)
#ifdef CONFIG_ACPI_PROCFS
_SLEEP
#ifdef CONFIG_ACPI_PROCFS
static
int
acpi_system_sleep_seq_show
(
struct
seq_file
*
seq
,
void
*
offset
)
{
int
i
;
...
...
@@ -76,7 +76,7 @@ acpi_system_write_sleep(struct file *file,
Done:
return
error
?
error
:
count
;
}
#endif
/* CONFIG_ACPI_PROCFS
_SLEEP
*/
#endif
/* CONFIG_ACPI_PROCFS */
#if defined(CONFIG_RTC_DRV_CMOS) || defined(CONFIG_RTC_DRV_CMOS_MODULE) || !defined(CONFIG_X86)
/* use /sys/class/rtc/rtcX/wakealarm instead; it's not ACPI-specific */
...
...
@@ -471,7 +471,7 @@ static const struct file_operations acpi_system_wakeup_device_fops = {
.
release
=
single_release
,
};
#ifdef CONFIG_ACPI_PROCFS
_SLEEP
#ifdef CONFIG_ACPI_PROCFS
static
const
struct
file_operations
acpi_system_sleep_fops
=
{
.
open
=
acpi_system_sleep_open_fs
,
.
read
=
seq_read
,
...
...
@@ -479,7 +479,7 @@ static const struct file_operations acpi_system_sleep_fops = {
.
llseek
=
seq_lseek
,
.
release
=
single_release
,
};
#endif
/* CONFIG_ACPI_PROCFS
_SLEEP
*/
#endif
/* CONFIG_ACPI_PROCFS */
#ifdef HAVE_ACPI_LEGACY_ALARM
static
const
struct
file_operations
acpi_system_alarm_fops
=
{
...
...
@@ -506,7 +506,7 @@ static int __init acpi_sleep_proc_init(void)
if
(
acpi_disabled
)
return
0
;
#ifdef CONFIG_ACPI_PROCFS
_SLEEP
#ifdef CONFIG_ACPI_PROCFS
/* 'sleep' [R/W] */
entry
=
create_proc_entry
(
"sleep"
,
S_IFREG
|
S_IRUGO
|
S_IWUSR
,
...
...
drivers/misc/msi-laptop.c
浏览文件 @
95e3f66f
...
...
@@ -353,7 +353,7 @@ static int __init msi_init(void)
if
(
IS_ERR
(
msibl_device
))
return
PTR_ERR
(
msibl_device
);
msibl_device
->
props
.
max_brightness
=
MSI_LCD_LEVEL_MAX
-
1
,
msibl_device
->
props
.
max_brightness
=
MSI_LCD_LEVEL_MAX
-
1
;
ret
=
platform_driver_register
(
&
msipf_driver
);
if
(
ret
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录