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 Telex microphone and a Midiman MIDI port.



details:   https://anonhg.NetBSD.org/src/rev/b3a70599b5dd
branches:  trunk
changeset: 477167:b3a70599b5dd
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Oct 13 18:55:32 1999 +0000

description:
Add a Telex microphone and a Midiman MIDI port.

diffstat:

 sys/dev/usb/usbdevs |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 48d032984bbe -r b3a70599b5dd sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Oct 13 18:52:54 1999 +0000
+++ b/sys/dev/usb/usbdevs       Wed Oct 13 18:55:32 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.52 1999/10/13 09:00:21 augustss Exp $
+$NetBSD: usbdevs,v 1.53 1999/10/13 18:55:32 augustss Exp $
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -77,6 +77,7 @@
 vendor VISION          0x0553  VLSI Vision Ltd.
 vendor ATEN            0x0557  ATEN International Corp. Ltd.
 vendor MUSTEK          0x055f  Mustek Systems Inc.
+vendor TELEX           0x0562  Telex Communications Inc.
 vendor PERACOM         0x0565  Peracom Networks Inc.
 vendor WACOM           0x056a  WACOM Corp. Ltd.
 vendor ETEK            0x056c  e-TEK Labs
@@ -94,6 +95,7 @@
 vendor MACALLY         0x0618  Macally
 vendor MULTITECH       0x06e0  MultiTech
 vendor ADS             0x06e1  ADS Technologies
+vendor MIDIMAN         0x0763  Midiman
 vendor SANDISK         0x0781  SanDisk Corp
 vendor SIIG            0x07cc  SIIG
 vendor ACTIVEWIRE      0x0854  ActiveWire Inc.
@@ -217,6 +219,9 @@
 /* Mustek products */
 product MUSTEK MDC800          0xa800  MDC-800 digital camera
 
+/* Telex Communications products */
+product TELEX MIC1             0x0001  Enhanced USB Microphone
+
 /* Peracom products */
 product PERACOM SERIAL1                0x0001  Serial Converter
 
@@ -281,6 +286,9 @@
 product ENTREGA EZUSB          0x8000  EZ-USB
 product ENTREGA SERIAL         0x8001  DB25 Serial connector
 
+/* Midiman products */
+product MIDIMAN MIDISPORT2X2   0x1001  Midisport 2x2
+
 /* SanDisk products */
 product        SANDISK IMAGEMATE       0x0001  USB ImageMate
 



Home | Main Index | Thread Index | Old Index