From d5674f4f3282fdb24ac0c0fc9a5b9cf4f8c2cf51 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sat, 19 Jul 2008 00:43:54 -0400 Subject: [PATCH] --- yaml --- r: 104228 b: refs/heads/master c: 92c49890922d54cba4b1eadeb0b185773c2c9570 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/input.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 990dd06db315..866bf76f47f2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ec461d083066441c1a280aa9e13d3bb5c3e008a +refs/heads/master: 92c49890922d54cba4b1eadeb0b185773c2c9570 diff --git a/trunk/include/linux/input.h b/trunk/include/linux/input.h index 1be28cbbc57b..feaea76f0ef3 100644 --- a/trunk/include/linux/input.h +++ b/trunk/include/linux/input.h @@ -643,6 +643,7 @@ struct input_absinfo { set = radio enabled */ #define SW_RADIO SW_RFKILL_ALL /* deprecated */ #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ +#define SW_DOCK 0x05 /* set = plugged into dock */ #define SW_MAX 0x0f #define SW_CNT (SW_MAX+1)