Problem in usb_driver_release_interface ( drivers/usb/core/usb,c )in 2.6.X kernel

From: Desmecht Laurent
Date: Sun Jan 04 2004 - 23:36:06 EST


Hello,

with recent linux kernels ( 2.6.X ), the user-space driver of the
speedtouch usb modem don't work, after some experimentations I was able
to find a solution :
If I comment the call to the function:

usb_set_interface(interface_to_usbdev(iface),
iface->altsetting[0].desc.bInterfaceNumber,
0);

in usb_driver_release_interface (drivers/usb/core/usb,c)

( as it was in kernel before 2.6.0-test2-bk2 )
then the modem work fine, without any problem.

Can a Linux kernel developer explain this and try fix this in the
official kernel?

Thanks,
Laurent Desmecht


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/