Skip to content

Commit

Permalink
Use lowercase PCI vendor ID for NSC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Éric Racine committed Sep 9, 2009
1 parent f4350c6 commit 9871f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xfree86/common/xf86AutoConfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9871f9b

Please sign in to comment.