25 #ifdef CONFIG_USB_PRINTER
29 { USB_DEVICE_INFO(7, 1, 1) },
30 { USB_DEVICE_INFO(7, 1, 2) },
31 { USB_DEVICE_INFO(7, 1, 3) },
34 #ifdef CONFIG_USB_NET_CDCETHER
36 { USB_DEVICE(0x0525, 0xa4a1), },
38 { USB_DEVICE(0x0525, 0xa4a2), },
41 #if defined(CONFIG_USB_TEST) || defined(CONFIG_USB_TEST_MODULE)
43 { USB_DEVICE(0x0525, 0xa4a0), },
49 static int is_targeted(
struct usb_device *
dev)
54 if (!dev->bus->otg_port)
58 if ((
le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a &&
103 dev_err(&dev->dev,
"device v%04x p%04x is not supported\n",
106 #ifdef CONFIG_USB_OTG_WHITELIST