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
AgeCommit message (Collapse)Author
2017-08-12Merge pull request #62 from GreenBeard/masterHEADmasterStany MARCEL
Fixed README formatting
2017-07-07Fixed README formattingGreenBeard
2017-06-13Merge pull request #53 from kiendang/patch-1Stany MARCEL
Fix instruction
2017-06-13Merge pull request #56 from mcronce/trackpad-improvementsStany MARCEL
Trackpad improvements
2017-02-18src/events.py: Whoops...gotta take deadzone into accountMike Cronce
2017-02-17src/events.py: Fixed sin/cos constant for anglesMike Cronce
2017-02-17src/events.py: Added some additional math handling trackpad button touch ↵Mike Cronce
and button click mode; what this does, in a nutshell, is change the deadzone from effectively being a square to effectively being a circle. The net effect is that diagonals work better.
2017-02-08Fix instructionDang Trung Kien
2017-01-05Merge pull request #49 from kozec/x360-versionStany MARCEL
Change device version of emulated x360 controller
2017-01-01Set version of emulated XBox controller to 0x110kozec
2017-01-01Turned uinput device version from hardcoded number to parameterkozec
2016-12-02Update todo listStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Update todo listStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Change version to 1.2v1.2Stany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Close issue #47 close uinput and turn off controllerStany MARCEL
A long press (>2s) to the steam button close and deleate the uinput device The device is created on first event to prevent it to be created at daemon restart When the daeomon is stopped the controller should also be powered off Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Add systemd services examples for 2 controllersStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Add exec mode to sc-callback.pyStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Add sc-mixed.py in installed scriptsStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Add a xbox/desktop mixed scriptStany MARCEL
This script permit to switch between xbox mode and desktop mode when the steam button is pressed. Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Add Multiple wireless controller supportStany MARCEL
This commit permits to start multiple daemon, to manage multiple controller connected to the same dongle. use for example: sc-xbox.py start -i0 sc-xbox.py start -i1 Multiple wired controler is not yet implemented. Issue #25 partially solved. Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-12-02Correct typoStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-11-27Correct systemd service examplev1.1Stany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-11-23Merge branch 'master' of github.com:ynsta/steamcontrollerStany MARCEL
2016-11-23Change version to 1.1Stany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-11-23Add a systemd service exampleStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-11-23Add distutils.core fallbackStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-11-23Verify if steam client running before running (to be improved)Stany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2016-09-14Merge pull request #39 from consp/zero_div_splitv1.0Stany MARCEL
Replace single div by zero exception by to two
2016-07-24Replace single div by zero exception to two to avoid x/y axis from zeroing ↵Your Name
the other
2016-06-08Merge pull request #34 from bchretien/topic/fix-gyro-plotStany MARCEL
sc-gyro-plot.py: fix size mismatch
2016-06-08Merge pull request #35 from kozec/fix-wired-controllerStany MARCEL
Ignore IDLE events generated by wired controller
2016-05-21Fix: Ignore IDLE events generated by wired steam controllerkozec
2016-05-11sc-gyro-plot.py: fix size mismatchBenjamin Chrétien
2016-05-04Merge pull request #32 from akien-mga/pr-depsStany MARCEL
Add dependencies to the setup.py
2016-04-30Add dependencies to the setup.pyRémi Verschelde
Fixes #12 and #31.
2016-02-08Correct RPAD / LPAD typo in processStany MARCEL
2016-01-04Merge pull request #14 from syr1us/trigger_axes_callbackStany MARCEL
Added callback for trigger axes event
2015-12-30callback should work with any TrigMode...syr1us
2015-12-30added forgotten callback for trigger callbacksyr1us
2015-12-10Merge pull request #10 from syr1us/callback_modeStany MARCEL
Add callback mode
2015-12-09added callback fir stick movementBuildTools
2015-12-09added setStickPressedCallback and actalized example scriptBuildTools
2015-12-09Merge branch 'master' into callback_modeBuildTools
2015-12-09removed localBuildTools
2015-12-09removed localBuildTools
2015-12-09added callback mode for pad touch eventsBuildTools
2015-12-09added callback mode and a simple example scriptBuildTools
2015-12-08Reduce slightly default mouse scaleStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2015-12-08Remove timer for wireless modeStany MARCEL
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
2015-12-08added callback mode and a simple example scriptBuildTools