diff vidix/unichrome_vid.c @ 22874:9a8f6901e888

updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
author ben
date Sun, 01 Apr 2007 13:58:06 +0000
parents 234c5f92d585
children a9e111b88c4a
line wrap: on
line diff
--- a/vidix/unichrome_vid.c	Sun Apr 01 13:27:28 2007 +0000
+++ b/vidix/unichrome_vid.c	Sun Apr 01 13:58:06 2007 +0000
@@ -113,7 +113,8 @@
  * @brief list of card IDs compliant with the Unichrome driver .
  */
 static unsigned short uc_card_ids[] = {
-  DEVICE_VIA2_VT8623_CLE266_AGP
+  DEVICE_VIA2_VT8623_APOLLO_CLE266,
+  DEVICE_VIA2_VT8378_S3_UNICHROME
 };
 
 /**