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

Unified Diff: board/tegra2/seaboard/seaboard.c

Issue 3548006: Tegra2: input: Add tegra keyboard support. (Closed) Base URL: http://git.chromium.org/git/u-boot.git
Patch Set: Removing static variable's zero init Created 10 years, 2 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 | « board/tegra2/seaboard/Makefile ('k') | board/tegra2/seaboard/seaboard_kbc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/seaboard/seaboard.c
diff --git a/board/tegra2/seaboard/seaboard.c b/board/tegra2/seaboard/seaboard.c
index 4a8bffa48e0cd2bd9d3d8624ff9a806b73177394..284eaf107b230dea444f0a9e1d61f85df9223c3f 100644
--- a/board/tegra2/seaboard/seaboard.c
+++ b/board/tegra2/seaboard/seaboard.c
@@ -225,3 +225,10 @@ NvBlUartInitD(void)
while (NvBlUartRxReadyD())
(void)NvBlUartRxD();
}
+
+int drv_keyboard_init(void)
+{
Tom Warren 2010/10/05 15:30:13 I was thinking more along the lines of your puttin
+#ifdef CONFIG_TEGRA2_KEYBOARD
+ tegra_kbc_init();
+#endif
+}
« no previous file with comments | « board/tegra2/seaboard/Makefile ('k') | board/tegra2/seaboard/seaboard_kbc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698