On Sun, Oct 27, 2002 at 12:12:59PM +0100, Martin Diehl wrote: > On Thu, 24 Oct 2002, David Brownell wrote: > > > --- ./drivers/usb-dist/misc/usbtest.c Fri Oct 18 21:45:00 2002 > > +++ ./drivers/usb/misc/usbtest.c Sun Oct 20 22:51:02 2002 > > @@ -450,5 +450,8 @@ > > int expected = udev->actconfig->bConfigurationValue; > > > > - /* [9.4.2] get_configuration always works */ > > + /* [9.4.2] get_configuration always works > > + * ... although some cheap devices (like one TI Hub I've got) > > + * won't return config descriptors except before set_config. > > + */ > > retval = usb_control_msg (udev, usb_rcvctrlpipe (udev, 0), > > USB_REQ_GET_CONFIGURATION, USB_RECIP_DEVICE, > > Sorry, had it fixed some days ago but forgot to send the patch... > Well, this is certainly not the crucial part of this patch and I'm not > sure about what your TI hub is doing there - but I had some good > experience with GetConfiguration there after changing to DIR_IN ;-)
David, should I add this patch to the tree? thanks, greg k-h ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
