Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/uinput.py')
-rw-r--r--src/uinput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uinput.py b/src/uinput.py
index 7894bc2..684a018 100644
--- a/src/uinput.py
+++ b/src/uinput.py
@@ -369,7 +369,7 @@ class Gamepad(UInput):
def __init__(self):
super(Gamepad, self).__init__(vendor=0x045e,
product=0x028e,
- version=1,
+ version=0x110,
name=b"Microsoft X-Box 360 pad",
keys=[Keys.BTN_START,
Keys.BTN_MODE,