diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-03-11 01:45:24 +0100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-03-11 02:08:18 +0100 |
commit | 74be8e3b3707956f8f232313de9fad896d5489ac (patch) | |
tree | 9e93f4811dc0ec80119143abaded5f0475399f73 /drivers | |
parent | drm: make drm_io_prot static. (diff) | |
download | linux-74be8e3b3707956f8f232313de9fad896d5489ac.tar.xz linux-74be8e3b3707956f8f232313de9fad896d5489ac.zip |
via: fix CX700 pci id
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/drm/drm_pciids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drm_pciids.h b/drivers/char/drm/drm_pciids.h index ad54b845978b..728885542e01 100644 --- a/drivers/char/drm/drm_pciids.h +++ b/drivers/char/drm/drm_pciids.h @@ -230,10 +230,10 @@ {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3304, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ - {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3343, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3230, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_DX9_0}, \ + {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_PRO_GROUP_A}, \ {0, 0, 0} #define i810_PCI_IDS \ |