summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-09-01 17:06:27 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-09-01 17:06:27 +0000
commit9422e41fd85a38500b63752658671e5445f46b63 (patch)
tree8846b4d6028258f0c41281793d53ce167fa2e5db /sys/dev/wscons
parent584ab1ffd445243cb95c6e743d7aad93e184456d (diff)
- Add bthidev(4), from NetBSD.
- Make btms(4) and btkbd(4) compile. - Removed remaining proplib NetBSD'sim Prodded a while ago by gwk@. Eyeballed by miod@.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsconsio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index 7bd7c4d95b6..3ac638ab784 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.45 2007/05/08 20:38:20 robert Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.46 2007/09/01 17:06:26 xsa Exp $ */
/* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
/*
@@ -122,6 +122,7 @@ struct wscons_event {
#define WSKBD_TYPE_LUNA 15 /* OMRON Luna */
#define WSKBD_TYPE_ZAURUS 16 /* Sharp Zaurus */
#define WSKBD_TYPE_DOMAIN 17 /* Apollo Domain */
+#define WSKBD_TYPE_BLUETOOTH 18 /* Bluetooth keyboard */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {
@@ -203,6 +204,7 @@ struct wskbd_map_data {
#define WSMOUSE_TYPE_HIL 10 /* HP HIL */
#define WSMOUSE_TYPE_LUNA 11 /* OMRON Luna */
#define WSMOUSE_TYPE_DOMAIN 12 /* Apollo Domain */
+#define WSMOUSE_TYPE_BLUETOOTH 13 /* Bluetooth mouse */
/* Set resolution. Not applicable to all mouse types. */
#define WSMOUSEIO_SRES _IOW('W', 33, u_int)