projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1529fc8
)
rk3066: add board-rk30-ds975.c for /sys/module/board/parameters/
author
wbx
<wbx@rock-chips.com>
Fri, 8 Mar 2013 04:49:01 +0000
(12:49 +0800)
committer
wbx
<wbx@rock-chips.com>
Fri, 8 Mar 2013 04:49:01 +0000
(12:49 +0800)
arch/arm/mach-rk30/board-rk30-ds975.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk30-ds975.c
b/arch/arm/mach-rk30/board-rk30-ds975.c
index caff909fdb5253d7730dd68f2912293a7020637b..a516a67d7b9baace789666099a9b71c82b79e92b 100755
(executable)
--- a/
arch/arm/mach-rk30/board-rk30-ds975.c
+++ b/
arch/arm/mach-rk30/board-rk30-ds975.c
@@
-69,6
+69,17
@@
#include <plat/key.h>
+/* Android Parameter */
+static int ap_mdm = 0;
+module_param(ap_mdm, int, 0644);
+static int ap_has_alsa = 0;
+module_param(ap_has_alsa, int, 0644);
+static int ap_data_only = 2;
+module_param(ap_data_only, int, 0644);
+static int ap_has_earphone = 0;
+module_param(ap_has_earphone, int, 0644);
+
+
static struct rk29_keys_button key_button[] = {
#if 0
{