summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umct.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/umct.h')
-rw-r--r--sys/dev/usb/umct.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/usb/umct.h b/sys/dev/usb/umct.h
index 0cc95e3628c..aac762d3ce7 100644
--- a/sys/dev/usb/umct.h
+++ b/sys/dev/usb/umct.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: umct.h,v 1.4 2008/06/26 05:42:19 ray Exp $ */
+/* $OpenBSD: umct.h,v 1.5 2015/04/26 06:38:04 jmatthew Exp $ */
/* $NetBSD: umct.h,v 1.1 2001/03/28 18:42:13 ichiro Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -50,6 +50,12 @@
#define REQ_SET_MCR 10 /* Set Modem Control Register (MCR) */
#define LENGTH_SET_MCR 1
+#define REQ_UNKNOWN1 11 /* Unknown functionality */
+#define LENGTH_UNKNOWN1 1
+
+#define REQ_SET_CTS 12 /* Apparently controls CTS */
+#define LENGTH_SET_CTS 1
+
/*
* Baud rate (divisor)
*/