Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
65ab2fc4
Commit
65ab2fc4
authored
Mar 14, 2014
by
Jiri Kosina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanup
parents
866e4797
dccf2f65
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
701 additions
and
66 deletions
+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
No files found.
drivers/hid/Kconfig
View file @
65ab2fc4
...
...
@@ -617,25 +617,27 @@ config HID_SAMSUNG
Support for Samsung InfraRed remote control or keyboards.
config HID_SONY
tristate "Sony PS2/3 accessories"
tristate "Sony PS2/3
/4
accessories"
depends on USB_HID
depends on NEW_LEDS
depends on LEDS_CLASS
select POWER_SUPPLY
---help---
Support for
* Sony PS3 6-axis controllers
* Sony PS4 DualShock 4 controllers
* Buzz controllers
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
config SONY_FF
bool "Sony PS2/3
accessories force feedback support"
bool "Sony PS2/3
/4 accessories force feedback support"
depends on HID_SONY
select INPUT_FF_MEMLESS
---help---
Say Y here if you have a Sony PS2/3
accessory and want to enable forc
e
feedback support for it.
Say Y here if you have a Sony PS2/3
/4 accessory and want to enabl
e
f
orce f
eedback support for it.
config HID_SPEEDLINK
tristate "Speedlink VAD Cezanne mouse support"
...
...
drivers/hid/hid-sony.c
View file @
65ab2fc4
This diff is collapsed.
Click to expand it.
net/bluetooth/hidp/core.c
View file @
65ab2fc4
...
...
@@ -767,6 +767,9 @@ static int hidp_setup_hid(struct hidp_session *session,
snprintf
(
hid
->
phys
,
sizeof
(
hid
->
phys
),
"%pMR"
,
&
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"
,
&
l2cap_pi
(
session
->
ctrl_sock
->
sk
)
->
chan
->
dst
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment