Home | History | Annotate | Line # | Download | only in usb
usbdevs revision 1.12
      1 $NetBSD: usbdevs,v 1.12 1998/12/29 15:19:40 augustss Exp $
      2 
      3 /*
      4  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5  * All rights reserved.
      6  *
      7  * Author: Lennart Augustsson <augustss (a] 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 
     43 vendor NEC		0x0409	NEC
     44 vendor KODAK		0x040a	Eastman Kodak
     45 /* Computer Access Technology Corporation */
     46 vendor CATC		0x0423	CATC
     47 vendor NANAO		0x0440	Nanao
     48 vendor UNIXTAR		0x0451  Unixtar
     49 vendor GENIUS		0x0458	Genius
     50 vendor CHERRY		0x046a	Cherry
     51 /* Behavior Technology Corporation */
     52 vendor BTC		0x046e	BTC
     53 vendor PHILIPS		0x0471	Philips
     54 vendor CONNECTIX	0x0478	Connectix
     55 vendor CYPRESS		0x04b4	Cypress Semiconductor
     56 vendor 3COM		0x04c1	3Com
     57 vendor SHUTTLE		0x04e6	Shuttle Technology
     58 vendor JAZZ		0x04fa	Jazz
     59 vendor ATEN		0x0557	ATen
     60 vendor PERACOM		0x0565	Peracom
     61 vendor EIZO		0x056d	EIZO
     62 vendor AGILER		0x056e	Agiler
     63 vendor BELKIN		0x05ab	Belkin
     64 vendor EIZONANAO	0x05e7	EIZO Nanao
     65 vendor CHIC		0x05fe	Chic Technology
     66 vendor ADS		0x06e1	ADS Technologies
     67 vendor PLX		0x10b5	PLX
     68 vendor INSIDEOUT	0x1608	Inside Out Networks
     69 vendor INTEL		0x8086	Intel
     70 
     71 /*
     72  * List of known products.  Grouped by vendor.
     73  */
     74 
     75 /* NEC products */
     76 product NEC HUB			0x55aa	hub
     77 
     78 /* Kodak products */
     79 product KODAK DC260		0x0110	Digital Science DC260
     80 
     81 /* CATC products */
     82 product CATC ANDROMEDA		0x1237	Andromeda hub
     83 
     84 /* Nanao products */
     85 product NANAO HUB		0x0000	hub
     86 product NANAO MONITOR		0x0001	monitor
     87 
     88 /* Unixtar products */
     89 product UNIXTAR UTUSB41		0x1446	UT-USB41
     90 
     91 /* Genius products */
     92 product GENIUS NICHE		0x0001	Niche mouse
     93 product GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
     94 
     95 /* Cherry products */
     96 product CHERRY MY3000KBD	0x0001	My3000 keyboard
     97 product CHERRY MY3000HUB	0x0003	My3000 hub
     98 
     99 /* Behavior Technology Corporation products */
    100 product BTC BTC7932		0x6782	Keyboard with mouse port
    101 
    102 /* Philips products */
    103 product PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
    104 product PHILIPS HUB		0x0201	hub
    105 
    106 /* Connectix products */
    107 product CONNECTIX QUICKCAM	0x0001	QuickCam
    108 
    109 /* Cypress Semiconduuctor products */
    110 product CYPRESS MOUSE		0x0001	mouse
    111 
    112 /* 3Com products */
    113 product 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
    114 
    115 /* Shuttle Technology products */
    116 product SHUTTLE EUSB		0x0001	E-USB Bridge
    117 
    118 /* Jazz products */
    119 product JAZZ J6502		0x4201	J-6502 speakers
    120 
    121 /* ATen products */
    122 product ATEN UC1284		0x2001	Parallel printer adapter
    123 
    124 /* Peracom products */
    125 product PERACOM SERIAL1		0x0001	Serial Converter
    126 
    127 /* EIZO products */
    128 product EIZO HUB		0x0000	hub
    129 product EIZO MONITOR		0x0001	monitor
    130 
    131 /* Agiler products */
    132 product AGILER MOUSE29UO	0x0002	mouse 29UO
    133 
    134 /* Belkin products */
    135 product BELKIN F5U002		0x0002	Parallel printer adapter
    136 
    137 /* EIZO Nanao products */
    138 product EIZONANAO HUB		0x0000	hub
    139 product EIZONANAO MONITOR	0x0001	monitor
    140 
    141 /* Chic Technology products */
    142 product CHIC MOUSE1		0x0001	mouse
    143 
    144 /* ADS products */
    145 product ADS ENET		0x0008	Ethernet adapter
    146 
    147 /* PLX products */
    148 product PLX TESTBOARD		0x9060	test board
    149 
    150 /* Inside Out Networks products */
    151 product INSIDEOUT EDGEPORT4	0x0001	EdgePort/4
    152 
    153 /* Intel products */
    154 product INTEL TESTBOARD		0x9890	82930 test board
    155