diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-06-27 21:23:30 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-06-27 21:23:30 +0000 |
commit | ff880be8b902c41ec399c05ac1f85bf74c0fa6ad (patch) | |
tree | ac244c5834e146ddb6b188a14c852ced0d303298 /sys/dev/usb/controller/at91dci.c | |
parent | 6a523f03ea03e31b66264afaf4a531790162a406 (diff) | |
download | FreeBSD-src-ff880be8b902c41ec399c05ac1f85bf74c0fa6ad.zip FreeBSD-src-ff880be8b902c41ec399c05ac1f85bf74c0fa6ad.tar.gz |
Sync to p4
- Add support for devices that handle set and clear stall in hardware.
- Add missing get timestamp function
- Add more xfer flags
Submitted by: Hans Petter Selasky
Approved by: re (kib)
Diffstat (limited to 'sys/dev/usb/controller/at91dci.c')
-rw-r--r-- | sys/dev/usb/controller/at91dci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index 6c0ae08..210f0e7 100644 --- a/sys/dev/usb/controller/at91dci.c +++ b/sys/dev/usb/controller/at91dci.c @@ -1227,7 +1227,7 @@ at91dci_device_done(struct usb_xfer *xfer, usb_error_t error) static void at91dci_set_stall(struct usb_device *udev, struct usb_xfer *xfer, - struct usb_endpoint *ep) + struct usb_endpoint *ep, uint8_t *did_stall) { struct at91dci_softc *sc; uint32_t csr_val; |