Id: 363d976c314deae082d4c09d703a77707327cea0 tree ece5e56301930aa21e6c0e846ef7402e638744ee parent 45adbb1172b45a600fe341f9f44fa02fed1315da author James Simmons 1118264225 +0200 committer Radosław Szkodziński 1118264225 +0200 +new-pci-id-for-chipsfb.patch Patch from 2.6.12-rc6-mm1 Patch adds pci ID for CT 69000 chipset. Signed-off-by: James Simmons Signed-off-by: Andrew Morton --- include/linux/pci_ids.h | 1 + 1 files changed, 1 insertion(+) ======== diff against 45adbb1172b45a600fe341f9f44fa02fed1315da ======== diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -575,6 +575,7 @@ #define PCI_DEVICE_ID_CT_65550 0x00e0 #define PCI_DEVICE_ID_CT_65554 0x00e4 #define PCI_DEVICE_ID_CT_65555 0x00e5 +#define PCI_DEVICE_ID_CT_69000 0x00c0 #define PCI_VENDOR_ID_MIRO 0x1031 #define PCI_DEVICE_ID_MIRO_36050 0x5601 ======== end ========