Comment 4 for bug 1353021

Revision history for this message
Reilly Grant (reillyg) wrote :

Looks like this patch to remove hid_get_raw_report was pulled in,

commit cafebc058bf86e63fff5354864781d3de11e41d3
Author: Benjamin Tissoires <email address hidden>
Date: Wed Feb 5 16:33:22 2014 -0500

    HID: remove hid_get_raw_report in struct hid_device

    dev->hid_get_raw_report(X) and hid_hw_raw_request(X, HID_REQ_GET_REPORT)
    are strictly equivalent. Switch the hid subsystem to the hid_hw notation
    and remove the field .hid_get_raw_report in struct hid_device.

    Reviewed-by: David Herrmann <email address hidden>
    Signed-off-by: Benjamin Tissoires <email address hidden>
    Signed-off-by: Jiri Kosina <email address hidden>

without also pulling in this earlier patch that added an ll_driver->raw_request for the USB HID driver:

commit 975a683271e690e7e467b274f22efadf1e696b5e
Author: Frank Praznik <email address hidden>
Date: Wed Jan 22 13:49:42 2014 -0500

    HID: Add transport-driver functions to the USB HID interface.

    Add raw_request, set_raw_report and output_report transport-driver functions to
    the USB HID driver.

    Signed-off-by: Frank Praznik <email address hidden>
    Acked-by: David Herrmann <email address hidden>
    Signed-off-by: Jiri Kosina <email address hidden>