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)