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