We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa130c commit 8847888Copy full SHA for 8847888
drivers/usb/core/otg_productlist.h
@@ -139,7 +139,7 @@ static int is_targeted(struct usb_device *dev)
139
/* NOTE: can't use usb_match_id() since interface caches
140
* aren't set up yet. this is cut/paste from that code.
141
*/
142
- for (id = whitelist_table; id->match_flags; id++) {
+ for (id = productlist_table; id->match_flags; id++) {
143
#ifdef DEBUG
144
dev_dbg(&dev->dev,
145
"ID: V:%04x P:%04x DC:%04x SC:%04x PR:%04x \n",
0 commit comments