mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
Use lowercase PCI vendor ID for NSC.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user