Explorar o código

[ARM] 5247/1: tosa: SW_EAR_IN support

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Dmitry Baryshkov %!s(int64=16) %!d(string=hai) anos
pai
achega
c33de47bce
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      arch/arm/mach-pxa/tosa.c

+ 8 - 0
arch/arm/mach-pxa/tosa.c

@@ -522,6 +522,14 @@ static struct gpio_keys_button tosa_gpio_keys[] = {
 		.wakeup	= 1,
 		.wakeup	= 1,
 		.active_low = 1,
 		.active_low = 1,
 	},
 	},
+	{
+		.type	= EV_SW,
+		.code	= SW_HEADPHONE_INSERT,
+		.gpio	= TOSA_GPIO_EAR_IN,
+		.desc	= "HeadPhone insert",
+		.active_low = 1,
+		.debounce_interval = 300,
+	},
 };
 };
 
 
 static struct gpio_keys_platform_data tosa_gpio_keys_platform_data = {
 static struct gpio_keys_platform_data tosa_gpio_keys_platform_data = {