diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2012-05-04 09:47:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-08 13:04:22 -0400 |
commit | d56ba3205fe2e61264ef41f29cd90a666df032e4 (patch) | |
tree | 3ad55d6a433b053e875baa704ef799927d650809 | |
parent | f9df8395c7f9b1b8d0ea9221595a97f2f4720359 (diff) |
usb: gadget: ci13xxx_pci: add langwell/penwell pci ids
Add pci ids for ChipIdea UDC as found in langwell/penwell SoCs.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/gadget/ci13xxx_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/ci13xxx_pci.c b/drivers/usb/gadget/ci13xxx_pci.c index c890e1c5effc..ef5da49eb809 100644 --- a/drivers/usb/gadget/ci13xxx_pci.c +++ b/drivers/usb/gadget/ci13xxx_pci.c | |||
@@ -142,6 +142,8 @@ static void __devexit ci13xxx_pci_remove(struct pci_dev *pdev) | |||
142 | static DEFINE_PCI_DEVICE_TABLE(ci13xxx_pci_id_table) = { | 142 | static DEFINE_PCI_DEVICE_TABLE(ci13xxx_pci_id_table) = { |
143 | { PCI_DEVICE(0x153F, 0x1004) }, | 143 | { PCI_DEVICE(0x153F, 0x1004) }, |
144 | { PCI_DEVICE(0x153F, 0x1006) }, | 144 | { PCI_DEVICE(0x153F, 0x1006) }, |
145 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0811) }, | ||
146 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0829) }, | ||
145 | { 0, 0, 0, 0, 0, 0, 0 /* end: all zeroes */ } | 147 | { 0, 0, 0, 0, 0, 0, 0 /* end: all zeroes */ } |
146 | }; | 148 | }; |
147 | MODULE_DEVICE_TABLE(pci, ci13xxx_pci_id_table); | 149 | MODULE_DEVICE_TABLE(pci, ci13xxx_pci_id_table); |