On Wed, 20 Jan 2010, sai pavan wrote: > Is it possible to alter the config list at run time? i.e composite > driver at bootup /module load time registers 4 configurations and when > user selects a different configuration (via module param sysfs entry) > from device UI, composite layer should reset the present configuration > (just like disconnect) and when it re-enumerates it should send the > desired config as a first entry in config descriptors list. The composite framework doesn't include any code for doing this. You would have to add it. Rearranging the order in which the configuration descriptors are sent to the host shouldn't be hard. 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