diff options
author | Roderick Colenbrander <roderick.colenbrander@sony.com> | 2021-02-07 13:48:56 -0800 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2021-02-11 16:56:40 +0100 |
commit | bc2e15a9a0228b10fece576d4f6a974c002ff07b (patch) | |
tree | 5c12a15d4a2da325e3bbed8d3b4c383df82215b3 /MAINTAINERS | |
parent | 25221c99c593bf888bd8faa67ca25b40f046e9f8 (diff) | |
download | linux-bc2e15a9a0228b10fece576d4f6a974c002ff07b.tar.gz linux-bc2e15a9a0228b10fece576d4f6a974c002ff07b.tar.bz2 linux-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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 992fe3b0900a..cbbea203f823 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7928,6 +7928,12 @@ F: drivers/hid/ F: include/linux/hid* F: include/uapi/linux/hid* +HID PLAYSTATION DRIVER +M: Roderick Colenbrander <roderick.colenbrander@sony.com> +L: linux-input@vger.kernel.org +S: Supported +F: drivers/hid/hid-playstation.c + HID SENSOR HUB DRIVERS M: Jiri Kosina <jikos@kernel.org> M: Jonathan Cameron <jic23@kernel.org> |