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 USUBCLASS_MIDISTREAM definition, per request...
details: https://anonhg.NetBSD.org/src/rev/d138d82f6f51
branches: trunk
changeset: 476105:d138d82f6f51
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Sep 06 17:16:47 1999 +0000
description:
Add USUBCLASS_MIDISTREAM definition, per request from MAEKAWA Masahide
<bishop%rr.iij4u.or.jp@localhost>.
diffstat:
sys/dev/usb/usb.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r df6ecf6d75e9 -r d138d82f6f51 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Mon Sep 06 17:07:04 1999 +0000
+++ b/sys/dev/usb/usb.h Mon Sep 06 17:16:47 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.31 1999/09/04 22:26:12 augustss Exp $ */
+/* $NetBSD: usb.h,v 1.32 1999/09/06 17:16:47 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -335,6 +335,7 @@
#define UCLASS_AUDIO 1
#define USUBCLASS_AUDIOCONTROL 1
#define USUBCLASS_AUDIOSTREAM 2
+#define USUBCLASS_MIDISTREAM 3
#define UCLASS_CDC 2 /* communication */
#define USUBCLASS_DIRECT_LINE_CONTROL_MODEL 1
#define USUBCLASS_ABSTRACT_CONTROL_MODEL 2
Home |
Main Index |
Thread Index |
Old Index