From: Luca Pedrielli <luca.pedrielli@xxxxxxxxxxx> Add PCI ID 0x5337 to supported PCI ID. This is VT8237 in IDE mode. Signed-off-by: Luca Pedrielli <luca.pedrielli@xxxxxxxxxxx> Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> --- Luca, I formatted the patch in the form Jeff can take. Please format patches like this next time. This was verified by another bug reporter too. diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 1f1d71e..4b24354 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c @@ -85,6 +85,7 @@ static void vt6421_set_dma_mode(struct ata_port *ap, struct ata_device *adev); static int vt6421_port_start(struct ata_port *ap); static const struct pci_device_id svia_pci_tbl[] = { + { PCI_VDEVICE(VIA, 0x5337), vt6420 }, { PCI_VDEVICE(VIA, 0x0591), vt6420 }, { PCI_VDEVICE(VIA, 0x3149), vt6420 }, { PCI_VDEVICE(VIA, 0x3249), vt6421 }, - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html