On Tue, 7 Jun 2011, Tanya Brokhman wrote: > Hi Alan, > > > Index: usb-3.0/drivers/usb/gadget/Kconfig > > =================================================================== > > --- usb-3.0.orig/drivers/usb/gadget/Kconfig > > +++ usb-3.0/drivers/usb/gadget/Kconfig > > @@ -632,13 +632,10 @@ config USB_DUMMY_HCD > > > > endchoice > > > > +# Selected by UDC drivers that support high-speed operation. > > config USB_GADGET_DUALSPEED > > bool > > depends on USB_GADGET > > - default n > > - help > > - Means that gadget drivers should include extra descriptors > > - and code to handle dual-speed controllers. > > > > # > > # USB Gadget Drivers > > > > I thought we agreed that as a result of this change we need to set the > USB_GADGET_DUALSPEED for UDC controllers that support HS. One of them being > dummy_hcd. Are you going to so that in another patch? Am I missing > something? dummy_hcd _already_ selects USB_GADGET_DUALSPEED: config USB_GADGET_DUMMY_HCD boolean "Dummy HCD (DEVELOPMENT)" depends on USB=y || (USB=m && USB_GADGET=m) select USB_GADGET_DUALSPEED >>>>------------------------------- help This host controller driver emulates USB, looping all data transfer ... Alan Stern -- 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