Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 525a0997 authored by NAKAMURA Kenta's avatar NAKAMURA Kenta Committed by Jeff Garzik
Browse files

[PATCH] sata_sil: new ID 1002:437A for ATI IXP400

parent 2a24ab62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ static struct pci_device_id sil_pci_tbl[] = {
	{ 0x1095, 0x3114, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3114 },
	{ 0x1002, 0x436e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
	{ 0x1002, 0x4379, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
	{ 0x1002, 0x437a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
	{ }	/* terminate list */
};