]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: Enable playstation driver independently of sony driver
authorAlex Henrie <dhenrale@amazon.com>
Thu, 6 Feb 2025 23:44:45 +0000 (16:44 -0700)
committerJiri Kosina <jkosina@suse.com>
Sat, 8 Feb 2025 19:41:40 +0000 (20:41 +0100)
commitc5cd1f0f0e742922262977fd72ae3c4ff49b7a1d
treecaa86ee1ef792a6a8eec5c626b2d64843ff1e140
parent27c02784773a69fd896e42f3cec73be8c5c83c1f
HID: Enable playstation driver independently of sony driver

PlayStation 4 controllers use the hid-playstation driver now, but they
are still not included in the hid_have_special_driver table unless the
hid-sony driver is enabled. Split up that section of the table so that
hid-playstation works even in the absence of hid-sony.

Fixes: 4f1f391869ee ("HID: sony: remove DualShock4 support.")
Signed-off-by: Alex Henrie <dhenrale@amazon.com>
Acked-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-quirks.c