mbox series

[v2,0/2] HID: hid_have_special_driver fixes for playstation driver

Message ID 20250206234708.7214-1-dhenrale@amazon.com (mailing list archive)
Headers show
Series HID: hid_have_special_driver fixes for playstation driver | expand

Message

Alex Henrie Feb. 6, 2025, 11:44 p.m. UTC
Changes from v1:
- Add a second patch to enable the hid-playstation driver for PS5
  controllers

Thanks to Roderick for your feedback.

Alex Henrie (2):
  HID: Enable playstation driver independently of sony driver
  HID: Enable playstation driver for PlayStation 5 controllers

 drivers/hid/hid-quirks.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Comments

Jiri Kosina Feb. 8, 2025, 7:42 p.m. UTC | #1
On Thu, 6 Feb 2025, Alex Henrie wrote:

> Changes from v1:
> - Add a second patch to enable the hid-playstation driver for PS5
>   controllers
> 
> Thanks to Roderick for your feedback.
> 
> Alex Henrie (2):
>   HID: Enable playstation driver independently of sony driver
>   HID: Enable playstation driver for PlayStation 5 controllers
> 
>  drivers/hid/hid-quirks.c | 16 +++++++++++-----
>  1 file changed, 11 insertions(+), 5 deletions(-)

Both now applied to hid.git#for-6.15/sony. Thanks,