projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9df839
)
usb: gadget: ci13xxx_pci: add langwell/penwell pci ids
author
Alexander Shishkin
<
[email protected]
>
Fri, 4 May 2012 13:47:17 +0000
(16:47 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 8 May 2012 17:04:22 +0000
(10:04 -0700)
Add pci ids for ChipIdea UDC as found in langwell/penwell SoCs.
Signed-off-by: Alexander Shishkin <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/gadget/ci13xxx_pci.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/ci13xxx_pci.c
b/drivers/usb/gadget/ci13xxx_pci.c
index c890e1c5effcb0df1a8f6ee44a54bc3abb718f6e..ef5da49eb8097848200faa51ccfbab45577f5add 100644
(file)
--- 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);