USB_DT_CONFIG
case USB_DT_CONFIG:
if (config->desc.bDescriptorType != USB_DT_CONFIG ||
header->bDescriptorType == USB_DT_CONFIG)
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
case USB_DT_CONFIG << 8:
length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
case USB_DT_CONFIG:
case USB_DT_CONFIG:
case USB_DT_CONFIG:
return config->bDescriptorType == USB_DT_CONFIG
if (kbuf [1] == USB_DT_CONFIG) {
.bDescriptorType = USB_DT_CONFIG,
case USB_DT_CONFIG:
case USB_DT_CONFIG:
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
case USB_DT_CONFIG:
retval = usb_get_descriptor(udev, USB_DT_CONFIG, i,
#define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)