Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: include/configs/chromeos/tegra2/aebl/parts/keyboard.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 #define CONFIG_TEGRA2_KBC_PLAIN_KEYCODES \
8 0, 0, 'w', 's', 'a', 'z', 0, KEY_FN, \
9 0, 0, 0, 0, 0, 0, 0, 0, \
10 0, 0, 0, 0, 0, 0, 0, 0, \
11 '5', '4', 'r', 'e', 'f', 'd', 'x', 0, \
12 '7', '6', 't', 'h', 'g', 'v', 'c', ' ', \
13 '9', '8', 'u', 'y', 'j', 'n', 'b', '\\', \
14 '-', '0', 'o', 'i', 'l', 'k', ',', 'm', \
15 0, '=', ']', '\r', 0, 0, 0, 0, \
16 0, 0, 0, 0, KEY_SHIFT, KEY_SHIFT, 0, 0, \
17 0, 0, 0, 0, 0, 0, 0, 0, \
18 0, 0, 0, 0, 0, 0, 0, 0, \
19 '[', 'p', '\'', ';', '/', '.', 0, 0, \
20 0, 0, 0x08, '3', '2', 0, 0, 0, \
21 0, 0x7F, 0, 0, 0, 0, 0, 0, \
22 0, 0, 0, 'q', 0, 0, '1', 0, \
23 0x1B, '`', 0, 0x09, 0, 0, 0, 0
24
25 #define CONFIG_TEGRA2_KBC_SHIFT_KEYCODES \
26 0, 0, 'W', 'S', 'A', 'Z', 0, 0, \
27 0, 0, 0, 0, 0, 0, 0, 0, \
28 0, 0, 0, 0, 0, 0, 0, 0, \
29 '%', '$', 'R', 'E', 'F', 'D', 'X', 0, \
30 '&', '^', 'T', 'H', 'G', 'V', 'C', ' ', \
31 '(', '*', 'U', 'Y', 'J', 'N', 'B', '|', \
32 '_', ')', 'O', 'I', 'L', 'K', ',', 'M', \
33 0, '+', '}', '\r', 0, 0, 0, 0, \
34 0, 0, 0, 0, 0, 0, 0, 0, \
35 0, 0, 0, 0, 0, 0, 0, 0, \
36 0, 0, 0, 0, 0, 0, 0, 0, \
37 '{', 'P', '"', ':', '?', '>', 0, 0, \
38 0, 0, 0x08, '#', '@', 0, 0, 0, \
39 0, 0x7F, 0, 0, 0, 0, 0, 0, \
40 0, 0, 0, 'Q', 0, 0, '!', 0, \
41 0x1B, '~', 0, 0x09, 0, 0, 0, 0
42
43 #define CONFIG_TEGRA2_KBC_FUNCTION_KEYCODES \
44 0, 0, 0, 0, 0, 0, 0, 0, \
45 0, 0, 0, 0, 0, 0, 0, 0, \
46 0, 0, 0, 0, 0, 0, 0, 0, \
47 0, 0, 0, 0, 0, 0, 0, 0, \
48 '7', 0, 0, 0, 0, 0, 0, 0, \
49 '9', '8', '4', 0, '1', 0, 0, 0, \
50 0, '/', '6', '5', '3', '2', 0, '0', \
51 0, 0, 0, 0, 0, 0, 0, 0, \
52 0, 0, 0, 0, 0, 0, 0, 0, \
53 0, 0, 0, 0, 0, 0, 0, 0, \
54 0, 0, 0, 0, 0, 0, 0, 0, \
55 0, '\'', 0, '-', '+', '.', 0, 0, \
56 0, 0, 0, 0, 0, 0, 0, 0, \
57 0, 0, 0, 0, 0, 0, 0, 0, \
58 0, 0, 0, 0, 0, 0, 0, 0, \
59 0, 0, 0, 0, '?', 0, 0, 0
OLDNEW
« no previous file with comments | « include/configs/chromeos/tegra2/aebl/parts/i2c.h ('k') | include/configs/chromeos/tegra2/aebl/parts/lcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698