Re: [linux-usb-devel] Changing default Configuration of a usb device.

2004-08-02 Thread David Brownell
On Monday 02 August 2004 00:19, Dwaine Garden wrote: > I'm looking for some hints on how to code the change to configuration #2. The easy "works right now" solution is to write the bConfigurationValue device attribute in sysfs. There's also been some discussion about adding a new driver method to

[linux-usb-devel] Changing default Configuration of a usb device.

2004-08-02 Thread Dwaine Garden
We are trying to get our device to use another configuration other than the default configuration. We are trying to get the audio over usb working on the device. The third endpoint does not appear active if we use configuration #1, it's only active if configuration #2 and higher is used. Al