Revert "Revert "HID: uhid: Over-ride the default maximum data buffer value with our own""

This reverts commit c9d17c24b9.

It was perserving the ABI, but that is not needed anymore at this point
in time.

Change-Id: I571a879d78bcbb7f1be4554456ea2ac6ebcc53cc
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-03-24 11:58:05 +00:00
committed by Lee Jones
parent 9032769f78
commit f56e85511c

View File

@@ -395,6 +395,7 @@ struct hid_ll_driver uhid_hid_driver = {
.parse = uhid_hid_parse,
.raw_request = uhid_hid_raw_request,
.output_report = uhid_hid_output_report,
.max_buffer_size = UHID_DATA_MAX,
};
EXPORT_SYMBOL_GPL(uhid_hid_driver);