mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-30 15:10:06 +01:00
linux: Add gaming input type to the test suite
The enum member was missing.
This commit is contained in:
parent
56ff72fdf4
commit
f16a8feea0
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ BATTERY_IFACE = 'org.bluez.Battery1'
|
|||
UP_DEVICE_KIND_PHONE,
|
||||
UP_DEVICE_KIND_MEDIA_PLAYER,
|
||||
UP_DEVICE_KIND_TABLET,
|
||||
UP_DEVICE_KIND_COMPUTER) = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
|
||||
UP_DEVICE_KIND_COMPUTER,
|
||||
UP_DEVICE_KIND_GAMING_INPUT) = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)
|
||||
|
||||
class Tests(dbusmock.DBusTestCase):
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue