summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/atmegadci.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-27 21:23:30 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-27 21:23:30 +0000
commitff880be8b902c41ec399c05ac1f85bf74c0fa6ad (patch)
treeac244c5834e146ddb6b188a14c852ced0d303298 /sys/dev/usb/controller/atmegadci.c
parent6a523f03ea03e31b66264afaf4a531790162a406 (diff)
downloadFreeBSD-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/atmegadci.c')
-rw-r--r--sys/dev/usb/controller/atmegadci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/atmegadci.c b/sys/dev/usb/controller/atmegadci.c
index ef7e643..47e27b5 100644
--- a/sys/dev/usb/controller/atmegadci.c
+++ b/sys/dev/usb/controller/atmegadci.c
@@ -1113,7 +1113,7 @@ atmegadci_device_done(struct usb_xfer *xfer, usb_error_t error)
static void
atmegadci_set_stall(struct usb_device *udev, struct usb_xfer *xfer,
- struct usb_endpoint *ep)
+ struct usb_endpoint *ep, uint8_t *did_stall)
{
struct atmegadci_softc *sc;
uint8_t ep_no;
OpenPOWER on IntegriCloud