Home | History | Annotate | Line # | Download | only in usb
usbdevs.h revision 1.8
      1 /*	$NetBSD: usbdevs.h,v 1.8 1998/12/02 22:51:50 augustss Exp $	*/
      2 
      3 /*
      4  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  *
      6  * generated from:
      7  *	NetBSD: usbdevs,v 1.8 1998/12/02 22:49:51 augustss Exp
      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_KODAK	0x040a		/* Eastman Kodak */
     52 /* Computer Access Technology Corporation */
     53 #define	USB_VENDOR_CATC	0x0423		/* CATC */
     54 #define	USB_VENDOR_NANAO	0x0440		/* Nanao */
     55 #define	USB_VENDOR_UNIXTAR	0x0451		/* Unixtar */
     56 #define	USB_VENDOR_GENIUS	0x0458		/* Genius */
     57 #define	USB_VENDOR_CHERRY	0x046a		/* Cherry */
     58 /* Behavior Technology Corporation */
     59 #define	USB_VENDOR_BTC	0x046e		/* BTC */
     60 #define	USB_VENDOR_PHILIPS	0x0471		/* Philips */
     61 #define	USB_VENDOR_CONNECTIX	0x0478		/* Connectix */
     62 #define	USB_VENDOR_CYPRESS	0x04b4		/* Cypress Semiconductor */
     63 #define	USB_VENDOR_3COM	0x04c1		/* 3Com */
     64 #define	USB_VENDOR_JAZZ	0x04fa		/* Jazz */
     65 #define	USB_VENDOR_ATEN	0x0557		/* ATen */
     66 #define	USB_VENDOR_EIZO	0x056d		/* EIZO */
     67 #define	USB_VENDOR_AGILER	0x056e		/* Agiler */
     68 #define	USB_VENDOR_BELKIN	0x05ab		/* Belkin */
     69 #define	USB_VENDOR_EIZONANAO	0x05e7		/* EIZO Nanao */
     70 #define	USB_VENDOR_CHIC	0x05fe		/* Chic Technology */
     71 #define	USB_VENDOR_PLX	0x10b5		/* PLX */
     72 #define	USB_VENDOR_INSIDEOUT	0x1608		/* Inside Out Networks */
     73 #define	USB_VENDOR_INTEL	0x8086		/* Intel */
     74 
     75 /*
     76  * List of known products.  Grouped by vendor.
     77  */
     78 
     79 /* NEC products */
     80 #define	USB_PRODUCT_NEC_HUB	0x55aa		/* hub */
     81 
     82 /* Kodak products */
     83 #define	USB_PRODUCT_KODAK_DC260	0x0110		/* Digital Science DC260 */
     84 
     85 /* CATC products */
     86 #define	USB_PRODUCT_CATC_ANDROMEDA	0x1237		/* Andromeda hub */
     87 
     88 /* Nanao products */
     89 #define	USB_PRODUCT_NANAO_HUB	0x0000		/* hub */
     90 #define	USB_PRODUCT_NANAO_MONITOR	0x0001		/* monitor */
     91 
     92 /* Unixtar products */
     93 #define	USB_PRODUCT_UNIXTAR_UTUSB41	0x1446		/* UT-USB41 */
     94 
     95 /* Genius products */
     96 #define	USB_PRODUCT_GENIUS_NICHE	0x0001		/* Niche mouse */
     97 #define	USB_PRODUCT_GENIUS_FLIGHT2000	0x1004		/* Flight 2000 joystick */
     98 
     99 /* Cherry products */
    100 #define	USB_PRODUCT_CHERRY_MY3000KBD	0x0001		/* My3000 keyboard */
    101 #define	USB_PRODUCT_CHERRY_MY3000HUB	0x0003		/* My3000 hub */
    102 
    103 /* Behavior Technology Corporation products */
    104 #define	USB_PRODUCT_BTC_BTC7932	0x6782		/* Keyboard with mouse port */
    105 
    106 /* Philips products */
    107 #define	USB_PRODUCT_PHILIPS_DSS	0x0101		/* DSS 350 Digital Speaker System */
    108 #define	USB_PRODUCT_PHILIPS_HUB	0x0201		/* hub */
    109 
    110 /* Connectix products */
    111 #define	USB_PRODUCT_CONNECTIX_QUICKCAM	0x0001		/* QuickCam */
    112 
    113 /* 3Com products */
    114 #define	USB_PRODUCT_3COM_USR56K	0x3021		/* U.S.Robotics 56000 Voice USB Modem */
    115 
    116 /* Jazz products */
    117 #define	USB_PRODUCT_JAZZ_J6502	0x4201		/* J-6502 speakers */
    118 
    119 /* Cypress Semiconduuctor products */
    120 #define	USB_PRODUCT_CYPRESS_MOUSE	0x0001		/* mouse */
    121 
    122 /* ATen */
    123 #define	USB_PRODUCT_ATEN_UC1284	0x2001		/* Parallel printer adapter */
    124 
    125 /* Agiler products */
    126 #define	USB_PRODUCT_AGILER_MOUSE29UO	0x0002		/* mouse 29UO */
    127 
    128 /* Belkin products */
    129 #define	USB_PRODUCT_BELKIN_F5U002	0x0002		/* Parallel printer adapter */
    130 
    131 /* EIZO Nanao products */
    132 #define	USB_PRODUCT_EIZO_HUB	0x0000		/* hub */
    133 #define	USB_PRODUCT_EIZO_MONITOR	0x0001		/* monitor */
    134 #define	USB_PRODUCT_EIZONANAO_HUB	0x0000		/* hub */
    135 #define	USB_PRODUCT_EIZONANAO_MONITOR	0x0001		/* monitor */
    136 
    137 /* Chic Technology */
    138 #define	USB_PRODUCT_CHIC_MOUSE1	0x0001		/* mouse */
    139 
    140 /* PLX products */
    141 #define	USB_PRODUCT_PLX_TESTBOARD	0x9060		/* test board */
    142 
    143 /* Inside Out Networks products */
    144 #define	USB_PRODUCT_INSIDEOUT_EDGEPORT4	0x0001		/* EdgePort/4 */
    145 
    146 /* Intel products */
    147 #define	USB_PRODUCT_INTEL_TESTBOARD	0x9890		/* 82930 test board */
    148