From 5bd2b33be2416e990d0bf8451e259694d4dbdacd Mon Sep 17 00:00:00 2001 From: augustss Date: Wed, 24 Oct 2001 21:48:38 +0000 Subject: Add a PS/2 adapter. --- sys/dev/usb/usbdevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/usbdevs') diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 8c27c9e6c24..8d4b79705d2 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.188 2001/10/17 15:44:22 ichiro Exp $ +$NetBSD: usbdevs,v 1.189 2001/10/24 21:48:38 augustss Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -222,6 +222,7 @@ vendor BOSTON 0x06fd Boston Acoustics vendor SMC 0x0707 Standard Microsystems Corp vendor PUTERCOM 0x0708 Putercom Co., Ltd. vendor MCT 0x0711 MCT Corp. +vendor DIGITALSTREAM 0x074e Digital Stream Corp. vendor AUREAL 0x0755 Aureal Semiconductor vendor MIDIMAN 0x0763 Midiman vendor GRIFFIN 0x077d Griffin Technology, Inc. @@ -507,6 +508,9 @@ product DIGI ACCELEPORT2 0x0002 AccelePort USB 2 product DIGI ACCELEPORT4 0x0004 AccelePort USB 4 product DIGI ACCELEPORT8 0x0008 AccelePort USB 8 +/* Digital Stream Corp. products */ +product DIGITALSTREAM PS2 0x0001 PS/2 Active Adapter + /* EIZO products */ product EIZO HUB 0x0000 hub product EIZO MONITOR 0x0001 monitor -- cgit