summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbhid.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-12-12 05:34:20 +0000
committerjulian <julian@FreeBSD.org>2004-12-12 05:34:20 +0000
commitb8473b1c5d50db71ae6a97b93cc838b59a7c93b0 (patch)
tree7ea56d4ceeb8ddb387dac95a5477bcf6e2bd5d4e /sys/dev/usb/usbhid.h
parentdc4ceb7b98dfd15a2cfe0e1853513eab05a79eee (diff)
downloadFreeBSD-src-b8473b1c5d50db71ae6a97b93cc838b59a7c93b0.zip
FreeBSD-src-b8473b1c5d50db71ae6a97b93cc838b59a7c93b0.tar.gz
Add support for USB Microsoft Intellimouse
PR: kern/70607 Submitted by: Matt Wright <matt@consultmatt.co.uk> MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/usbhid.h')
-rw-r--r--sys/dev/usb/usbhid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h
index fbc1704..416aec3 100644
--- a/sys/dev/usb/usbhid.h
+++ b/sys/dev/usb/usbhid.h
@@ -123,6 +123,7 @@ typedef struct usb_hid_descriptor {
#define HUG_VBRY 0x0044
#define HUG_VBRZ 0x0045
#define HUG_VNO 0x0046
+#define HUG_TWHEEL 0x0048 // M$ Wireless Intellimouse Wheel
#define HUG_SYSTEM_CONTROL 0x0080
#define HUG_SYSTEM_POWER_DOWN 0x0081
#define HUG_SYSTEM_SLEEP 0x0082
OpenPOWER on IntegriCloud