aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/atmegadci.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-27 21:23:30 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-27 21:23:30 +0000
commit29bd7d7e9aab730430419bb7be64e1a26aaf39b2 (patch)
treeac244c5834e146ddb6b188a14c852ced0d303298 /sys/dev/usb/controller/atmegadci.c
parent7e6e6b6766bb99c315a740754a5af0231d18db4c (diff)
downloadsrc-29bd7d7e9aab730430419bb7be64e1a26aaf39b2.tar.gz
src-29bd7d7e9aab730430419bb7be64e1a26aaf39b2.zip
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)
Notes
Notes: svn path=/head/; revision=195121
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 ef7e643dcd2e..47e27b5f3240 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;