]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/hid.h
HID: make raw reports possible for both feature and output reports
[karo-tx-linux.git] / include / linux / hid.h
index 87093652dda8d00ee341132f40eb17d5b46171be..3661a626941d0da1217544a33fd1d420aacbfd4e 100644 (file)
@@ -501,7 +501,7 @@ struct hid_device {                                                 /* device report descriptor */
        void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
 
        /* handler for raw output data, used by hidraw */
-       int (*hid_output_raw_report) (struct hid_device *, __u8 *, size_t);
+       int (*hid_output_raw_report) (struct hid_device *, __u8 *, size_t, unsigned char);
 
        /* debugging support via debugfs */
        unsigned short debug;