diff options
| author | David Dillow <dave@thedillows.org> | 2012-09-25 17:02:27 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-01 04:11:48 -0400 |
| commit | 5844c1cdb630b537a2ecdf74dab2985e51dc1bd9 (patch) | |
| tree | 7374a3cc5379f68a4c0c95a430bb300f2f7cda44 /drivers/hid/Kconfig | |
| parent | cead24c1181ad199354bd08013d0f9d08b66691b (diff) | |
HID: Add support for Sony PS3 BD Remote Control
The Sony PS3 Blue-ray Disc Remote Control used to be supported by the
BlueZ project's user space, but the code that handled it was recently
removed as its functionality conflicted with a real HSP implementation
and the mapping was thought to be better handled in the kernel. This is
a port of the mapping logic from the fakehid driver by Marcel Holtmann
to the in-kernel HID layer.
We also add support for the Logitech Harmony Adapter for PS3, which
emulates the BD Remote.
Signed-off-by: David Dillow <dave@thedillows.org>
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
| -rw-r--r-- | drivers/hid/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index fbf49503508..378be0bdc99 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -534,6 +534,15 @@ config HID_PRIMAX | |||
| 534 | Support for Primax devices that are not fully compliant with the | 534 | Support for Primax devices that are not fully compliant with the |
| 535 | HID standard. | 535 | HID standard. |
| 536 | 536 | ||
| 537 | config HID_PS3REMOTE | ||
| 538 | tristate "Sony PS3 BD Remote Control" | ||
| 539 | depends on BT_HIDP | ||
| 540 | ---help--- | ||
| 541 | Support for the Sony PS3 Blue-ray Disk Remote Control and Logitech | ||
| 542 | Harmony Adapter for PS3, which connect over Bluetooth. | ||
| 543 | |||
| 544 | Support for the 6-axis controllers is provided by HID_SONY. | ||
| 545 | |||
| 537 | config HID_ROCCAT | 546 | config HID_ROCCAT |
| 538 | tristate "Roccat device support" | 547 | tristate "Roccat device support" |
| 539 | depends on USB_HID | 548 | depends on USB_HID |
| @@ -561,7 +570,9 @@ config HID_SONY | |||
| 561 | tristate "Sony PS3 controller" | 570 | tristate "Sony PS3 controller" |
| 562 | depends on USB_HID | 571 | depends on USB_HID |
| 563 | ---help--- | 572 | ---help--- |
| 564 | Support for Sony PS3 controller. | 573 | Support for Sony PS3 6-axis controllers. |
| 574 | |||
| 575 | Support for the Sony PS3 BD Remote is provided by HID_PS3REMOTE. | ||
| 565 | 576 | ||
| 566 | config HID_SPEEDLINK | 577 | config HID_SPEEDLINK |
| 567 | tristate "Speedlink VAD Cezanne mouse support" | 578 | tristate "Speedlink VAD Cezanne mouse support" |
