mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Oops. Introduced a typo in one of previous commits.
This commit is contained in:
parent
4933978a5f
commit
5801da881d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46240
@ -1547,7 +1547,7 @@ uhci_device_request(reqh)
|
||||
UGETW(req->wIndex), UGETW(req->wLength),
|
||||
addr, endpt));
|
||||
|
||||
ls = dev->lowspeed ? UHCI_TD_LS : 0;
|
||||
ls = dev->lowspeed ? UHCI_TD_LOWSPEED : 0;
|
||||
isread = req->bmRequestType & UT_READ;
|
||||
len = UGETW(req->wLength);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user