Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Name collection types.
details: https://anonhg.NetBSD.org/src/rev/ff9df1e88454
branches: trunk
changeset: 519799:ff9df1e88454
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Dec 27 11:25:47 2001 +0000
description:
Name collection types.
diffstat:
sys/dev/usb/usbhid.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 861282993fd0 -r ff9df1e88454 sys/dev/usb/usbhid.h
--- a/sys/dev/usb/usbhid.h Thu Dec 27 11:24:42 2001 +0000
+++ b/sys/dev/usb/usbhid.h Thu Dec 27 11:25:47 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbhid.h,v 1.9 2000/09/03 19:09:14 augustss Exp $ */
+/* $NetBSD: usbhid.h,v 1.10 2001/12/27 11:25:47 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.7 1999/11/17 22:33:51 n_hibma Exp $ */
/*
@@ -170,6 +170,10 @@
#define UHID_OUTPUT_REPORT 0x02
#define UHID_FEATURE_REPORT 0x03
+#define HCOLL_PHYSICAL 0
+#define HCOLL_APPLICATION 1
+#define HCOLL_LOGICAL 2
+
/* Bits in the input/output/feature items */
#define HIO_CONST 0x001
#define HIO_VARIABLE 0x002
Home |
Main Index |
Thread Index |
Old Index