summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-05-07 22:39:53 +0000
committermiod <miod@openbsd.org>2005-05-07 22:39:53 +0000
commite3f0b7dc21eb4da577195d45a51d9e33e8ea113b (patch)
treefd88d9d3cdaf201dcc468d13e2437bf4de70fabc /sys/dev/hil
parentKNF the output. (diff)
downloadwireguard-openbsd-e3f0b7dc21eb4da577195d45a51d9e33e8ea113b.tar.xz
wireguard-openbsd-e3f0b7dc21eb4da577195d45a51d9e33e8ea113b.zip
Regen
Diffstat (limited to 'sys/dev/hil')
-rw-r--r--sys/dev/hil/hildevs_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/hil/hildevs_data.h b/sys/dev/hil/hildevs_data.h
index 21829145533..864ee945fa0 100644
--- a/sys/dev/hil/hildevs_data.h
+++ b/sys/dev/hil/hildevs_data.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hildevs_data.h,v 1.1 2003/02/11 19:39:59 miod Exp $ */
+/* $OpenBSD: hildevs_data.h,v 1.2 2005/05/07 22:39:53 miod Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -55,4 +55,5 @@ const struct hildevice hildevs[] = {
{ 0xa0, 0xbf, HIL_DEVICE_KEYBOARD, "93-key keyboard" },
{ 0xc0, 0xdf, HIL_DEVICE_KEYBOARD, "109-key keyboard" },
{ 0xe0, 0xff, HIL_DEVICE_KEYBOARD, "87-key keyboard" },
- { -1, -1, -1, NULL }};
+ { -1, -1, -1, NULL }
+};