1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * drivers/input/keyboard/tegra-nvec.c
5 * Keyboard class input driver for keyboards connected to an NvEc compliant
8 * Copyright (c) 2009, NVIDIA Corporation.
11 static unsigned short code_tab_102us
[] = {
151 static unsigned short extcode_tab_us102
[] = {
178 /* VK_MEDIA_NEXT_TRACK */
191 /* VK_MEDIA_PLAY_PAUSE */
210 /* VK_BROWSER_HOME */
221 /* VK_OEM_NV_BACKLIGHT_UP */
223 /* VK_OEM_NV_BACKLIGHT_DN */
225 /* VK_OEM_NV_BACKLIGHT_AUTOTOGGLE */
227 /* VK_OEM_NV_POWER_INFO */
229 /* VK_OEM_NV_WIFI_TOGGLE */
231 /* VK_OEM_NV_DISPLAY_SELECT */
233 /* VK_OEM_NV_AIRPLANE_TOGGLE */
274 /* VK_BROWSER_SEARCH */
276 /* VK_BROWSER_FAVORITES */
278 /* VK_BROWSER_REFRESH */
280 /* VK_BROWSER_STOP */
282 /* VK_BROWSER_FORWARD */
284 /* VK_BROWSER_BACK */
290 /* VK_LAUNCH_MEDIA_SELECT */
294 static unsigned short *code_tabs
[] = { code_tab_102us
, extcode_tab_us102
};