diff options
| author | augustss <augustss@NetBSD.org> | 1999-06-28 05:53:48 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-06-28 05:53:48 +0000 |
| commit | 277d53cfdc5e2f693d2d918b402af35313951bf5 (patch) | |
| tree | 67645f671f35096fb4d9ba77bf950d1d8fa284dd | |
| parent | 79fe772f46ec592dec86e49f2f4fac69f2bcf70f (diff) | |
Add some Microsoft non-standard extensions.
| -rw-r--r-- | lib/libusb/usb_hid_usages | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libusb/usb_hid_usages b/lib/libusb/usb_hid_usages index c63758e4618..616147b0913 100644 --- a/lib/libusb/usb_hid_usages +++ b/lib/libusb/usb_hid_usages @@ -1,4 +1,4 @@ -# $NetBSD: usb_hid_usages,v 1.1 1999/05/11 21:02:24 augustss Exp $ +# $NetBSD: usb_hid_usages,v 1.2 1999/06/28 05:53:48 augustss Exp $ # # USB HID usage table # Syntax: @@ -1070,3 +1070,8 @@ 144 Camera Control 145 Arcade Device + +# Some Micro$oft non-standard extensions +0xff00 Microsoft + 0xe9 Base Up + 0xea Base Down |
