summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2013-04-05 09:07:15 +0000
committerskrll <skrll@NetBSD.org>2013-04-05 09:07:15 +0000
commit93a4cb4a0e28e5d9dbe2750eff7dd2b703d02b06 (patch)
treebd41c72eb3b71e8b6d4488644a7add9fc5f2add8 /sys/dev
parentbfb08deeb6015fe4eb062ed3b019092a6e153bab (diff)
Add a UPS_PORT_L1 define
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 719aaffe811..d63b379a7fd 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -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