Home | History | Annotate | Line # | Download | only in hil
      1  1.1  tsutsui /*	$NetBSD: hildevs_data.h,v 1.1 2011/02/06 18:34:52 tsutsui Exp $	*/
      2  1.1  tsutsui 
      3  1.1  tsutsui /*
      4  1.1  tsutsui  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  1.1  tsutsui  *
      6  1.1  tsutsui  * generated from:
      7  1.1  tsutsui  *	NetBSD: hildevs,v 1.2 2011/02/06 18:32:55 tsutsui Exp
      8  1.1  tsutsui  */
      9  1.1  tsutsui /* OpenBSD: hildevs,v 1.3 2006/08/10 23:44:16 miod Exp */
     10  1.1  tsutsui /*
     11  1.1  tsutsui  * Copyright (c) 2003, Miodrag Vallat.
     12  1.1  tsutsui  * All rights reserved.
     13  1.1  tsutsui  *
     14  1.1  tsutsui  * Redistribution and use in source and binary forms, with or without
     15  1.1  tsutsui  * modification, are permitted provided that the following conditions
     16  1.1  tsutsui  * are met:
     17  1.1  tsutsui  * 1. Redistributions of source code must retain the above copyright
     18  1.1  tsutsui  *    notice, this list of conditions and the following disclaimer.
     19  1.1  tsutsui  * 2. Redistributions in binary form must reproduce the above copyright
     20  1.1  tsutsui  *    notice, this list of conditions and the following disclaimer in the
     21  1.1  tsutsui  *    documentation and/or other materials provided with the distribution.
     22  1.1  tsutsui  *
     23  1.1  tsutsui  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     24  1.1  tsutsui  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     25  1.1  tsutsui  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     26  1.1  tsutsui  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
     27  1.1  tsutsui  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     28  1.1  tsutsui  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
     29  1.1  tsutsui  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30  1.1  tsutsui  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
     31  1.1  tsutsui  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
     32  1.1  tsutsui  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     33  1.1  tsutsui  * POSSIBILITY OF SUCH DAMAGE.
     34  1.1  tsutsui  *
     35  1.1  tsutsui  */
     36  1.1  tsutsui 
     37  1.1  tsutsui const struct hildevice hildevs[] = {
     38  1.1  tsutsui 	{ 0x00, 0x1f, HIL_DEVICE_BUTTONBOX, "Keypad" },
     39  1.1  tsutsui 	{ 0x2f, 0x2f, HIL_DEVICE_BUTTONBOX, "LPFK Button box" },
     40  1.1  tsutsui 	{ 0x30, 0x33, HIL_DEVICE_BUTTONBOX, "Button box" },	/* 31-33 rumored not to exist */
     41  1.1  tsutsui 	{ 0x34, 0x34, HIL_DEVICE_IDMODULE, "ID module" },
     42  1.1  tsutsui 	{ 0x35, 0x3f, HIL_DEVICE_BUTTONBOX, "Button box" },
     43  1.1  tsutsui 	{ 0x5c, 0x5f, HIL_DEVICE_BUTTONBOX, "Barcode reader" },
     44  1.1  tsutsui 	{ 0x60, 0x60, HIL_DEVICE_MOUSE, "Single knob" },
     45  1.1  tsutsui 	{ 0x61, 0x61, HIL_DEVICE_MOUSE, "Nine knob" },	/* can also be quadrature */
     46  1.1  tsutsui 	{ 0x62, 0x67, HIL_DEVICE_MOUSE, "Quadrature" },
     47  1.1  tsutsui 	{ 0x68, 0x6b, HIL_DEVICE_MOUSE, "Mouse" },
     48  1.1  tsutsui 	{ 0x6c, 0x6f, HIL_DEVICE_MOUSE, "Trackball" },
     49  1.1  tsutsui 	{ 0x70, 0x70, HIL_DEVICE_MOUSE, "Knob box" },
     50  1.1  tsutsui 	{ 0x71, 0x71, HIL_DEVICE_MOUSE, "Spaceball" },
     51  1.1  tsutsui 	{ 0x88, 0x8b, HIL_DEVICE_MOUSE, "Touchpad" },
     52  1.1  tsutsui 	{ 0x8c, 0x8f, HIL_DEVICE_MOUSE, "Touchscreen" },
     53  1.1  tsutsui 	{ 0x90, 0x97, HIL_DEVICE_MOUSE, "Tablet" },
     54  1.1  tsutsui 	{ 0x98, 0x98, HIL_DEVICE_MOUSE, "MMII 1812 Tablet" },
     55  1.1  tsutsui 	{ 0x99, 0x99, HIL_DEVICE_MOUSE, "MMII 1201 Tablet" },
     56  1.1  tsutsui 	{ 0xa0, 0xbf, HIL_DEVICE_KEYBOARD, "93-key keyboard" },
     57  1.1  tsutsui 	{ 0xc0, 0xdf, HIL_DEVICE_KEYBOARD, "109-key keyboard" },
     58  1.1  tsutsui 	{ 0xe0, 0xff, HIL_DEVICE_KEYBOARD, "87-key keyboard" },
     59  1.1  tsutsui 	{ -1, -1, -1, NULL }
     60  1.1  tsutsui };
     61