Hello, For the v2 of this patch, I will remove the modifications on include/linux/pci_ids.h include/linux/pci_ids.h | 1 + diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ab741b0..0ffc982 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -699,6 +699,7 @@ #define PCI_DEVICE_ID_SI_961 0x0961 #define PCI_DEVICE_ID_SI_962 0x0962 #define PCI_DEVICE_ID_SI_963 0x0963 +#define PCI_DEVICE_ID_SI_964 0x0964 #define PCI_DEVICE_ID_SI_965 0x0965 #define PCI_DEVICE_ID_SI_966 0x0966 #define PCI_DEVICE_ID_SI_968 0x0968 And will add this to drivers/i2c/busses/i2c-sis964.c directly as i2c-sis964 will be the only file needing this define +#define PCI_DEVICE_ID_SI_964 0x0964 Amaury Decrême -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html