Skip to content

Commit

Permalink
HID: fold ps3remote driver into generic Sony driver
Browse files Browse the repository at this point in the history
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 <dave@thedillows.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jun 13, 2013
1 parent 40e32ee commit 078328d
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 219 deletions.
15 changes: 3 additions & 12 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -561,15 +561,6 @@ config HID_PRIMAX
Support for Primax devices that are not fully compliant with the
HID standard.

config HID_PS3REMOTE
tristate "Sony PS3 BD Remote Control"
depends on HID
---help---
Support for the Sony PS3 Blue-ray Disk Remote Control and Logitech
Harmony Adapter for PS3, which connect over Bluetooth.

Support for the 6-axis controllers is provided by HID_SONY.

config HID_ROCCAT
tristate "Roccat device support"
depends on USB_HID
Expand Down Expand Up @@ -600,11 +591,11 @@ config HID_SONY
depends on LEDS_CLASS
---help---
Support for

* Sony PS3 6-axis controllers
* Buzz controllers

Support for the Sony PS3 BD Remote is provided by HID_PS3REMOTE.
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)

config HID_SPEEDLINK
tristate "Speedlink VAD Cezanne mouse support"
Expand Down
1 change: 0 additions & 1 deletion drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ hid-picolcd-y += hid-picolcd_debugfs.o
endif

obj-$(CONFIG_HID_PRIMAX) += hid-primax.o
obj-$(CONFIG_HID_PS3REMOTE) += hid-ps3remote.o
obj-$(CONFIG_HID_ROCCAT) += hid-roccat.o hid-roccat-common.o \
hid-roccat-arvo.o hid-roccat-isku.o hid-roccat-kone.o \
hid-roccat-koneplus.o hid-roccat-konepure.o hid-roccat-kovaplus.o \
Expand Down
204 changes: 0 additions & 204 deletions drivers/hid/hid-ps3remote.c

This file was deleted.

Loading

0 comments on commit 078328d

Please sign in to comment.