diff drivers/mga_vid.h @ 22692:2ccbb18bc99f

sync mga_vid.h to the one in the mga_vid repo. removes one commented include and adds a define no incompatible change
author attila
date Sun, 18 Mar 2007 10:52:41 +0000
parents 52c008dd6e93
children d88f5f82826e
line wrap: on
line diff
--- a/drivers/mga_vid.h	Sat Mar 17 21:27:42 2007 +0000
+++ b/drivers/mga_vid.h	Sun Mar 18 10:52:41 2007 +0000
@@ -15,8 +15,6 @@
 #ifndef __LINUX_MGAVID_H
 #define __LINUX_MGAVID_H
 
-//#include <inttypes.h>
-
 typedef struct mga_vid_config_s
 {
 uint16_t version;
@@ -52,6 +50,9 @@
 
 #define MGA_G200 0x1234
 #define MGA_G400 0x5678
+// currently unused, G450 are mapped to MGA_G400
+// #define MGA_G450 0x9ABC
+#define MGA_G550 0xDEF0
 
 #define MGA_VID_VERSION 0x0201