diff options
| author | augustss <augustss@NetBSD.org> | 1999-08-25 16:28:12 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-08-25 16:28:12 +0000 |
| commit | 02a79dc13e38f94937e061d03b1ffd31acf55a38 (patch) | |
| tree | d7b378b4e0d356ea2bec19542abb8c9aaba38ee3 /sys/dev | |
| parent | a4c5e0c5507912cc8bb47a13c186c83a8792d51b (diff) | |
Add Multitech MT5634ZBA. From FreeBSD.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 0de9f16a5ec..24c21d8c55b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -a$NetBSD: usbdevs,v 1.37 1999/08/24 21:25:22 soren Exp $ +a$NetBSD: usbdevs,v 1.38 1999/08/25 16:28:12 augustss Exp $ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -78,6 +78,7 @@ vendor APPLE 0x05ac Apple Computer vendor EIZONANAO 0x05e7 EIZO Nanao vendor CHIC 0x05fe Chic Technology vendor MACALLY 0x0618 Macally +vendor MULTITECH 0x06e0 MultiTech vendor ADS 0x06e1 ADS Technologies vendor PLX 0x10b5 PLX vendor INSIDEOUT 0x1608 Inside Out Networks @@ -200,6 +201,9 @@ product CHIC MOUSE1 0x0001 mouse /* Macally products */ product MACALLY MOUSE1 0x0101 mouse +/* MultiTech products */ +product MULTITECH MT5634ZBA 0xf101 MT5634ZBA + /* ADS products */ product ADS ENET 0x0008 Ethernet adapter |
