blob: 496ddc3eec06c860a7bbee48e932a7187ab8dad0 [file] [log] [blame]
Mathieu Meisserad66d7d2014-11-27 00:44:42 +01001# Copyright (C) 2014 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Logitech Bluetooth wireless gamepad (RedHawk)
16
17key 304 BUTTON_A
18key 305 BUTTON_B
19key 307 BUTTON_X
20key 308 BUTTON_Y
21key 310 BUTTON_L1
22key 311 BUTTON_R1
23key 312 BUTTON_L2
24key 313 BUTTON_R2
25
26key 314 BUTTON_SELECT
27key 315 BUTTON_START
28key 316 BUTTON_MODE
29key 317 BUTTON_THUMBL
30key 318 BUTTON_THUMBR
31
32key 103 DPAD_UP
33key 105 DPAD_LEFT
34key 106 DPAD_RIGHT
35key 108 DPAD_DOWN
36key 353 DPAD_CENTER
37
38key 113 VOLUME_MUTE
39key 114 VOLUME_DOWN
40key 115 VOLUME_UP
41key 152 POWER
42key 163 MEDIA_NEXT
43key 164 MEDIA_PLAY_PAUSE
44key 165 MEDIA_PREVIOUS
45
46key 158 BACK
47key 172 HOME
48
49key 217 SEARCH
50key 580 APP_SWITCH
51key 582 ASSIST
52
53axis 0x00 X
54axis 0x01 Y
55axis 0x02 Z
56axis 0x05 RZ
57axis 0x09 RTRIGGER
58axis 0x0a LTRIGGER
59axis 0x10 HAT_X
60axis 0x11 HAT_Y
61
62led 0x00 CONTROLLER_1
63led 0x01 CONTROLLER_2
64led 0x02 CONTROLLER_3
65led 0x03 CONTROLLER_4