/* SPDX-License-Identifier: GPL-2.0+ */ /* Copyright (C) 2004 Texas Instruments */ /* * This OTG and Embedded Host list is "Targeted Peripheral List". * It should mostly use of USB_DEVICE() or USB_DEVICE_VER() entries.. * * YOU _SHOULD_ CHANGE THIS LIST TO MATCH YOUR PRODUCT AND ITS TESTING! */ static struct usb_device_id productlist_table[] = …; static int is_targeted(struct usb_device *dev) { … }