From: Oliver Weihe Date: Tue, 17 Jan 2006 12:58:42 +0000 (-0500) Subject: [libata] sata_svw: add pci id X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88b52877fa1a8894600362a5c9addbab1fcf8b54;p=linux-beck.git [libata] sata_svw: add pci id --- diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 668373590aa4..d8472563fde8 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c @@ -470,6 +470,7 @@ static const struct pci_device_id k2_sata_pci_tbl[] = { { 0x1166, 0x0241, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, { 0x1166, 0x0242, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, { 0x1166, 0x024a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, + { 0x1166, 0x024b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, { } };