]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/input.h
Merge branch 'fix/hda' into topic/hda
[linux-2.6-omap-h63xx.git] / include / linux / input.h
index 5341e8251f8cb451243cd526f8dd34232052e055..1a958cd90ce908d857fc29d945fee6587874469f 100644 (file)
@@ -659,6 +659,7 @@ struct input_absinfo {
 #define SW_RADIO               SW_RFKILL_ALL   /* deprecated */
 #define SW_MICROPHONE_INSERT   0x04  /* set = inserted */
 #define SW_DOCK                        0x05  /* set = plugged into dock */
+#define SW_LINEOUT_INSERT      0x06  /* set = inserted */
 #define SW_MAX                 0x0f
 #define SW_CNT                 (SW_MAX+1)