> > +#if defined(CONFIG_USB_DEBUG) > > + /* force remote wakeup enabled in case gadget driver > > doesn't support */ > > + spin_lock_irqsave(&dev->lock, flags); > > + dev->remote_wakeup = 1; > > + dev->dev_status |= (1 << USB_DEVICE_REMOTE_WAKEUP); > > + spin_unlock_irqrestore(&dev->lock, flags); > > +#endif > > Why is this a debug-only thing? Would you prefer it out or generally available ? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html