summaryrefslogtreecommitdiff
path: root/pcr/python-steamcontroller-git/changelog.txt
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-30 19:14:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-30 19:16:51 -0300
commit173d4ffded6f1533fab32eaafc110221b1d174b5 (patch)
tree47f942521a41471f9feeed77499edc0f8ba58438 /pcr/python-steamcontroller-git/changelog.txt
parent995e49de54e373f027e7557f6dfdf865ea310520 (diff)
downloadabslibre-173d4ffded6f1533fab32eaafc110221b1d174b5.tar.gz
abslibre-173d4ffded6f1533fab32eaafc110221b1d174b5.tar.bz2
abslibre-173d4ffded6f1533fab32eaafc110221b1d174b5.zip
python-steamcontroller-git: add new package to [pcr] - Packaging request #985 -> https://labs.parabola.nu/issues/985
Diffstat (limited to 'pcr/python-steamcontroller-git/changelog.txt')
-rw-r--r--pcr/python-steamcontroller-git/changelog.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/pcr/python-steamcontroller-git/changelog.txt b/pcr/python-steamcontroller-git/changelog.txt
new file mode 100644
index 000000000..3db384486
--- /dev/null
+++ b/pcr/python-steamcontroller-git/changelog.txt
@@ -0,0 +1,40 @@
+Git commits dc9f278->71cb09c
+ * Dependencies added to setup.py (enum34 apparently)
+
+Git commits ab60329->dc9f278
+ * Fix typo (LPAD -> RPAD)
+
+Git commits a8c0b8a->ab60329
+ * Callback work for trigger axis event
+
+Git commits db7b12a->a8c0b8a
+ * Simple example script (sc-callbacks.py)
+ * Default mouse scale slightly reduced
+ * Callback modes (not user visible, for the most part)
+
+Git commit 054e35d
+ * Correct wrongly mapped right pad
+
+Git commit d3af617
+ * Add support for wired mode (usb connected only)
+
+Git commit 074ccf2
+ * Updates to README.
+
+Git commit f8a6316
+ * NEW: Haptics have been added
+ * Removed: udev rule -- appears to work without it when STEAM is
+ installed.
+Git commit f70b7ea
+ * NEW: sc-desktop.py gives desktop keyboard/mouse
+ * Removed: optional dependencies (kodi, evtest) as it is no longer
+ needed.
+
+Initial code v2
+ * Added programs that can be used for testing (Kodi, evtest)
+
+Initial code
+ * Not really working
+ * Try "echo 8f07005e 015e01f4 01000000 | sc-test-cmsg.py" to check
+ * sc-xbox.py start *should* start emulating the 360 controller.Initial
+ code