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