View | Details | Raw Unified | Return to bug 171197
Collapse All | Expand All

(-)usb_request.c (+4 lines)
Lines 1547-1552 Link Here
1547
1547
1548
	DPRINTFN(6, "setting device address=%d\n", addr);
1548
	DPRINTFN(6, "setting device address=%d\n", addr);
1549
1549
1550
        /* allow device time to set new address */
1551
        usb_pause_mtx(mtx,
1552
            USB_MS_TO_TICKS(USB_SET_ADDRESS_SETTLE));
1553
1550
	req.bmRequestType = UT_WRITE_DEVICE;
1554
	req.bmRequestType = UT_WRITE_DEVICE;
1551
	req.bRequest = UR_SET_ADDRESS;
1555
	req.bRequest = UR_SET_ADDRESS;
1552
	USETW(req.wValue, addr);
1556
	USETW(req.wValue, addr);

Return to bug 171197