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-10-29 20:12:28 +0300
committerStany MARCEL <stanypub@gmail.com>2015-10-29 20:12:28 +0300
commit689c0b0562ceced33b2b23c6c2c332af26fc5071 (patch)
tree09e9f7bdfddacb5b3e378c1d243fd8ed630e1b1e /README.md
parenta9063747ffbe46db03bc10850ef0cca72f77a6b3 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b23e758..3df419d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Standalone Steam Controller Portable Driver
-This project is a driver for steam controller to be used where steam client can't be installed.
+This project is a standalone userland driver for the steam controller to be used where steam client can't be installed.
The Initial target is GNU/Linux if some developpers are insterred to add support
for Windows any contribution is welcomed.
-For the moment only the usb message dumper works.
+For the moment only the usb message dumper works, the simple xbox360 emulator is almost finished.
This project is licenced under MIT Licence.
@@ -19,7 +19,7 @@ This project is licenced under MIT Licence.
- Install python libusb1 `sudo pip2 install libusb1`
4. sudo python setup.py install
5. Install udev rules (if not already done for steam) in `/etc/udev/rules.d/99-steam-controller.rules`:
-```
+ ```
# replace game group by a valid group on your system
# Steam controller keyboard/mouse mode
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", GROUP="games", MODE="0660"