]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/hid.h
USB: don't rebind drivers after failed resume or reset
[linux-2.6-omap-h63xx.git] / include / linux / hid.h
index dcdef0bb4bbaa4a4f63af05a9ffcd63003cb8a2e..f13bca2dd53b806303577cb298562a3a426b79b4 100644 (file)
@@ -388,6 +388,12 @@ struct hid_report_enum {
 struct hid_control_fifo {
        unsigned char dir;
        struct hid_report *report;
+       char *raw_report;
+};
+
+struct hid_output_fifo {
+       struct hid_report *report;
+       char *raw_report;
 };
 
 #define HID_CLAIMED_INPUT      1