X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fhid.h;h=19fe719ace3e33bf20138db6d909c1c62c781ee3;hp=f9523c8e728092db1771d90f105102b55f2a9236;hb=9c8ea9f2d66ff437dd25da392a104947c703d975;hpb=a9f6e2b7e9f392b07d6773a846511b8f1b6d3ef0 diff --git a/include/linux/hid.h b/include/linux/hid.h index f9523c8e7280..19fe719ace3e 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -718,6 +718,10 @@ void hid_output_report(struct hid_report *report, __u8 *data); struct hid_device *hid_allocate_device(void); struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id); int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); +struct hid_report *hid_validate_values(struct hid_device *hid, + unsigned int type, unsigned int id, + unsigned int field_index, + unsigned int report_counts); int hid_check_keys_pressed(struct hid_device *hid); int hid_connect(struct hid_device *hid, unsigned int connect_mask); void hid_disconnect(struct hid_device *hid);