Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.2

This commit is contained in:
Stephan Raue 2013-09-13 16:22:57 +02:00
commit f8b1b44d98
12 changed files with 24 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,20 @@
# Ouya Bluetooth Controller
BTN_THUMBR = KEY_INFO # Display
BTN_B = KEY_EPG # Pop UP/MENU
BTN_C = KEY_EXIT # Return
BTN_TL = KEY_OPTION # Options
BTN_A = KEY_OK # Start
BTN_TL2 = KEY_UP # Direction Up
BTN_TR2 = KEY_DOWN # Direction Down
BTN_SELECT = KEY_LEFT # Direction Left
BTN_START = KEY_RIGHT # Direction Right
BTN_A = KEY_PLAY # Play
BTN_X = KEY_STOP # Stop
BTN_A = KEY_PAUSE # Pause
BTN_MODE = KEY_REWIND # Reverse
BTN_THUMBL = KEY_FASTFORWARD # Forward
BTN_Y = KEY_PREVIOUS # Pre-track
BTN_Z = KEY_NEXT # Next track

View File

@ -186,6 +186,10 @@ ATTRS{name}=="Nintendo Wii Remote", \
ATTRS{name}=="BD Remote Control", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="ps3remote.evmap"
ATTRS{name}=="OUYA Game Controller", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="ouya.evmap"
LABEL="end-bluetooth"