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 Digi International adapters.



details:   https://anonhg.NetBSD.org/src/rev/756811fd74ee
branches:  trunk
changeset: 481304:756811fd74ee
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jan 25 21:58:45 2000 +0000

description:
Add Digi International adapters.

diffstat:

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

diffs (29 lines):

diff -r f24d7a1550b1 -r 756811fd74ee sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Tue Jan 25 21:58:23 2000 +0000
+++ b/sys/dev/usb/usbdevs       Tue Jan 25 21:58:45 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.73 2000/01/24 08:44:07 augustss Exp $
+$NetBSD: usbdevs,v 1.74 2000/01/25 21:58:45 soren Exp $
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -96,6 +96,7 @@
 vendor OMNIVISION      0x05a9  OmniVision
 vendor INSYSTEM                0x05ab  In-System Design
 vendor APPLE           0x05ac  Apple Computer
+vendor DIGI            0x05c5  Digi International
 vendor QTRONIX         0x05c7  Qtronix Corp
 vendor ELSA            0x05cc  ELSA Gmbh
 vendor EIZONANAO       0x05e7  EIZO Nanao
@@ -226,6 +227,11 @@
 /* Diamond products */
 product DIAMOND RIO500USB      0x0001  Rio 500 USB
 
+/* Digi International products */
+product DIGI ACCELEPORT2       0x0002  AccelePort USB 2
+product DIGI ACCELEPORT4       0x0004  AccelePort USB 4
+product DIGI ACCELEPORT8       0x0008  AccelePort USB 8
+
 /* EIZO products */
 product EIZO HUB               0x0000  hub
 product EIZO MONITOR           0x0001  monitor



Home | Main Index | Thread Index | Old Index