graphics.h: add LOWE_LE18
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 15:01:13 +0000 (16:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 15:01:13 +0000 (16:01 +0100)
Kernel/include/graphics.h
Library/include/sys/graphics.h

index c8ff69f..33e9903 100644 (file)
@@ -26,7 +26,8 @@ struct display {
 #define HW_TRS80GFX    130     /* TRS80 model 4 graphics board */
 #define HW_HRG1B       131     /* HRG1B for TRS80 and VidoeGenie */
 #define HW_MICROLABS   132     /* Microlabs Grafyx */
-#define HW_MICROLABS4  133     /* Microlabs Grafyx for Model 4*/
+#define HW_MICROLABS4  133     /* Microlabs Grafyx for Model 4 */
+#define HW_LOWE_LE18   134     /* Low Electronics LE-18 */
   uint16_t features;
 #define GFX_MAPPABLE   1       /* Can map into process memory */
 #define GFX_PALETTE    2       /* Has colour palette */
index af599e5..7038165 100644 (file)
@@ -27,6 +27,7 @@ struct display {
 #define HW_HRG1B       131     /* HRG1B for TRS80 and VidoeGenie */
 #define HW_MICROLABS   132     /* Microlabs Grafyx */
 #define HW_MICROLABS4  133     /* Microlabs Grafyx for Model 4*/
+#define HW_LOWE_LE18   134     /* Low Electronics LE-18 */
   uint16_t features;
 #define GFX_MAPPABLE   1       /* Can map into process memory */
 #define GFX_PALETTE    2       /* Has colour palette */