Module Name:    src
Committed By:   skrll
Date:           Fri Apr  5 09:07:15 UTC 2013

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

Log Message:
Add a UPS_PORT_L1 define


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 src/sys/dev/usb/usb.h:1.102
--- src/sys/dev/usb/usb.h:1.101	Thu Mar 21 12:47:16 2013
+++ src/sys/dev/usb/usb.h	Fri Apr  5 09:07:15 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: usb.h,v 1.101 2013/03/21 12:47:16 skrll Exp $	*/
+/*	$NetBSD: usb.h,v 1.102 2013/04/05 09:07:15 skrll Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $	*/
 
 /*
@@ -489,6 +489,7 @@ typedef struct {
 #define UPS_SUSPEND			0x0004
 #define UPS_OVERCURRENT_INDICATOR	0x0008
 #define UPS_RESET			0x0010
+#define UPS_PORT_L1			0x0020
 #define UPS_PORT_POWER			0x0100
 #define UPS_FULL_SPEED			0x0000	/* for completeness */
 #define UPS_LOW_SPEED			0x0200

Reply via email to