From f30966e7b4b246240f4e4ce1aaa76c8149aaae78 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sat, 19 Jul 2008 00:40:25 -0400 Subject: [PATCH] --- yaml --- r: 104227 b: refs/heads/master c: 5ec461d083066441c1a280aa9e13d3bb5c3e008a h: refs/heads/master i: 104225: 8b0699970ac638435ad8ee5f8a8f6baed223af0c 104223: a3b5d74b52e2e4b08b9f7809195d608b096a4f4b v: v3 --- [refs] | 2 +- trunk/include/linux/input.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 195d0f89970d..990dd06db315 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87d9173ea0c820021cf49e4c675b3821cfb4f0eb +refs/heads/master: 5ec461d083066441c1a280aa9e13d3bb5c3e008a diff --git a/trunk/include/linux/input.h b/trunk/include/linux/input.h index 3e86b61d2e4c..1be28cbbc57b 100644 --- a/trunk/include/linux/input.h +++ b/trunk/include/linux/input.h @@ -642,6 +642,7 @@ struct input_absinfo { #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" set = radio enabled */ #define SW_RADIO SW_RFKILL_ALL /* deprecated */ +#define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ #define SW_MAX 0x0f #define SW_CNT (SW_MAX+1)