usbdevs revision 1.3
1$NetBSD: usbdevs,v 1.3 1998/09/05 15:45:34 augustss Exp $
2
3/*
4 * Copyright (c) 1998 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * Author: Lennart Augustsson <augustss@carlstedt.se>
8 *         Carlstedt Research & Technology
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 *    notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 *    notice, this list of conditions and the following disclaimer in the
17 *    documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 *    must display the following acknowledgement:
20 *        This product includes software developed by the NetBSD
21 *        Foundation, Inc. and its contributors.
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
23 *    contributors may be used to endorse or promote products derived
24 *    from this software without specific prior written permission.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 * POSSIBILITY OF SUCH DAMAGE.
37 */
38
39/*
40 * List of known USB vendors
41 */
42
43vendor NEC		0x0409	NEC
44vendor KODAK		0x040a	Eastman Kodak
45vendor NANAO		0x0440	Nanao
46vendor UNIXTAR		0x0451  Unixtar
47vendor GENIUS		0x0458	Genius
48vendor CHERRY		0x046a	Cherry
49vendor PHILIPS		0x0471	Philips
50vendor CONNECTIX	0x0478	Connectix
51vendor EIZO		0x056d	EIZO
52vendor BELKIN		0x05ab	Belkin
53vendor EIZONANAO	0x05e7	EIZO Nanao
54vendor CHIC		0x05fe	Chic Technology
55vendor PLX		0x10b5	PLX
56vendor INSIDEOUT	0x1608	Inside Out Networks
57vendor INTEL		0x8086	Intel
58
59/*
60 * List of known products.  Grouped by vendor.
61 */
62
63/* NEC products */
64product NEC HUB			0x55aa	hub
65
66/* Kodak products */
67product Kodak DC260		0x0110	Digital Science DC260
68
69/* Nanao products */
70product NANAO HUB		0x0000	hub
71product NANAO MONITOR		0x0001	monitor
72
73/* Unixtar products */
74product UNIXTAR UTUSB41		0x1446	UT-USB41
75
76/* Genius products */
77product GENIUS NICHE		0x0001	Niche mouse
78product GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
79
80/* Cherry products */
81product CHERRY MY3000KBD	0x0001	My3000 keyboard
82product CHERRY MY3000HUB	0x0003	My3000 hub
83
84/* Philips products */
85product PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
86product PHILIPS HUB		0x0201	hub
87
88/* Connectix products */
89product CONNECTIX QUICKCAM	0x0001	QuickCam
90
91/* Belkin products */
92product BELKIN F5U002		0x0002	Parallel printer adapter
93
94/* EIZO Nanao products */
95product EIZO HUB		0x0000	hub
96product EIZO MONITOR		0x0001	monitor
97product EIZONANAO HUB		0x0000	hub
98product EIZONANAO MONITOR	0x0001	monitor
99
100/* Chic Technology */
101product CHIC MOUSE1		0x0001	mouse
102
103/* PLX products */
104product PLX TESTBOARD		0x9060	test board
105
106/* Inside Out Networks products */
107product INSIDEOUT EDGEPORT4	0x0001	EdgePort/4
108
109/* Intel products */
110product INTEL TESTBOARD		0x9890	82930 test board
111