Hi all,
I'm currently adapting a driver for WLAN USB devices based on
Atmel's AT76C503A chip to 2.6.x. This chip requires a DFU firmware
download, a REMAP command and a USB reset. After the reset it comes up
with new interface descriptors (containing two bulk EPs), while it keeps
it's old device descriptor.
If I simply call usb_reset_device() the interface descriptors are not
updated due to the unchanged device descriptor.
My current workaround is to manipulate the device descriptor:
dev->udev->descriptor.idProduct++;
usb_reset_device(dev->udev);
Is there any other way to let the USB subsys retrieve the new interface
descr. after usb_reset_device ?
/J�rg
--
Joerg Albert
[EMAIL PROTECTED]
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel