Module Name:    src
Committed By:   skrll
Date:           Fri Apr  5 09:20:51 UTC 2013

Modified Files:
        src/sys/dev/usb: usb.h

Log Message:
Add a UPS_C_PORT_L1 define


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/usb/usb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usb.h
diff -u src/sys/dev/usb/usb.h:1.102 src/sys/dev/usb/usb.h:1.103
--- src/sys/dev/usb/usb.h:1.102	Fri Apr  5 09:07:15 2013
+++ src/sys/dev/usb/usb.h	Fri Apr  5 09:20:51 2013
@@ -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 @@ typedef struct {
 #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 */

Reply via email to