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 few more Communication Interface Class sub...
details: https://anonhg.NetBSD.org/src/rev/45fdffcb9793
branches: trunk
changeset: 473060:45fdffcb9793
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue May 18 23:42:56 1999 +0000
description:
Add a few more Communication Interface Class subclasses (including Ethernet
and *shudder* ATM).
diffstat:
sys/dev/usb/usb.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 7ec58ba7ff3d -r 45fdffcb9793 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Tue May 18 23:23:32 1999 +0000
+++ b/sys/dev/usb/usb.h Tue May 18 23:42:56 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.20 1999/05/16 12:05:10 augustss Exp $ */
+/* $NetBSD: usb.h,v 1.21 1999/05/18 23:42:56 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -333,7 +333,13 @@
#define USUBCLASS_AUDIOCONTROL 1
#define USUBCLASS_AUDIOSTREAM 2
#define UCLASS_CDC 2 /* communication */
+#define USUBCLASS_DIRECT_LINE_CONTROL_MODEL 1
#define USUBCLASS_ABSTRACT_CONTROL_MODEL 2
+#define USUBCLASS_TELEPHONE_CONTROL_MODEL 3
+#define USUBCLASS_MULTICHANNEL_CONTROL_MODEL 4
+#define USUBCLASS_CAPI_CONTROLMODEL 5
+#define USUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL 6
+#define USUBCLASS_ATM_NETWORKING_CONTROL_MODEL 7
#define UPROTO_CDC_AT 1
#define UCLASS_HID 3
#define USUBCLASS_BOOT 1
Home |
Main Index |
Thread Index |
Old Index