Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add missing USBD_NO_COPY flag.
details: https://anonhg.NetBSD.org/src/rev/7f74c9cf6552
branches: trunk
changeset: 480664:7f74c9cf6552
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Jan 17 13:23:05 2000 +0000
description:
Add missing USBD_NO_COPY flag.
diffstat:
sys/dev/usb/if_aue.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4b3b0c9a4030 -r 7f74c9cf6552 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c Mon Jan 17 12:57:54 2000 +0000
+++ b/sys/dev/usb/if_aue.c Mon Jan 17 13:23:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_aue.c,v 1.11 2000/01/17 02:20:43 augustss Exp $ */
+/* $NetBSD: if_aue.c,v 1.12 2000/01/17 13:23:05 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
@@ -1182,7 +1182,7 @@
c->aue_accum = AUE_CUTOFF;
usbd_setup_xfer(xfer, sc->aue_ep[AUE_ENDPT_RX],
c, c->aue_buf,
- AUE_CUTOFF, USBD_SHORT_XFER_OK,
+ AUE_CUTOFF, USBD_SHORT_XFER_OK | USBD_NO_COPY,
USBD_NO_TIMEOUT, aue_rxeof);
DPRINTFN(5,("%s: %s: extra rx\n", USBDEVNAME(sc->aue_dev),
__FUNCTION__));
Home |
Main Index |
Thread Index |
Old Index