Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/usb pullup 1.17->1.18 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/e152b8732a71
branches:  netbsd-1-4
changeset: 468681:e152b8732a71
user:      perry <perry%NetBSD.org@localhost>
date:      Thu May 06 19:32:00 1999 +0000

description:
pullup 1.17->1.18 (thorpej)

diffstat:

 sys/dev/usb/usbdivar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9b608ad54ab0 -r e152b8732a71 sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h    Thu May 06 19:31:35 1999 +0000
+++ b/sys/dev/usb/usbdivar.h    Thu May 06 19:32:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdivar.h,v 1.17 1999/01/10 19:13:16 augustss Exp $   */
+/*     $NetBSD: usbdivar.h,v 1.17.2.1 1999/05/06 19:32:00 perry Exp $  */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -85,6 +85,7 @@
        usbd_status           (*open_pipe)__P((struct usbd_pipe *pipe));
        u_int32_t               pipe_size; /* size of a pipe struct */
        void                  (*do_poll)__P((struct usbd_bus *));
+       int                     has_console; /* console input on this bus */
        /* Filled by usb driver */
        struct usbd_device     *root_hub;
        usbd_device_handle      devices[USB_MAX_DEVICES];



Home | Main Index | Thread Index | Old Index