HID: make .raw_request mandatory
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 20 Feb 2014 20:24:49 +0000 (15:24 -0500)
committerJiri Kosina <jkosina@suse.cz>
Mon, 24 Feb 2014 16:23:15 +0000 (17:23 +0100)
SET_REPORT and GET_REPORT are mandatory in the HID specification.
Make the corresponding API in hid-core mandatory too, which removes the
need to test against it in some various places.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found