xserver: Branch 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Wed Sep 9 03:44:31 PDT 2009


 hw/xfree86/common/xf86AutoConfig.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9871f9be4e5b184b151ce93458b2578cc8c7b962
Author: Martin-Éric Racine <q-funk at iki.fi>
Date:   Wed Sep 9 13:43:45 2009 +0300

    Use lowercase PCI vendor ID for NSC.

diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index 7e1956a..5667e1a 100644
--- a/hw/xfree86/common/xf86AutoConfig.c
+++ b/hw/xfree86/common/xf86AutoConfig.c
@@ -157,7 +157,7 @@ videoPtrToDriverList(struct pci_device *dev,
 		driverList[0] = "geode";
 	    break;
 	/* older Geode products acquired by AMD still carry an NSC vendor_id */
-	case 0x100B:
+	case 0x100b:
 	    if (dev->device_id == 0x0030) {
 		/* NSC Geode GX2 specifically ... */
 		driverList[0] = "geode";


More information about the xorg-commit mailing list