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