Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
65ab2fc4
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看板
提交
65ab2fc4
编写于
3月 14, 2014
作者:
J
Jiri Kosina
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanup
上级
866e4797
dccf2f65
变更
3
展开全部
隐藏空白更改
内联
并排
Showing
3 changed file
with
701 addition
and
66 deletion
+701
-66
drivers/hid/Kconfig
drivers/hid/Kconfig
+6
-4
drivers/hid/hid-sony.c
drivers/hid/hid-sony.c
+692
-62
net/bluetooth/hidp/core.c
net/bluetooth/hidp/core.c
+3
-0
未找到文件。
drivers/hid/Kconfig
浏览文件 @
65ab2fc4
...
@@ -617,25 +617,27 @@ config HID_SAMSUNG
...
@@ -617,25 +617,27 @@ config HID_SAMSUNG
Support for Samsung InfraRed remote control or keyboards.
Support for Samsung InfraRed remote control or keyboards.
config HID_SONY
config HID_SONY
tristate "Sony PS2/3 accessories"
tristate "Sony PS2/3
/4
accessories"
depends on USB_HID
depends on USB_HID
depends on NEW_LEDS
depends on NEW_LEDS
depends on LEDS_CLASS
depends on LEDS_CLASS
select POWER_SUPPLY
---help---
---help---
Support for
Support for
* Sony PS3 6-axis controllers
* Sony PS3 6-axis controllers
* Sony PS4 DualShock 4 controllers
* Buzz controllers
* Buzz controllers
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
config SONY_FF
config SONY_FF
bool "Sony PS2/3
accessories force feedback support"
bool "Sony PS2/3
/4 accessories force feedback support"
depends on HID_SONY
depends on HID_SONY
select INPUT_FF_MEMLESS
select INPUT_FF_MEMLESS
---help---
---help---
Say Y here if you have a Sony PS2/3
accessory and want to enable forc
e
Say Y here if you have a Sony PS2/3
/4 accessory and want to enabl
e
feedback support for it.
f
orce f
eedback support for it.
config HID_SPEEDLINK
config HID_SPEEDLINK
tristate "Speedlink VAD Cezanne mouse support"
tristate "Speedlink VAD Cezanne mouse support"
...
...
drivers/hid/hid-sony.c
浏览文件 @
65ab2fc4
此差异已折叠。
点击以展开。
net/bluetooth/hidp/core.c
浏览文件 @
65ab2fc4
...
@@ -767,6 +767,9 @@ static int hidp_setup_hid(struct hidp_session *session,
...
@@ -767,6 +767,9 @@ static int hidp_setup_hid(struct hidp_session *session,
snprintf
(
hid
->
phys
,
sizeof
(
hid
->
phys
),
"%pMR"
,
snprintf
(
hid
->
phys
,
sizeof
(
hid
->
phys
),
"%pMR"
,
&
l2cap_pi
(
session
->
ctrl_sock
->
sk
)
->
chan
->
src
);
&
l2cap_pi
(
session
->
ctrl_sock
->
sk
)
->
chan
->
src
);
/* NOTE: Some device modules depend on the dst address being stored in
* uniq. Please be aware of this before making changes to this behavior.
*/
snprintf
(
hid
->
uniq
,
sizeof
(
hid
->
uniq
),
"%pMR"
,
snprintf
(
hid
->
uniq
,
sizeof
(
hid
->
uniq
),
"%pMR"
,
&
l2cap_pi
(
session
->
ctrl_sock
->
sk
)
->
chan
->
dst
);
&
l2cap_pi
(
session
->
ctrl_sock
->
sk
)
->
chan
->
dst
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录