From e84added6d64c93c636503001a281b13ad1c2681 Mon Sep 17 00:00:00 2001 From: wbx Date: Fri, 8 Mar 2013 12:49:01 +0800 Subject: [PATCH] rk3066: add board-rk30-ds975.c for /sys/module/board/parameters/ --- arch/arm/mach-rk30/board-rk30-ds975.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/mach-rk30/board-rk30-ds975.c b/arch/arm/mach-rk30/board-rk30-ds975.c index caff909fdb52..a516a67d7b9b 100755 --- a/arch/arm/mach-rk30/board-rk30-ds975.c +++ b/arch/arm/mach-rk30/board-rk30-ds975.c @@ -69,6 +69,17 @@ #include +/* 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 { -- 2.34.1