diff options
author | Martin Wimpress <code@flexion.org> | 2022-04-05 13:14:54 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2022-04-05 13:14:54 +0100 |
commit | dbc0a8debda1075a91d0d69ef2d988e711f86b53 (patch) | |
tree | 347162e1b1a315000857406027f602fdcc38d439 /src/device.h | |
parent | 56a3011c5e03f8217de3bddf6b1b11785a736665 (diff) | |
download | ayatana-indicator-power-dbc0a8debda1075a91d0d69ef2d988e711f86b53.tar.gz ayatana-indicator-power-dbc0a8debda1075a91d0d69ef2d988e711f86b53.tar.bz2 ayatana-indicator-power-dbc0a8debda1075a91d0d69ef2d988e711f86b53.zip |
Add support for gaming-input devices with internal batteries
This pull requests add support for battery powered gaming-input devices. Tested with Razer Wolverine V2 Chroma and Scuf Instinct Pro.
See: https://pad.lv/1967854
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index fad959a..1186cee 100644 --- a/src/device.h +++ b/src/device.h @@ -60,6 +60,7 @@ typedef enum UP_DEVICE_KIND_MEDIA_PLAYER, UP_DEVICE_KIND_TABLET, UP_DEVICE_KIND_COMPUTER, + UP_DEVICE_KIND_GAMING_INPUT, UP_DEVICE_KIND_LAST } UpDeviceKind; |