From dbc0a8debda1075a91d0d69ef2d988e711f86b53 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 5 Apr 2022 13:14:54 +0100 Subject: 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 --- src/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.h') 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; -- cgit v1.2.3