Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
b7277155
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看板
提交
b7277155
编写于
8月 23, 2006
作者:
G
Greg Kroah-Hartman
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-linus' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
上级
ccc712fe
c712a9de
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
9 addition
and
17 deletion
+9
-17
Documentation/input/joystick.txt
Documentation/input/joystick.txt
+0
-1
drivers/input/keyboard/atkbd.c
drivers/input/keyboard/atkbd.c
+1
-1
drivers/input/misc/wistron_btns.c
drivers/input/misc/wistron_btns.c
+8
-8
drivers/input/mouse/psmouse-base.c
drivers/input/mouse/psmouse-base.c
+0
-7
未找到文件。
Documentation/input/joystick.txt
浏览文件 @
b7277155
...
...
@@ -39,7 +39,6 @@ them. Bug reports and success stories are also welcome.
The input project website is at:
http://www.suse.cz/development/input/
http://atrey.karlin.mff.cuni.cz/~vojtech/input/
There is also a mailing list for the driver at:
...
...
drivers/input/keyboard/atkbd.c
浏览文件 @
b7277155
...
...
@@ -498,7 +498,7 @@ static int atkbd_set_repeat_rate(struct atkbd *atkbd)
i
++
;
dev
->
rep
[
REP_PERIOD
]
=
period
[
i
];
while
(
j
<
ARRAY_SIZE
(
period
)
-
1
&&
delay
[
j
]
<
dev
->
rep
[
REP_DELAY
])
while
(
j
<
ARRAY_SIZE
(
delay
)
-
1
&&
delay
[
j
]
<
dev
->
rep
[
REP_DELAY
])
j
++
;
dev
->
rep
[
REP_DELAY
]
=
delay
[
j
];
...
...
drivers/input/misc/wistron_btns.c
浏览文件 @
b7277155
...
...
@@ -259,11 +259,11 @@ static int __init dmi_matched(struct dmi_system_id *dmi)
return
1
;
}
static
struct
key_entry
keymap_empty
[]
__initdata
=
{
static
struct
key_entry
keymap_empty
[]
=
{
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_fs_amilo_pro_v2000
[]
__initdata
=
{
static
struct
key_entry
keymap_fs_amilo_pro_v2000
[]
=
{
{
KE_KEY
,
0x01
,
KEY_HELP
},
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
...
...
@@ -273,7 +273,7 @@ static struct key_entry keymap_fs_amilo_pro_v2000[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_fujitsu_n3510
[]
__initdata
=
{
static
struct
key_entry
keymap_fujitsu_n3510
[]
=
{
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
{
KE_KEY
,
0x36
,
KEY_WWW
},
...
...
@@ -285,7 +285,7 @@ static struct key_entry keymap_fujitsu_n3510[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_wistron_ms2111
[]
__initdata
=
{
static
struct
key_entry
keymap_wistron_ms2111
[]
=
{
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
{
KE_KEY
,
0x13
,
KEY_PROG3
},
...
...
@@ -294,7 +294,7 @@ static struct key_entry keymap_wistron_ms2111[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_wistron_ms2141
[]
__initdata
=
{
static
struct
key_entry
keymap_wistron_ms2141
[]
=
{
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
{
KE_WIFI
,
0x30
,
0
},
...
...
@@ -307,7 +307,7 @@ static struct key_entry keymap_wistron_ms2141[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_acer_aspire_1500
[]
__initdata
=
{
static
struct
key_entry
keymap_acer_aspire_1500
[]
=
{
{
KE_KEY
,
0x11
,
KEY_PROG1
},
{
KE_KEY
,
0x12
,
KEY_PROG2
},
{
KE_WIFI
,
0x30
,
0
},
...
...
@@ -317,7 +317,7 @@ static struct key_entry keymap_acer_aspire_1500[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_acer_travelmate_240
[]
__initdata
=
{
static
struct
key_entry
keymap_acer_travelmate_240
[]
=
{
{
KE_KEY
,
0x31
,
KEY_MAIL
},
{
KE_KEY
,
0x36
,
KEY_WWW
},
{
KE_KEY
,
0x11
,
KEY_PROG1
},
...
...
@@ -327,7 +327,7 @@ static struct key_entry keymap_acer_travelmate_240[] __initdata = {
{
KE_END
,
0
}
};
static
struct
key_entry
keymap_aopen_1559as
[]
__initdata
=
{
static
struct
key_entry
keymap_aopen_1559as
[]
=
{
{
KE_KEY
,
0x01
,
KEY_HELP
},
{
KE_KEY
,
0x06
,
KEY_PROG3
},
{
KE_KEY
,
0x11
,
KEY_PROG1
},
...
...
drivers/input/mouse/psmouse-base.c
浏览文件 @
b7277155
...
...
@@ -485,13 +485,6 @@ static int im_explorer_detect(struct psmouse *psmouse, int set_properties)
param
[
0
]
=
40
;
ps2_command
(
ps2dev
,
param
,
PSMOUSE_CMD_SETRATE
);
param
[
0
]
=
200
;
ps2_command
(
ps2dev
,
param
,
PSMOUSE_CMD_SETRATE
);
param
[
0
]
=
200
;
ps2_command
(
ps2dev
,
param
,
PSMOUSE_CMD_SETRATE
);
param
[
0
]
=
60
;
ps2_command
(
ps2dev
,
param
,
PSMOUSE_CMD_SETRATE
);
if
(
set_properties
)
{
set_bit
(
BTN_MIDDLE
,
psmouse
->
dev
->
keybit
);
set_bit
(
REL_WHEEL
,
psmouse
->
dev
->
relbit
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录