mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 10:00:10 +01:00
s/via/openchrome/ in the autoconfig logic.
Xorg's via driver is effectively dead anyway.
This commit is contained in:
parent
69f7826767
commit
347db49ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ videoPtrToDriverName(struct pci_device *dev)
|
|||
case 0x3d3d: return "glint";
|
||||
case 0x1023: return "trident";
|
||||
case 0x100c: return "tseng";
|
||||
case 0x1106: return "via";
|
||||
case 0x1106: return "openchrome";
|
||||
case 0x15ad: return "vmware";
|
||||
default: break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue