USB_STATE_CONFIGURED
if (udev->state == USB_STATE_CONFIGURED ||
if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) {
case USB_STATE_CONFIGURED:
#define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
[USB_STATE_CONFIGURED] = "CONFIGURED",
if (udev->state == USB_STATE_CONFIGURED)
usb_set_device_state(udev, USB_STATE_CONFIGURED);