This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 8bb6f6bd3e4011d6e11ea6c69f549adaa604855f Author: Timo Paulssen <[email protected]> Date: Sat Nov 30 14:42:59 2013 +0100 added missing analog clicks and guide button. --- examples/ps4_usb.xboxdrv | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/ps4_usb.xboxdrv b/examples/ps4_usb.xboxdrv index f166767..a4f9b9f 100644 --- a/examples/ps4_usb.xboxdrv +++ b/examples/ps4_usb.xboxdrv @@ -40,7 +40,12 @@ BTN_C = B BTN_Y = LB BTN_Z = RB +BTN_SELECT = TL +BTN_START = TR + BTN_TR2 = start -BTN_TL2 = back +BTN_TL2 = back + +BTN_MODE = guide # EOF # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

