summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorRoderick Colenbrander <roderick.colenbrander@sony.com>2021-02-07 13:48:56 -0800
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2021-02-11 16:56:40 +0100
commitbc2e15a9a0228b10fece576d4f6a974c002ff07b (patch)
tree5c12a15d4a2da325e3bbed8d3b4c383df82215b3 /drivers/hid/Makefile
parent25221c99c593bf888bd8faa67ca25b40f046e9f8 (diff)
downloadlinux-stable-bc2e15a9a0228b10fece576d4f6a974c002ff07b.tar.gz
linux-stable-bc2e15a9a0228b10fece576d4f6a974c002ff07b.tar.bz2
linux-stable-bc2e15a9a0228b10fece576d4f6a974c002ff07b.zip
HID: playstation: initial DualSense USB support.
Implement support for PlayStation DualSense gamepad in USB mode. Support features include buttons and sticks, which adhere to the Linux gamepad spec. Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com> Reviewed-by: Barnabás Pőcze <pobrn@protonmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index 014d21fe7dac..3cdbfb60ca57 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -94,6 +94,7 @@ hid-picolcd-$(CONFIG_HID_PICOLCD_CIR) += hid-picolcd_cir.o
hid-picolcd-$(CONFIG_DEBUG_FS) += hid-picolcd_debugfs.o
obj-$(CONFIG_HID_PLANTRONICS) += hid-plantronics.o
+obj-$(CONFIG_HID_PLAYSTATION) += hid-playstation.o
obj-$(CONFIG_HID_PRIMAX) += hid-primax.o
obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o
obj-$(CONFIG_HID_RETRODE) += hid-retrode.o