# HG changeset patch # User attila # Date 1174215161 0 # Node ID 2ccbb18bc99fbe1037217b7675f67e7a2446eb69 # Parent 544914dadb52af7b85f9b340aecf2bfeb8f02bef sync mga_vid.h to the one in the mga_vid repo. removes one commented include and adds a define no incompatible change diff -r 544914dadb52 -r 2ccbb18bc99f drivers/mga_vid.h --- 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 - 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