usbdevs revision 1.5
11.5Smark$NetBSD: usbdevs,v 1.5 1998/10/05 02:30:17 mark Exp $
21.1Saugustss
31.1Saugustss/*
41.1Saugustss * Copyright (c) 1998 The NetBSD Foundation, Inc.
51.1Saugustss * All rights reserved.
61.1Saugustss *
71.1Saugustss * Author: Lennart Augustsson <augustss@carlstedt.se>
81.1Saugustss *         Carlstedt Research & Technology
91.1Saugustss *
101.1Saugustss * Redistribution and use in source and binary forms, with or without
111.1Saugustss * modification, are permitted provided that the following conditions
121.1Saugustss * are met:
131.1Saugustss * 1. Redistributions of source code must retain the above copyright
141.1Saugustss *    notice, this list of conditions and the following disclaimer.
151.1Saugustss * 2. Redistributions in binary form must reproduce the above copyright
161.1Saugustss *    notice, this list of conditions and the following disclaimer in the
171.1Saugustss *    documentation and/or other materials provided with the distribution.
181.1Saugustss * 3. All advertising materials mentioning features or use of this software
191.1Saugustss *    must display the following acknowledgement:
201.1Saugustss *        This product includes software developed by the NetBSD
211.1Saugustss *        Foundation, Inc. and its contributors.
221.1Saugustss * 4. Neither the name of The NetBSD Foundation nor the names of its
231.1Saugustss *    contributors may be used to endorse or promote products derived
241.1Saugustss *    from this software without specific prior written permission.
251.1Saugustss *
261.1Saugustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
271.1Saugustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
281.1Saugustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
291.1Saugustss * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
301.1Saugustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
311.1Saugustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
321.1Saugustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
331.1Saugustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
341.1Saugustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
351.1Saugustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
361.1Saugustss * POSSIBILITY OF SUCH DAMAGE.
371.1Saugustss */
381.1Saugustss
391.1Saugustss/*
401.1Saugustss * List of known USB vendors
411.1Saugustss */
421.1Saugustss
431.1Saugustssvendor NEC		0x0409	NEC
441.3Saugustssvendor KODAK		0x040a	Eastman Kodak
451.1Saugustssvendor NANAO		0x0440	Nanao
461.1Saugustssvendor UNIXTAR		0x0451  Unixtar
471.1Saugustssvendor GENIUS		0x0458	Genius
481.1Saugustssvendor CHERRY		0x046a	Cherry
491.1Saugustssvendor PHILIPS		0x0471	Philips
501.1Saugustssvendor CONNECTIX	0x0478	Connectix
511.5Smarkvendor CYPRESS		0x04b4	Cypress Semicondutor
521.1Saugustssvendor EIZO		0x056d	EIZO
531.1Saugustssvendor BELKIN		0x05ab	Belkin
541.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
551.1Saugustssvendor CHIC		0x05fe	Chic Technology
561.1Saugustssvendor PLX		0x10b5	PLX
571.1Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
581.1Saugustssvendor INTEL		0x8086	Intel
591.1Saugustss
601.1Saugustss/*
611.1Saugustss * List of known products.  Grouped by vendor.
621.1Saugustss */
631.1Saugustss
641.1Saugustss/* NEC products */
651.1Saugustssproduct NEC HUB			0x55aa	hub
661.2Saugustss
671.2Saugustss/* Kodak products */
681.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
691.1Saugustss
701.1Saugustss/* Nanao products */
711.1Saugustssproduct NANAO HUB		0x0000	hub
721.1Saugustssproduct NANAO MONITOR		0x0001	monitor
731.1Saugustss
741.1Saugustss/* Unixtar products */
751.1Saugustssproduct UNIXTAR UTUSB41		0x1446	UT-USB41
761.1Saugustss
771.1Saugustss/* Genius products */
781.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
791.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
801.1Saugustss
811.1Saugustss/* Cherry products */
821.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
831.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
841.1Saugustss
851.1Saugustss/* Philips products */
861.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
871.1Saugustssproduct PHILIPS HUB		0x0201	hub
881.1Saugustss
891.1Saugustss/* Connectix products */
901.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
911.5Smark
921.5Smark/* Cypress Semiconduuctor products */
931.5Smarkproduct CYPRESS MOUSE		0x0001	mouse
941.1Saugustss
951.1Saugustss/* Belkin products */
961.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
971.1Saugustss
981.1Saugustss/* EIZO Nanao products */
991.1Saugustssproduct EIZO HUB		0x0000	hub
1001.1Saugustssproduct EIZO MONITOR		0x0001	monitor
1011.1Saugustssproduct EIZONANAO HUB		0x0000	hub
1021.1Saugustssproduct EIZONANAO MONITOR	0x0001	monitor
1031.1Saugustss
1041.1Saugustss/* Chic Technology */
1051.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1061.1Saugustss
1071.1Saugustss/* PLX products */
1081.1Saugustssproduct PLX TESTBOARD		0x9060	test board
1091.1Saugustss
1101.1Saugustss/* Inside Out Networks products */
1111.1Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4
1121.1Saugustss
1131.1Saugustss/* Intel products */
1141.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
115