I maybe wrong, but I'm doing this kind of work for the ALCATEL ADSL
SpeedTouch USB modem.
That is, I get USB log from Windows 2000 (using a version of Snoopy I
adapted) and try to reproduce
under Linux using libusb.

So, I translate URB_FUNCTION_SELECT_CONFIGURATION into
usb_set_configuration()
and the configuration selected is what appears on the line
ConfigurationDescriptor : bConfigurationValue.
That is 1 in your case.

Maybe some guru on this list will give us more information. I'll like to
know myself what is the use of usb_set_configuration(),
usb_claim_interface(), usb_set_altinterface(). Is there a relationship with
the endpoint adresse you can use at a given time?

----- Original Message -----
From: "Andy Armstrong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 11:36 PM
Subject: [linux-usb-devel] Anyone know what
URB_FUNCTION_SELECT_CONFIGURATION corresponds to


> I'm currently working on a driver for 3Com's Homeconnect USB Camera[1]
> and as part of the reverse engineering program I'm writing a command
> line tool that I can use to exercise the camera using libusb. On Windows
> 98 I'm using USB Snoopy[2] to capture conversations between the Windows
> driver and the camera. Shortly after the camera is plugged in the driver
> sends a command that USB Snoopy identifies as
>
>  URB_FUNCTION_SELECT_CONFIGURATION
>
> Does anyone know what command that actually is? The full log's at the
> project site[3].
>
> TIA.
>
> [1] http://sourceforge.net/projects/homeconnectusb
> [2] http://www.jps.net/~koma/
> [3] http://ftp1.sourceforge.net/homeconnectusb/plug.log.gz
>
> --
> Andy Armstrong, Tagish



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to