Looks like this patch to remove hid_get_raw_report was pulled in,

commit cafebc058bf86e63fff5354864781d3de11e41d3
Author: Benjamin Tissoires <[email protected]>
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 protected]>
    Signed-off-by: Benjamin Tissoires <[email protected]>
    Signed-off-by: Jiri Kosina <[email protected]>

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 protected]>
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 protected]>
    Acked-by: David Herrmann <[email protected]>
    Signed-off-by: Jiri Kosina <[email protected]>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1353021

Title:
  USB HIDRAW Feature Report Implementation for HID devices not working
  correctly in Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353021/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to