[UBUNTUPATCH: drm] Allow drm detection of new VIA chipsets

From: Randy Dunlap
Date: Mon Jul 03 2006 - 16:42:46 EST


From: Chuck Short <chuck@maggie>

[UBUNTU: drm] Allow drm detection of new VIA chipsets.

Update pci ids.

patch location:
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=5195a64a27550a279b2ecaf400066a3823f2d053

Signed-off-by: Chuck Short <zulcss@xxxxxxxxx>
Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx>
---

---
drivers/char/drm/drm_pciids.h | 3 +++
1 file changed, 3 insertions(+)

--- linux-2617-g21.orig/drivers/char/drm/drm_pciids.h
+++ linux-2617-g21/drivers/char/drm/drm_pciids.h
@@ -227,6 +227,9 @@
{0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x3108, 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, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0, 0, 0}

#define i810_PCI_IDS \



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/