projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f05cd8
)
dwc_otg: whitelist_table is now productlist_table
author
popcornmix
<popcornmix@gmail.com>
Thu, 3 Sep 2020 13:02:41 +0000
(14:02 +0100)
committer
Dom Cobley
<popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:05 +0000
(16:04 +0000)
drivers/usb/core/otg_productlist.h
patch
|
blob
|
history
diff --git
a/drivers/usb/core/otg_productlist.h
b/drivers/usb/core/otg_productlist.h
index
1839e16
..
b16e528
100644
(file)
--- a/
drivers/usb/core/otg_productlist.h
+++ b/
drivers/usb/core/otg_productlist.h
@@
-139,7
+139,7
@@
static int is_targeted(struct usb_device *dev)
/* NOTE: can't use usb_match_id() since interface caches
* aren't set up yet. this is cut/paste from that code.
*/
- for (id =
white
list_table; id->match_flags; id++) {
+ for (id =
product
list_table; id->match_flags; id++) {
#ifdef DEBUG
dev_dbg(&dev->dev,
"ID: V:%04x P:%04x DC:%04x SC:%04x PR:%04x \n",