Merge branch 'master' into 'master'

modesetting: match against Multimedia Video Controllers as well

See merge request xorg/xserver!1204
This commit is contained in:
Chang Liu 2025-12-08 14:27:13 +00:00
commit 0f3d4ac7dd

View file

@ -101,6 +101,9 @@ static const struct pci_id_match ms_device_match[] = {
{
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
0x00030000, 0x00ff0000, 0},
{
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
0x00040000, 0x00ff0000, 0},
{0, 0, 0},
};