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:
authorkozec <kozec@kozec.com>2017-01-01 14:02:26 +0300
committerkozec <kozec@kozec.com>2017-01-01 14:02:26 +0300
commitc0b775df2688957e96094ddbab3c749cae215bad (patch)
tree29ae3398fa87dcd367a73ef3c9c132a6e55b2c95
parent30b403b1510d61ed12476b329d8e80900f5ef011 (diff)
Set version of emulated XBox controller to 0x110
-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,