HID: make .raw_request mandatory
authorBenjamin Tissoires <[email protected]>
Thu, 20 Feb 2014 20:24:49 +0000 (15:24 -0500)
committerJiri Kosina <[email protected]>
Mon, 24 Feb 2014 16:23:15 +0000 (17:23 +0100)
commit3c86726cfe38952f0366f86acfbbb025813ec1c2
tree74192839f11f698ee74ea55b4c17717e4c1bffba
parent2ebaebcf31096f83401c850393e93bc8f28db0e9
HID: make .raw_request mandatory

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 <[email protected]>
Reviewed-by: David Herrmann <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Documentation/hid/hid-transport.txt
drivers/hid/hid-core.c
drivers/hid/hid-input.c
include/linux/hid.h