diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-01 23:59:09 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-01 23:59:09 +0000 |
| commit | 5801da881d9d8c1d1647987ff14ef4ec44728937 (patch) | |
| tree | 984da641a7bf065a4464707dd4d5eff00784175d /sys/dev | |
| parent | 4933978a5f2a81fa304b4fce48aa82a0e2e93e75 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 26ce6201f3f0..52cc9aa1dec4 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -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); |
