diff --git a/pygameControls/controller.py b/pygameControls/controller.py index 5a890ef..848fe6a 100644 --- a/pygameControls/controller.py +++ b/pygameControls/controller.py @@ -1,7 +1,7 @@ import pygame from . import globals -__version__ = "0.2.5" +__version__ = "0.2.6" class Controllers: def __init__(self, joy): diff --git a/pygameControls/globals.py b/pygameControls/globals.py index 6724c60..45f6005 100644 --- a/pygameControls/globals.py +++ b/pygameControls/globals.py @@ -183,7 +183,7 @@ def init(): }, { "vidpid": "046d:c21d", - "guid": "", + "guid": "0333443e6d0400001fc2000005030000", "connection": ConnectionType.USB, "input": InputType.XInput, "name": [ @@ -194,12 +194,13 @@ def init(): }, { "vidpid": "046d:c216", - "guid": "", + "guid": "03005d8e6d04000019c2000011010000", "connection": ConnectionType.USB, "input": InputType.DirectInput, "name": [ "Logitech, Inc. F710 Gamepad [DirectInput Mode]", - "Logitech Dual Action" + "Logitech Dual Action", + "Logitech Cordless Rumblepad 2" ], "class": CONTROLLERS["Logitech Dual Action"] } diff --git a/setup.py b/setup.py index 295c18f..f014dc2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name='pygameControls', - version='0.2.5', + version='0.2.6', packages=find_packages(), install_requires=[], author='Jan Lerking',