Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib4724539dde93e5e1f6f1d64f956faa7109fcf77master
parent
cf9914ba4a
commit
900ea94068
@ -0,0 +1,18 @@
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Amazon Fire TV remote
|
||||
keyboard.layout = Vendor_1949_Product_0401
|
||||
keyboard.doNotWakeByDefault = 1
|
||||
audio.mic = 1
|
||||
@ -0,0 +1,18 @@
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Amazon Fire TV remote
|
||||
keyboard.layout = Vendor_1949_Product_0401
|
||||
keyboard.doNotWakeByDefault = 1
|
||||
audio.mic = 1
|
||||
@ -0,0 +1,24 @@
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#
|
||||
# Input Device Configuration file for Bluetooth Remote.
|
||||
#
|
||||
#
|
||||
|
||||
# Basic Parameters
|
||||
keyboard.layout = Vendor_2717_Product_32b8
|
||||
keyboard.doNotWakeByDefault = 0
|
||||
# audio.mic = 1
|
||||
|
||||
@ -0,0 +1,43 @@
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#
|
||||
# Key Layout file for Bluetooth Remote.
|
||||
#
|
||||
|
||||
key 103 DPAD_UP
|
||||
key 108 DPAD_DOWN
|
||||
key 105 DPAD_LEFT
|
||||
key 106 DPAD_RIGHT
|
||||
key 96 DPAD_CENTER
|
||||
|
||||
key 102 HOME
|
||||
key 158 BACK
|
||||
key 127 MENU
|
||||
key 116 POWER
|
||||
|
||||
key 168 MEDIA_REWIND
|
||||
key 208 MEDIA_FAST_FORWARD
|
||||
key 164 MEDIA_PLAY_PAUSE
|
||||
key 217 ASSIST
|
||||
|
||||
key 113 VOLUME_MUTE
|
||||
key 114 VOLUME_DOWN
|
||||
key 115 VOLUME_UP
|
||||
|
||||
# custom keys
|
||||
# key 28 ENTER
|
||||
# key 63 F5
|
||||
key usage 0x00070028 DPAD_CENTER
|
||||
key usage 0x0007003e F12
|
||||
@ -0,0 +1,20 @@
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
BOARD_INPUTCFG_DIR := device/friendlyelec/nanopi3/input
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*.kl,$(BOARD_INPUTCFG_DIR),system/usr/keylayout) \
|
||||
$(call find-copy-subdir-files,*.idc,$(BOARD_INPUTCFG_DIR),system/usr/idc)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue