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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/tegra2/aebl/parts/keyboard.h
diff --git a/include/configs/chromeos/tegra2/aebl/parts/keyboard.h b/include/configs/chromeos/tegra2/aebl/parts/keyboard.h
deleted file mode 100644
index 7fd370de81fadada89d81d85cd2e6f2f3b951ff2..0000000000000000000000000000000000000000
--- a/include/configs/chromeos/tegra2/aebl/parts/keyboard.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#define CONFIG_TEGRA2_KBC_PLAIN_KEYCODES \
- 0, 0, 'w', 's', 'a', 'z', 0, KEY_FN, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- '5', '4', 'r', 'e', 'f', 'd', 'x', 0, \
- '7', '6', 't', 'h', 'g', 'v', 'c', ' ', \
- '9', '8', 'u', 'y', 'j', 'n', 'b', '\\', \
- '-', '0', 'o', 'i', 'l', 'k', ',', 'm', \
- 0, '=', ']', '\r', 0, 0, 0, 0, \
- 0, 0, 0, 0, KEY_SHIFT, KEY_SHIFT, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- '[', 'p', '\'', ';', '/', '.', 0, 0, \
- 0, 0, 0x08, '3', '2', 0, 0, 0, \
- 0, 0x7F, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 'q', 0, 0, '1', 0, \
- 0x1B, '`', 0, 0x09, 0, 0, 0, 0
-
-#define CONFIG_TEGRA2_KBC_SHIFT_KEYCODES \
- 0, 0, 'W', 'S', 'A', 'Z', 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- '%', '$', 'R', 'E', 'F', 'D', 'X', 0, \
- '&', '^', 'T', 'H', 'G', 'V', 'C', ' ', \
- '(', '*', 'U', 'Y', 'J', 'N', 'B', '|', \
- '_', ')', 'O', 'I', 'L', 'K', ',', 'M', \
- 0, '+', '}', '\r', 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- '{', 'P', '"', ':', '?', '>', 0, 0, \
- 0, 0, 0x08, '#', '@', 0, 0, 0, \
- 0, 0x7F, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 'Q', 0, 0, '!', 0, \
- 0x1B, '~', 0, 0x09, 0, 0, 0, 0
-
-#define CONFIG_TEGRA2_KBC_FUNCTION_KEYCODES \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- '7', 0, 0, 0, 0, 0, 0, 0, \
- '9', '8', '4', 0, '1', 0, 0, 0, \
- 0, '/', '6', '5', '3', '2', 0, '0', \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, '\'', 0, '-', '+', '.', 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, 0, 0, 0, 0, \
- 0, 0, 0, 0, '?', 0, 0, 0
« 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