diff options
author | julian <julian@FreeBSD.org> | 2004-12-12 05:34:20 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2004-12-12 05:34:20 +0000 |
commit | b8473b1c5d50db71ae6a97b93cc838b59a7c93b0 (patch) | |
tree | 7ea56d4ceeb8ddb387dac95a5477bcf6e2bd5d4e /sys/dev/usb/usbhid.h | |
parent | dc4ceb7b98dfd15a2cfe0e1853513eab05a79eee (diff) | |
download | FreeBSD-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.h | 1 |
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 |