diff options
author | 2016-09-12 09:10:05 +0000 | |
---|---|---|
committer | 2016-09-12 09:10:05 +0000 | |
commit | 44f47cf4ad0fa2b756d65e3b532dbd4518f2d003 (patch) | |
tree | 217f9240a25bb0ecc54cde5247048781574df938 /sys/dev/hid | |
parent | Enable uwacom(4) where uts(4) is already present. (diff) | |
download | wireguard-openbsd-44f47cf4ad0fa2b756d65e3b532dbd4518f2d003.tar.xz wireguard-openbsd-44f47cf4ad0fa2b756d65e3b532dbd4518f2d003.zip |
Define for HUP_WACOM, missed in previous.
Diffstat (limited to 'sys/dev/hid')
-rw-r--r-- | sys/dev/hid/hid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hid/hid.h b/sys/dev/hid/hid.h index 3297e5cec37..ea033b13887 100644 --- a/sys/dev/hid/hid.h +++ b/sys/dev/hid/hid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hid.h,v 1.4 2016/01/20 01:26:00 jcs Exp $ */ +/* $OpenBSD: hid.h,v 1.5 2016/09/12 09:10:05 mpi Exp $ */ /* $NetBSD: hid.h,v 1.8 2002/07/11 21:14:25 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/hid.h,v 1.7 1999/11/17 22:33:40 n_hibma Exp $ */ @@ -127,6 +127,7 @@ int hid_is_collection(const void *, int, uint8_t, int32_t); #define HUP_MICROSOFT 0xff00 /* XXX compat */ #define HUP_APPLE 0x00ff +#define HUP_WACOM 0xff00 /* Usages, Power Device */ #define HUP_INAME 0x0001 |