mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 17:10:26 +00:00
xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'
This commit is contained in:
@@ -146,7 +146,11 @@ videoPtrToDriverName(struct pci_device *dev)
|
||||
|
||||
switch (dev->vendor_id)
|
||||
{
|
||||
case 0x1022: return "amd";
|
||||
case 0x1022:
|
||||
if (dev->device_id == 0x2081)
|
||||
return "geode";
|
||||
else
|
||||
return NULL;
|
||||
case 0x1142: return "apm";
|
||||
case 0xedd8: return "ark";
|
||||
case 0x1a03: return "ast";
|
||||
|
||||
Reference in New Issue
Block a user