mtx: add vtattr_cap and note awkward special case to do
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Jun 2015 09:46:07 +0000 (10:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Jun 2015 09:46:07 +0000 (10:46 +0100)
Kernel/platform-mtx/devtty.c

index 2654c06..f3f7acd 100644 (file)
@@ -22,6 +22,10 @@ uint8_t curtty;              /* output side */
 uint8_t inputtty;      /* input side */
 static struct vt_switch ttysave[2];
 
+/* FIXME: this will eventually vary by tty so we'll need to either load
+   it then call the vt ioctl or just intercept the vt ioctl */
+uint8_t vtattr_cap;
+
 char tbuf1[TTYSIZ];
 char tbuf2[TTYSIZ];
 char tbuf3[TTYSIZ];