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 a UPS_C_PORT_L1 define



details:   https://anonhg.NetBSD.org/src/rev/4d0460e56d3f
branches:  trunk
changeset: 785898:4d0460e56d3f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 05 09:20:51 2013 +0000

description:
Add a UPS_C_PORT_L1 define

diffstat:

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

diffs (17 lines):

diff -r 50028d1775ec -r 4d0460e56d3f sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Fri Apr 05 09:07:15 2013 +0000
+++ b/sys/dev/usb/usb.h Fri Apr 05 09:20:51 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.102 2013/04/05 09:07:15 skrll Exp $  */
+/*     $NetBSD: usb.h,v 1.103 2013/04/05 09:20:51 skrll Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -502,6 +502,7 @@
 #define UPS_C_SUSPEND                  0x0004
 #define UPS_C_OVERCURRENT_INDICATOR    0x0008
 #define UPS_C_PORT_RESET               0x0010
+#define UPS_C_PORT_L1                  0x0020
 } UPACKED usb_port_status_t;
 
 /* Device class codes */



Home | Main Index | Thread Index | Old Index