diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-10-13 06:18:37 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-13 06:18:37 +0000 |
commit | 3b458c921cb36c9a61312f3c0b165f53ddc16868 (patch) | |
tree | 4490781cd8ab744ac2cb36e3211396f364059601 | |
parent | f6470472cad5d47232ed972ac74d13809a01cfa0 (diff) | |
parent | 94fc36d8fcc07d27989690d427c5b361515eb2bc (diff) |
Merge "Add OnLive Universal Controller media buttons mapping." am: 30951b0666 am: 94fc36d8fc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1446730
Change-Id: Ia418515b0c1f4b270cf07885f9c089d8ab146df8
-rw-r--r-- | data/keyboards/Vendor_2378_Product_1008.kl | 5 | ||||
-rw-r--r-- | data/keyboards/Vendor_2378_Product_100a.kl | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/data/keyboards/Vendor_2378_Product_1008.kl b/data/keyboards/Vendor_2378_Product_1008.kl index 478da03b9a78..7b19469ab6b4 100644 --- a/data/keyboards/Vendor_2378_Product_1008.kl +++ b/data/keyboards/Vendor_2378_Product_1008.kl @@ -14,6 +14,10 @@ # OnLive, Inc. OnLive Wireless Controller, USB adapter +key 164 MEDIA_PLAY_PAUSE +key 167 MEDIA_RECORD +key 168 MEDIA_REWIND +key 208 MEDIA_FAST_FORWARD key 304 BUTTON_A key 305 BUTTON_B key 307 BUTTON_X @@ -22,6 +26,7 @@ key 310 BUTTON_L1 key 311 BUTTON_R1 key 315 BUTTON_START key 314 BUTTON_SELECT +key 316 BUTTON_MODE key 317 BUTTON_THUMBL key 318 BUTTON_THUMBR diff --git a/data/keyboards/Vendor_2378_Product_100a.kl b/data/keyboards/Vendor_2378_Product_100a.kl index d9cd17120464..cb2b73afee3d 100644 --- a/data/keyboards/Vendor_2378_Product_100a.kl +++ b/data/keyboards/Vendor_2378_Product_100a.kl @@ -14,6 +14,10 @@ # OnLive, Inc. OnLive Wireless Controller +key 164 MEDIA_PLAY_PAUSE +key 167 MEDIA_RECORD +key 168 MEDIA_REWIND +key 208 MEDIA_FAST_FORWARD key 304 BUTTON_A key 305 BUTTON_B key 307 BUTTON_X @@ -22,6 +26,7 @@ key 310 BUTTON_L1 key 311 BUTTON_R1 key 315 BUTTON_START key 314 BUTTON_SELECT +key 316 BUTTON_MODE key 317 BUTTON_THUMBL key 318 BUTTON_THUMBR |