summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shishkin2012-05-04 15:47:17 +0200
committerGreg Kroah-Hartman2012-05-08 19:04:22 +0200
commitd56ba3205fe2e61264ef41f29cd90a666df032e4 (patch)
tree3ad55d6a433b053e875baa704ef799927d650809
parentusb: gadget: ci13xxx: rename register layouts (diff)
downloadkernel-qcow2-linux-d56ba3205fe2e61264ef41f29cd90a666df032e4.tar.gz
kernel-qcow2-linux-d56ba3205fe2e61264ef41f29cd90a666df032e4.tar.xz
kernel-qcow2-linux-d56ba3205fe2e61264ef41f29cd90a666df032e4.zip
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.c2
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)
static DEFINE_PCI_DEVICE_TABLE(ci13xxx_pci_id_table) = {
{ PCI_DEVICE(0x153F, 0x1004) },
{ PCI_DEVICE(0x153F, 0x1006) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0811) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0829) },
{ 0, 0, 0, 0, 0, 0, 0 /* end: all zeroes */ }
};
MODULE_DEVICE_TABLE(pci, ci13xxx_pci_id_table);