projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f285757
)
[libata] sata_svw: add pci id
author
Oliver Weihe
<o.weihe@deltacomputer.de>
Tue, 17 Jan 2006 12:58:42 +0000
(07:58 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Tue, 17 Jan 2006 12:58:42 +0000
(07:58 -0500)
drivers/scsi/sata_svw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sata_svw.c
b/drivers/scsi/sata_svw.c
index 668373590aa4111c6b873abb5163a96cf509e2b0..d8472563fde860cc0789f982bc896ab9104ba38e 100644
(file)
--- 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 },
{ }
};