Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/dev/usb Additionally pull up r1.131 for ticket #1124 ...



details:   https://anonhg.NetBSD.org/src/rev/569352f69637
branches:  netbsd-7
changeset: 799849:569352f69637
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 07 14:36:55 2016 +0000

description:
Additionally pull up r1.131 for ticket #1124 (requested by skrll)

diffstat:

 sys/dev/usb/ugen.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9674b970c18e -r 569352f69637 sys/dev/usb/ugen.c
--- a/sys/dev/usb/ugen.c        Mon Mar 07 09:04:58 2016 +0000
+++ b/sys/dev/usb/ugen.c        Mon Mar 07 14:36:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ugen.c,v 1.124.2.1 2016/03/06 18:08:04 martin Exp $    */
+/*     $NetBSD: ugen.c,v 1.124.2.2 2016/03/07 14:36:55 martin Exp $    */
 
 /*
  * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ugen.c,v 1.124.2.1 2016/03/06 18:08:04 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugen.c,v 1.124.2.2 2016/03/07 14:36:55 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -172,6 +172,7 @@
                                               int index, int *lenp);
 Static usbd_status ugen_set_interface(struct ugen_softc *, int, int);
 Static int ugen_get_alt_index(struct ugen_softc *sc, int ifaceidx);
+Static void ugen_clear_endpoints(struct ugen_softc *);
 
 #define UGENUNIT(n) ((minor(n) >> 4) & 0xf)
 #define UGENENDPOINT(n) (minor(n) & 0xf)



Home | Main Index | Thread Index | Old Index