Messages in this thread |  | | From | Duncan Sands <> | Subject | Re: [linux-usb-devel] Re: [OOPS, usbcore, releaseintf] 2.6.0-test10-mm1 | Date | Wed, 10 Dec 2003 18:54:44 +0100 |
| |
On Wednesday 10 December 2003 18:34, David Brownell wrote: > > Unfortunately, usb_physical_reset_device calls usb_set_configuration > > which takes dev->serialize. > > Not since late August it doesn't ...
In current 2.5 bitkeeper it does.
Duncan.
int usb_set_configuration(struct usb_device *dev, int configuration) { int i, ret; struct usb_host_config *cp = NULL;
/* dev->serialize guards all config changes */ down(&dev->serialize); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |