Source-Changes-HG archive

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

[src/netbsd-7-nhusb]: src/sys/dev/usb Missed update - no idea how this happened



details:   https://anonhg.NetBSD.org/src/rev/990a58cbd686
branches:  netbsd-7-nhusb
changeset: 801025:990a58cbd686
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Sep 07 08:19:00 2016 +0000

description:
Missed update - no idea how this happened

diffstat:

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

diffs (17 lines):

diff -r 0f9fac27c55a -r 990a58cbd686 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Wed Sep 07 08:16:11 2016 +0000
+++ b/sys/dev/usb/usb.h Wed Sep 07 08:19:00 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.106.4.2.4.1 2016/09/06 20:33:09 skrll Exp $  */
+/*     $NetBSD: usb.h,v 1.106.4.2.4.2 2016/09/07 08:19:00 skrll Exp $  */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -598,6 +598,7 @@
 #define UPS_HIGH_SPEED                 0x0400
 #define UPS_PORT_TEST                  0x0800
 #define UPS_PORT_INDICATOR             0x1000
+#define UPS_OTHER_SPEED                        0x2000  /* currently NetBSD specific */
        uWord           wPortChange;
 #define UPS_C_CONNECT_STATUS           0x0001
 #define UPS_C_PORT_ENABLED             0x0002



Home | Main Index | Thread Index | Old Index