diff options
author | 2008-05-28 15:36:30 +0000 | |
---|---|---|
committer | 2008-05-28 15:36:30 +0000 | |
commit | 6b6ff8fcad79dc753acc84f68d036ca6e70539be (patch) | |
tree | cf1a314759202888b5e7b8fa6ef29b4a5bb06da4 | |
parent | sync (diff) | |
download | wireguard-openbsd-6b6ff8fcad79dc753acc84f68d036ca6e70539be.tar.xz wireguard-openbsd-6b6ff8fcad79dc753acc84f68d036ca6e70539be.zip |
more usb hid types, from netbsd.
"go to it" deraadt
-rw-r--r-- | share/misc/usb_hid_usages | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/share/misc/usb_hid_usages b/share/misc/usb_hid_usages index ed4f3fe093a..dea6f573d49 100644 --- a/share/misc/usb_hid_usages +++ b/share/misc/usb_hid_usages @@ -1,5 +1,5 @@ -# $OpenBSD: usb_hid_usages,v 1.3 2007/03/17 18:20:33 deraadt Exp $ -# $NetBSD: usb_hid_usages,v 1.1 2001/12/28 17:45:27 augustss Exp $ +# $OpenBSD: usb_hid_usages,v 1.4 2008/05/28 15:36:30 ckuethe Exp $ +# $NetBSD: usb_hid_usages,v 1.3 2007/05/24 18:05:11 plunky Exp $ # # USB HID usage table # Syntax: @@ -197,6 +197,16 @@ 0x37 Gamepad Fire/Jump 0x39 Gamepad Trigger +6 Device Controls + 0x00 Undefined + 0x20 Battery Strength + 0x21 Wireless Channel + 0x22 Wireless ID + 0x23 Discover Wireless Control + 0x24 Security Code Character Entered + 0x25 Security Code Character Erased + 0x26 Security Code Cleared + 7 Keyboard 0x00 No Event 0x01 Keyboard ErrorRollOver @@ -708,6 +718,10 @@ 0x1A3 AL Next Task/Application 0x1A4 AL Previous Task/Application 0x1A5 AL Preemptive Halt Task/Application + 0x1A7 AL My Documents + 0x1AB AC Spell + 0x1B6 AL My Pictures + 0x1B7 AL My Music 0x200 Generic GUI Application Controls 0x201 AC New 0x202 AC Open @@ -753,6 +767,10 @@ 0x23A AC Tile Horizontally 0x23B AC Tile Vertically 0x23C AC Format + 0x279 AC Redo + 0x289 AC Reply + 0x28B AC Fwd + 0x28C AC Send 13 Digitizer 0x00 Undefined |