Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 078328d

Browse files
author
Jiri Kosina
committed
HID: fold ps3remote driver into generic Sony driver
Let's follow the structure we are trying to keep for most of the specific HID drivers, and let the separation follow the producing vendor. Merge functionality provided by ps3remote driver into hid-sony. Tested-by: David Dillow <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 40e32ee commit 078328d

File tree

4 files changed

+185
-219
lines changed

4 files changed

+185
-219
lines changed

drivers/hid/Kconfig

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -561,15 +561,6 @@ config HID_PRIMAX
561561
Support for Primax devices that are not fully compliant with the
562562
HID standard.
563563

564-
config HID_PS3REMOTE
565-
tristate "Sony PS3 BD Remote Control"
566-
depends on HID
567-
---help---
568-
Support for the Sony PS3 Blue-ray Disk Remote Control and Logitech
569-
Harmony Adapter for PS3, which connect over Bluetooth.
570-
571-
Support for the 6-axis controllers is provided by HID_SONY.
572-
573564
config HID_ROCCAT
574565
tristate "Roccat device support"
575566
depends on USB_HID
@@ -600,11 +591,11 @@ config HID_SONY
600591
depends on LEDS_CLASS
601592
---help---
602593
Support for
603-
594+
604595
* Sony PS3 6-axis controllers
605596
* Buzz controllers
606-
607-
Support for the Sony PS3 BD Remote is provided by HID_PS3REMOTE.
597+
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
598+
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
608599

609600
config HID_SPEEDLINK
610601
tristate "Speedlink VAD Cezanne mouse support"

drivers/hid/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ hid-picolcd-y += hid-picolcd_debugfs.o
9292
endif
9393

9494
obj-$(CONFIG_HID_PRIMAX) += hid-primax.o
95-
obj-$(CONFIG_HID_PS3REMOTE) += hid-ps3remote.o
9695
obj-$(CONFIG_HID_ROCCAT) += hid-roccat.o hid-roccat-common.o \
9796
hid-roccat-arvo.o hid-roccat-isku.o hid-roccat-kone.o \
9897
hid-roccat-koneplus.o hid-roccat-konepure.o hid-roccat-kovaplus.o \

drivers/hid/hid-ps3remote.c

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)