diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2024-09-30 11:50:54 +0300 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2024-09-30 11:50:54 +0300 |
commit | 2dd0ef5d951e9b565ddb324fe26c531b6a40bf82 (patch) | |
tree | b24f5029eaa4cea229163c14549f571499c36fde /include/linux/hidraw.h | |
parent | 15499749fbb864cc0737bc8ecaf0e28a6b6d62dd (diff) | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
download | linux-2dd0ef5d951e9b565ddb324fe26c531b6a40bf82.tar.xz |
Merge drm/drm-next into drm-misc-next
Get drm-misc-next to up v6.12-rc1.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'include/linux/hidraw.h')
-rw-r--r-- | include/linux/hidraw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hidraw.h b/include/linux/hidraw.h index cd67f4ca5599..18fd30a288de 100644 --- a/include/linux/hidraw.h +++ b/include/linux/hidraw.h @@ -32,6 +32,7 @@ struct hidraw_list { struct hidraw *hidraw; struct list_head node; struct mutex read_mutex; + bool revoked; }; #ifdef CONFIG_HIDRAW |