arm64: mte: add in-kernel tag fault handler
[linux-2.6-microblaze.git] / include / linux / hid.h
index 5868465..c39d71e 100644 (file)
@@ -494,7 +494,7 @@ struct hid_report_enum {
 };
 
 #define HID_MIN_BUFFER_SIZE    64              /* make sure there is at least a packet size of space */
-#define HID_MAX_BUFFER_SIZE    8192            /* 8kb */
+#define HID_MAX_BUFFER_SIZE    16384           /* 16kb */
 #define HID_CONTROL_FIFO_SIZE  256             /* to init devices with >100 reports */
 #define HID_OUTPUT_FIFO_SIZE   64
 
@@ -585,6 +585,7 @@ struct hid_device {                                                 /* device report descriptor */
        __s32 battery_report_id;
        enum hid_battery_status battery_status;
        bool battery_avoid_query;
+       ktime_t battery_ratelimit_time;
 #endif
 
        unsigned long status;                                           /* see STAT flags above */