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:
authorStany MARCEL <stanypub@gmail.com>2015-11-03 05:43:22 +0300
committerStany MARCEL <stanypub@gmail.com>2015-11-03 05:43:22 +0300
commited83895f9061ea330b76c845ef02cd5235817538 (patch)
tree95d07df78076d0b4f5dcb2a7a27550c7949a6a73 /README.md
parent72c42cf5f2bf68c79743c1948de7976d6d202231 (diff)
Start Work on gyro fields command identification
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index b7df8ae..5eab5ae 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ KERNEL=="uinput", MODE="0660", GROUP="games", OPTIONS+="static_node=uinput"
1. Finish to guess each bytes/bits roles in the usb message (*Done* Except Gyroscope).
2. Understand how to configure haptic feed backs (*In progress*).
- Understand the format of control messages used (cf _Control Message Capture_ below)
- 3. Understand how to enable gyroscopes (TBD).
+ 3. Understand how to enable gyroscopes (*Done*).
4. Redirect inputs to userland events via uinput (*Done*).
5. Create a simple xbox event mapper (*Done* but to be improved).
6. Create a configurable event mapper (TBD):
@@ -60,13 +60,15 @@ KERNEL=="uinput", MODE="0660", GROUP="games", OPTIONS+="static_node=uinput"
### Disable auto feedback on rpad:
- `81000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000`
- - `87153284 03180000 31020008 07000707 00300000 2f010000 00000000 00000000`
-### Enable autofeedback on rpad
+### Enable Gyro
- - `81000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000`
- `87153284 03180000 31020008 07000707 00301400 2f010000 00000000 00000000`
+### Disable Gyro
+
+ - `87153284 03180000 31020008 07000707 00300000 2f010000 00000000 00000000`
+
### RPAD
- `8f0700c8 00000001 00000000 00000000 00000000 00000000 00000000 00000000`
@@ -75,8 +77,7 @@ KERNEL=="uinput", MODE="0660", GROUP="games", OPTIONS+="static_node=uinput"
- `8f070115 02000001 00000000 00000000 00000000 00000000 00000000 00000000`
-
-### BIP (Controller identification)
+### Sound (Controller identification)
- `8f07005e 015e01f4 01000000 00000000 00000000 00000000 00000000 00000000`
- `8f070126 022602f4 01000000 00000000 00000000 00000000 00000000 00000000`