Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Uoo
details: https://anonhg.NetBSD.org/src/rev/ae02f39f3e41
branches: trunk
changeset: 519433:ae02f39f3e41
user: ichiro <ichiro%NetBSD.org@localhost>
date: Mon Dec 17 14:34:37 2001 +0000
description:
Uoo
Make it compile.
diffstat:
sys/dev/usb/uftdi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e3e0b43e0cc3 -r ae02f39f3e41 sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c Mon Dec 17 14:31:02 2001 +0000
+++ b/sys/dev/usb/uftdi.c Mon Dec 17 14:34:37 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uftdi.c,v 1.8 2001/12/17 14:31:02 ichiro Exp $ */
+/* $NetBSD: uftdi.c,v 1.9 2001/12/17 14:34:37 ichiro Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.8 2001/12/17 14:31:02 ichiro Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.9 2001/12/17 14:34:37 ichiro Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -496,6 +496,7 @@
uftdi_break(void *vsc, int portno, int onoff)
{
struct uftdi_softc *sc = vsc;
+ usb_device_request_t req;
int data;
DPRINTF(("uftdi_break: sc=%p, port=%d onoff=%d\n", vsc, portno,
Home |
Main Index |
Thread Index |
Old Index