xf86-video-intel: src/ch7xxx/ch7xxx.c

Eric Anholt anholt at kemper.freedesktop.org
Tue Sep 18 09:35:53 PDT 2007


 src/ch7xxx/ch7xxx.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
diff-tree bda3c69a7a044869ea63514b97f8aa9260d6b5a7 (from 445a59d262b93bd9d2c16cee9934ce77a103776b)
Author: Dmitry Babrovich <dmitry.babrovich at densitrongaming.com>
Date:   Tue Sep 18 09:34:34 2007 -0700

    Bug #12457: Let the ch7xxx driver probe the 7301
    
    Looking at the 7304, this chipset likely requires slightly different
    programming.  However, this change allows for at least some functionality.

diff --git a/src/ch7xxx/ch7xxx.c b/src/ch7xxx/ch7xxx.c
index 09a9627..3ef9612 100644
--- a/src/ch7xxx/ch7xxx.c
+++ b/src/ch7xxx/ch7xxx.c
@@ -56,6 +56,7 @@ static struct ch7xxx_id_struct {
 	{ CH7011_VID, "CH7011" },
 	{ CH7009A_VID, "CH7009A" },
 	{ CH7009B_VID, "CH7009B" },
+	{ CH7301_VID, "CH7301" },
 };
 
 #define ID_ARRAY_SIZE (sizeof(ch7xxx_ids) / sizeof(ch7xxx_ids[0]))


More information about the xorg-commit mailing list