summaryrefslogtreecommitdiff
path: root/include/linux/hid.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-23 09:59:16 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-23 09:59:16 +0100
commit6872c84dc6f5d18e02ebc34b257f4152895e236c (patch)
tree10d75124b78b4ad2a244c9853a7712dde2315d4b /include/linux/hid.h
parenteb3b0d92c9c39890592cca6647601fe5c631efea (diff)
parentc369299895a591d96745d6492d4888259b004a9e (diff)
Merge 7.0-rc5 into tty-next
We need the tty/serial fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r--include/linux/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 2990b9f94cb5..31324609af4d 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -682,6 +682,7 @@ struct hid_device {
__s32 battery_charge_status;
enum hid_battery_status battery_status;
bool battery_avoid_query;
+ bool battery_present;
ktime_t battery_ratelimit_time;
#endif