Use lowercase PCI vendor ID for NSC.

This commit is contained in:
Martin-Éric Racine 2009-09-09 13:43:45 +03:00
parent f4350c66b4
commit 9871f9be4e

View File

@ -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";