--- v4
+++ v5
@@ -25,7 +25,7 @@
help
Provides support for Sony PS5 controllers including support for
diff --git a/drivers/hid/hid-playstation.c b/drivers/hid/hid-playstation.c
-index 483f790aca71..2f16a650f247 100644
+index 0c3956756bf0..2da362d3dbda 100644
--- a/drivers/hid/hid-playstation.c
+++ b/drivers/hid/hid-playstation.c
@@ -6,6 +6,7 @@
@@ -87,7 +87,7 @@
return 0;
}
-@@ -506,6 +535,17 @@ static int dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *r
+@@ -543,6 +572,17 @@ static int dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *r
if (hdev->bus == BUS_USB && report->id == DS_INPUT_REPORT_USB &&
size == DS_INPUT_REPORT_USB_SIZE) {
ds_report = (struct dualsense_input_report *)&data[1];
@@ -105,7 +105,7 @@
} else {
hid_err(hdev, "Unhandled reportID=%d\n", report->id);
return -1;
-@@ -769,6 +809,7 @@ static void ps_remove(struct hid_device *hdev)
+@@ -806,6 +846,7 @@ static void ps_remove(struct hid_device *hdev)
}
static const struct hid_device_id ps_devices[] = {