[BACK]Return to usb_hid_usages CVS log [TXT][DIR] Up to [local] / src / share / misc

Annotation of src/share/misc/usb_hid_usages, Revision 1.3

1.3     ! deraadt     1: # $OpenBSD: usb_hid_usages,v 1.2 2001/12/30 06:49:34 pvalchev Exp $
1.2       pvalchev    2: # $NetBSD: usb_hid_usages,v 1.1 2001/12/28 17:45:27 augustss Exp $
1.1       pvalchev    3: #
                      4: # USB HID usage table
                      5: # Syntax:
                      6: #  - lines that do not start with a white space give the number and name of
                      7: #    a usage page.
                      8: #  - lines that start with a white space give the number and name of
                      9: #    a usage with the last given page.
                     10: #    If the number is * then the line matches all usages and the name
                     11: #    is a printf formatting string that will be given the usage number.
                     12: #
                     13: 1      Generic Desktop
                     14:        0x00    Undefined
                     15:        0x01    Pointer
                     16:        0x02    Mouse
                     17:        0x03    Reserved
                     18:        0x04    Joystick
                     19:        0x05    Game Pad
                     20:        0x06    Keyboard
                     21:        0x07    Keypad
                     22:        0x08    Multi-axis Controller
                     23:        0x30    X
                     24:        0x31    Y
                     25:        0x32    Z
                     26:        0x33    Rx
                     27:        0x34    Ry
                     28:        0x35    Rz
                     29:        0x36    Slider
                     30:        0x37    Dial
                     31:        0x38    Wheel
                     32:        0x39    Hat Switch
                     33:        0x3A    Counted Buffer
                     34:        0x3B    Byte Count
                     35:        0x3C    Motion Wakeup
                     36:        0x40    Vx
                     37:        0x41    Vy
                     38:        0x42    Vz
                     39:        0x43    Vbrx
                     40:        0x44    Vbry
                     41:        0x45    Vbrx
                     42:        0x46    Vno
                     43:        0x80    System Control
                     44:        0x81    System Power Down
                     45:        0x82    System Sleep
                     46:        0x83    System Wake Up
                     47:        0x84    System Context Menu
                     48:        0x85    System Main Menu
                     49:        0x86    System App Menu
                     50:        0x87    System Menu Help
                     51:        0x88    System Menu Exit
                     52:        0x89    System Menu Select
                     53:        0x8A    System Menu Right
                     54:        0x8B    System Menu Left
                     55:        0x8C    System Menu Up
                     56:        0x8D    System Menu Down
                     57:        0x90    D-pad Up
                     58:        0x91    D-pad Down
                     59:        0x92    D-pad Right
                     60:        0x93    D-pad Left
                     61:
                     62: 2      Simulation Controls
                     63:        0x00    Undefined
                     64:        0x01    Flight Simulation Device
                     65:        0x02    Automobile Simulation Device
                     66:        0x03    Tank Simulation Device
                     67:        0x04    Spaceship Simulation Device
                     68:        0x05    Submarine Simulation Device
                     69:        0x06    Sailing Simulation Device
                     70:        0x07    Motorcycle Simulation Device
                     71:        0x08    Sports Simulation Device
                     72:        0x09    Airplane Simulation Device
                     73:        0x0A    Helicopter Simulation Device
                     74:        0x0B    Magic Carpet Simulation Device
                     75:        0x0C    Bicycle
                     76:        0x20    Flight Control Stick
                     77:        0x21    Flight Stick
                     78:        0x22    Cyclic Control
                     79:        0x23    Cyclic Trim
                     80:        0x24    Flight Yoke
                     81:        0x25    Track Control
                     82:        0x26    Driving Control
                     83:        0xB0    Aileron
                     84:        0xB1    Aileron Trim
                     85:        0xB2    Anti-Torque Control
                     86:        0xB3    Auto-pilot Enable
                     87:        0xB4    Chaff Release
                     88:        0xB5    Collective Control
                     89:        0xB6    Dive Brake
                     90:        0xB7    Electronic Counter Measures
                     91:        0xB8    Elevator
                     92:        0xB9    Elevator Trim
                     93:        0xBA    Rudder
                     94:        0xBB    Throttle
                     95:        0xBC    Flight Communication
                     96:        0xBD    Flare Release
                     97:        0xBE    Landing Gear
                     98:        0xBF    Toe Brake
                     99:        0xC0    Trigger
                    100:        0xC1    Weapons Arm
                    101:        0xC2    Weapons Select
                    102:        0xC3    Wing Flaps
                    103:        0xC4    Accelerator
                    104:        0xC5    Brake
                    105:        0xC6    Clutch
                    106:        0xC7    Shifter
                    107:        0xC8    Steering
                    108:        0xC9    Turret Direction
                    109:        0xCA    Barrel Elevation
                    110:        0xCB    Dive Plane
                    111:        0xCC    Ballast
                    112:        0xCD    Bicycle Crank
                    113:        0xCE    Handle Bars
                    114:        0xCF    Front Brake
                    115:        0xD0    Rear Brake
                    116:
                    117: 3      VR Controls
                    118:        0x00    Unidentified
                    119:        0x01    Belt
                    120:        0x02    Body Suit
                    121:        0x03    Flexor
                    122:        0x04    Glove
                    123:        0x05    Head Tracker
                    124:        0x06    Head Mounted Display
                    125:        0x07    Hand Tracker
                    126:        0x08    Oculometer
                    127:        0x09    Vest
                    128:        0x0A    Animatronic Device
                    129:        0x20    Stereo Enable
                    130:        0x21    Display Enable
                    131:
                    132: 4      Sports Controls
                    133:        0x00    Unidentified
                    134:        0x01    Baseball Bat
                    135:        0x02    Golf Club
                    136:        0x03    Rowing Machine
                    137:        0x04    Treadmill
                    138:        0x30    Oar
                    139:        0x31    Slope
                    140:        0x32    Rate
                    141:        0x33    Stick Speed
                    142:        0x34    Stick Face Angle
                    143:        0x35    Stick Heel/Toe
                    144:        0x36    Stick Follow Through
                    145:        0x37    Stick Tempo
                    146:        0x38    Stick Type
                    147:        0x39    Stick Height
                    148:        0x50    Putter
                    149:        0x51    1 Iron
                    150:        0x52    2 Iron
                    151:        0x53    3 Iron
                    152:        0x54    4 Iron
                    153:        0x55    5 Iron
                    154:        0x56    6 Iron
                    155:        0x57    7 Iron
                    156:        0x58    8 Iron
                    157:        0x59    9 Iron
                    158:        0x5A    10 Iron
                    159:        0x5B    11 Iron
                    160:        0x5C    Sand Wedge
                    161:        0x5D    Loft Wedge
                    162:        0x5E    Power Wedge
                    163:        0x5F    1 Wood
                    164:        0x60    3 Wood
                    165:        0x61    5 Wood
                    166:        0x62    7 Wood
                    167:        0x63    9 Wood
                    168:
                    169: 5      Game Controls
                    170:        0x00    Undefined
                    171:        0x01    3D Game Controller
                    172:        0x02    Pinball Device
                    173:        0x03    Gun Device
                    174:        0x20    Point of View
                    175:        0x21    Turn Right/Left
                    176:        0x22    Pitch Right/Left
                    177:        0x23    Roll Forward/Backward
                    178:        0x24    Move Right/Left
                    179:        0x25    Move Forward/Backward
                    180:        0x26    Move Up/Down
                    181:        0x27    Lean Right/Left
                    182:        0x28    Lean Forward/Backward
                    183:        0x29    Height of POV
                    184:        0x2A    Flipper
                    185:        0x2B    Secondary Flipper
                    186:        0x2C    Bump
                    187:        0x2D    New Game
                    188:        0x2E    Shoot Ball
                    189:        0x2F    Player
                    190:        0x30    Gun Bolt
                    191:        0x31    Gun Clip
                    192:        0x32    Gun Selector
                    193:        0x33    Gun Single Shot
                    194:        0x34    Gun Burst
                    195:        0x35    Gun Automatic
                    196:        0x36    Gun Safety
                    197:        0x37    Gamepad Fire/Jump
                    198:        0x39    Gamepad Trigger
                    199:
                    200: 7      Keyboard
1.2       pvalchev  201:        0x00    No Event
1.1       pvalchev  202:        0x01    Keyboard ErrorRollOver
                    203:        0x02    Keyboard POSTFail
                    204:        0x03    Keyboard ErrorUndefined
                    205:        0x04    Keyboard a and A
                    206:        0x05    Keyboard b and B
                    207:        0x06    Keyboard c and C
                    208:        0x07    Keyboard d and D
                    209:        0x08    Keyboard e and E
                    210:        0x09    Keyboard f and F
                    211:        0x0A    Keyboard g and G
                    212:        0x0B    Keyboard h and H
                    213:        0x0C    Keyboard i and I
                    214:        0x0D    Keyboard j and J
                    215:        0x0E    Keyboard k and K
                    216:        0x0F    Keyboard l and L
                    217:        0x10    Keyboard m and M
                    218:        0x11    Keyboard n and N
                    219:        0x12    Keyboard o and O
                    220:        0x13    Keyboard p and P
                    221:        0x14    Keyboard q and Q
                    222:        0x15    Keyboard r and R
                    223:        0x16    Keyboard s and S
                    224:        0x17    Keyboard t and T
                    225:        0x18    Keyboard u and U
                    226:        0x19    Keyboard v and V
                    227:        0x1A    Keyboard w and W
                    228:        0x1B    Keyboard x and X
                    229:        0x1C    Keyboard y and Y
                    230:        0x1D    Keyboard z and Z
                    231:        0x1E    Keyboard 1 and !
                    232:        0x1F    Keyboard 2 and @
                    233:        0x20    Keyboard 3 and #
                    234:        0x21    Keyboard 4 and $
                    235:        0x22    Keyboard 5 and %
                    236:        0x23    Keyboard 6 and ^
                    237:        0x24    Keyboard 7 and &
                    238:        0x25    Keyboard 8 and *
                    239:        0x26    Keyboard 9 and (
                    240:        0x27    Keyboard 0 and )
                    241:        0x28    Keyboard Return (ENTER)
                    242:        0x29    Keyboard ESCAPE
                    243:        0x2A    Keyboard DELETE (Backspace)
                    244:        0x2B    Keyboard Tab
                    245:        0x2C    Keyboard Spacebar
                    246:        0x2D    Keyboard - and (underscore)
                    247:        0x2E    Keyboard = and +
                    248:        0x2F    Keyboard [ and {
                    249:        0x30    Keyboard ] and }
                    250:        0x31    Keyboard \ and |
                    251:        0x32    Keyboard Non-US # and ~
                    252:        0x33    Keyboard ; and :
                    253:        0x34    Keyboard ' and "
                    254:        0x35    Keyboard Grave Accent and Tilde
                    255:        0x36    Keyboard, and <
                    256:        0x37    Keyboard . and >
                    257:        0x38    Keyboard / and ?
                    258:        0x39    Keyboard Caps Lock
                    259:        0x3A    Keyboard F1
                    260:        0x3B    Keyboard F2
                    261:        0x3C    Keyboard F3
                    262:        0x3D    Keyboard F4
                    263:        0x3E    Keyboard F5
                    264:        0x3F    Keyboard F6
                    265:        0x40    Keyboard F7
                    266:        0x41    Keyboard F8
                    267:        0x42    Keyboard F9
                    268:        0x43    Keyboard F10
                    269:        0x44    Keyboard F11
                    270:        0x45    Keyboard F12
                    271:        0x46    Keyboard PrintScreen
                    272:        0x47    Keyboard Scroll Lock
                    273:        0x48    Keyboard Pause
                    274:        0x49    Keyboard Insert
                    275:        0x4A    Keyboard Home
                    276:        0x4B    Keyboard PageUp
                    277:        0x4C    Keyboard Delete Forward
                    278:        0x4D    Keyboard End
                    279:        0x4E    Keyboard PageDown
                    280:        0x4F    Keyboard RightArrow
                    281:        0x50    Keyboard LeftArrow
                    282:        0x51    Keyboard DownArrow
                    283:        0x52    Keyboard UpArrow
                    284:        0x53    Keypad Num Lock and Clear
                    285:        0x54    Keypad /
                    286:        0x55    Keypad *
                    287:        0x56    Keypad -
                    288:        0x57    Keypad +
                    289:        0x58    Keypad ENTER
                    290:        0x59    Keypad 1 and End
                    291:        0x5A    Keypad 2 and Down Arrow
                    292:        0x5B    Keypad 3 and PageDn
                    293:        0x5C    Keypad 4 and Left Arrow
                    294:        0x5D    Keypad 5
                    295:        0x5E    Keypad 6 and Right Arrow
                    296:        0x5F    Keypad 7 and Home
                    297:        0x60    Keypad 8 and Up Arrow
                    298:        0x61    Keypad 9 and PageUp
                    299:        0x62    Keypad 0 and Insert
                    300:        0x63    Keypad . and Delete
                    301:        0x64    Keyboard Non-US \ and |
                    302:        0x65    Keyboard Application
                    303:        0x66    Keyboard Power
                    304:        0x67    Keypad =
                    305:        0x68    Keyboard F13
                    306:        0x69    Keyboard F14
                    307:        0x6A    Keyboard F15
                    308:        0x6B    Keyboard F16
                    309:        0x6C    Keyboard F17
                    310:        0x6D    Keyboard F18
                    311:        0x6E    Keyboard F19
                    312:        0x6F    Keyboard F20
                    313:        0x70    Keyboard F21
                    314:        0x71    Keyboard F22
                    315:        0x72    Keyboard F23
                    316:        0x73    Keyboard F24
                    317:        0x74    Keyboard Execute
                    318:        0x75    Keyboard Help
                    319:        0x76    Keyboard Menu
                    320:        0x77    Keyboard Select
                    321:        0x78    Keyboard Stop
                    322:        0x79    Keyboard Again
                    323:        0x7A    Keyboard Undo
                    324:        0x7B    Keyboard Cut
                    325:        0x7C    Keyboard Copy
                    326:        0x7D    Keyboard Paste
                    327:        0x7E    Keyboard Find
                    328:        0x7F    Keyboard Mute
                    329:        0x80    Keyboard Volume Up
                    330:        0x81    Keyboard Volume Down
                    331:        0x82    Keyboard Locking Caps Lock
                    332:        0x83    Keyboard Locking Num Lock
                    333:        0x84    Keyboard Locking Scroll Lock
                    334:        0x85    Keypad Comma
                    335:        0x86    Keypad Equal Sign
                    336:        0x87    Keyboard International1
                    337:        0x88    Keyboard International2
                    338:        0x89    Keyboard International3
                    339:        0x8A    Keyboard International4
                    340:        0x8B    Keyboard International5
                    341:        0x8C    Keyboard International6
                    342:        0x8D    Keyboard International7
                    343:        0x8E    Keyboard International8
                    344:        0x8F    Keyboard International9
                    345:        0x90    Keyboard LANG1
                    346:        0x91    Keyboard LANG2
                    347:        0x92    Keyboard LANG3
                    348:        0x93    Keyboard LANG4
                    349:        0x94    Keyboard LANG5
                    350:        0x95    Keyboard LANG6
                    351:        0x96    Keyboard LANG7
                    352:        0x97    Keyboard LANG8
                    353:        0x98    Keyboard LANG9
                    354:        0x99    Keyboard Alternate Erase
                    355:        0x9A    Keyboard SysReq/Attention
                    356:        0x9B    Keyboard Cancel
                    357:        0x9C    Keyboard Clear
                    358:        0x9D    Keyboard Prior
                    359:        0x9E    Keyboard Return
                    360:        0x9F    Keyboard Separator
                    361:        0xA0    Keyboard Out
                    362:        0xA1    Keyboard Oper
                    363:        0xA2    Keyboard Clear/Again
                    364:        0xA3    Keyboard CrSel/Props
                    365:        0xA4    Keyboard ExSel
                    366:        0xE0    Keyboard LeftControl
                    367:        0xE1    Keyboard LeftShift
                    368:        0xE2    Keyboard LeftAlt
                    369:        0xE3    Keyboard Left GUI
                    370:        0xE4    Keyboard RightControl
                    371:        0xE5    Keyboard RightShift
                    372:        0xE6    Keyboard RightAlt
                    373:        0xE7    Keyboard Right GUI
                    374:
                    375: 8      LEDs
                    376:        0x00    Undefined
                    377:        0x01    Num Lock
                    378:        0x02    Caps Lock
                    379:        0x03    Scroll Lock
                    380:        0x04    Compose
                    381:        0x05    Kana
                    382:        0x06    Power
                    383:        0x07    Shift
                    384:        0x08    Do Not Disturb
                    385:        0x09    Mute
                    386:        0x0A    Tone Enable
                    387:        0x0B    High Cut Filter
                    388:        0x0C    Low Cut Filter
                    389:        0x0D    Equalizer Enable
                    390:        0x0E    Sound Field On
                    391:        0x0F    Surround Field On
                    392:        0x10    Repeat
                    393:        0x11    Stereo
                    394:        0x12    Sampling Rate Detect
                    395:        0x13    Spinning
                    396:        0x14    CAV
                    397:        0x15    CLV
                    398:        0x16    Recording Format Detect
                    399:        0x17    Off-Hook
                    400:        0x18    Ring
                    401:        0x19    Message Waiting
                    402:        0x1A    Data Mode
                    403:        0x1B    Battery Operation
                    404:        0x1C    Battery OK
                    405:        0x1D    Battery Low
                    406:        0x1E    Speaker
                    407:        0x1F    Head Set
                    408:        0x20    Hold
                    409:        0x21    Microphone
                    410:        0x22    Coverage
                    411:        0x23    Night Mode
                    412:        0x24    Send Calls
                    413:        0x25    Call Pickup
                    414:        0x26    Conference
                    415:        0x27    Stand-by
                    416:        0x28    Camera On
                    417:        0x29    Camera Off
                    418:        0x2A    On-Line
                    419:        0x2B    Off-Line
                    420:        0x2C    Busy
                    421:        0x2D    Ready
                    422:        0x2E    Paper-Out
                    423:        0x2F    Paper-Jam
                    424:        0x30    Remote
                    425:        0x31    Forward
                    426:        0x32    Reverse
                    427:        0x33    Stop
                    428:        0x34    Rewind
                    429:        0x35    Fast Forward
                    430:        0x36    Play
                    431:        0x37    Pause
                    432:        0x38    Record
                    433:        0x39    Error
                    434:        0x3A    Usage Selected Indicator
                    435:        0x3B    Usage In Use Indicator
                    436:        0x3C    Usage Multi Mode Indicator
                    437:        0x3D    Indicator On
                    438:        0x3E    Indicator Flash
                    439:        0x3F    Indicator Slow Blink
                    440:        0x40    Indicator Fast Blink
                    441:        0x41    Indicator Off
                    442:        0x42    Flash On Time
                    443:        0x43    Slow Blink On Time
                    444:        0x44    Slow Blink Off Time
                    445:        0x45    Fast Blink On Time
                    446:        0x46    Fast Blink Off Time
                    447:        0x47    Usage Indicator Color
                    448:        0x48    Red
                    449:        0x49    Green
                    450:        0x4A    Amber
                    451:        0x4B    Generic Indicator
                    452:        0x4C    System Suspend
                    453:        0x4D    External Power Connected
                    454:        0x4C-FFFF       Reserved
                    455:
                    456: 9      Button
                    457:        0x00    No Button Pressed
                    458:        *       Button %d
                    459:
                    460: 10     Ordinal
                    461:        0x00    Unused
                    462:        *       Instance %d
                    463:
                    464: 11     Telephony
                    465:        0x00    Unassigned
                    466:        0x01    Phone
                    467:        0x02    Answering Machine
                    468:        0x03    Message Controls
                    469:        0x04    Handset
                    470:        0x05    Headset
                    471:        0x06    Telephony Key Pad
                    472:        0x07    Programmable Button
                    473:        0x20    Hook Switch
                    474:        0x21    Flash
                    475:        0x22    Feature
                    476:        0x23    Hold
                    477:        0x24    Redial
                    478:        0x25    Transfer
                    479:        0x26    Drop
                    480:        0x27    Park
                    481:        0x28    Forward Calls
                    482:        0x29    Alternate Function
                    483:        0x2A    Line
                    484:        0x2B    Speaker Phone
                    485:        0x2C    Conference
                    486:        0x2D    Ring Enable
                    487:        0x2E    Ring Select
                    488:        0x2F    Phone Mute
                    489:        0x30    Caller ID
                    490:        0x50    Speed Dial
                    491:        0x51    Store Number
                    492:        0x52    Recall Number
                    493:        0x53    Phone Directory
                    494:        0x70    Voice Mail
                    495:        0x71    Screen Calls
                    496:        0x72    Do Not Disturb
                    497:        0x73    Message
                    498:        0x74    Answer On/Off
                    499:        0x90    Inside Dial Tone
                    500:        0x91    Outside Dial Tone
                    501:        0x92    Inside Ring Tone
                    502:        0x93    Outside Ring Tone
                    503:        0x94    Priority Ring Tone
                    504:        0x95    Inside Ringback
                    505:        0x96    Priority Ringback
                    506:        0x97    Line Busy Tone
                    507:        0x98    Reorder Tone
                    508:        0x99    Call Waiting Tone
                    509:        0x9A    Confirmation Tone 1
                    510:        0x9B    Confirmation Tone 2
                    511:        0x9C    Tones Off
                    512:        0xB0    Phone Key 0
                    513:        0xB1    Phone Key 1
                    514:        0xB2    Phone Key 2
                    515:        0xB3    Phone Key 3
                    516:        0xB4    Phone Key 4
                    517:        0xB5    Phone Key 5
                    518:        0xB6    Phone Key 6
                    519:        0xB7    Phone Key 7
                    520:        0xB8    Phone Key 8
                    521:        0xB9    Phone Key 9
                    522:        0xBA    Phone Key Star
                    523:        0xBB    Phone Key Pound
                    524:        0xBC    Phone Key A
                    525:        0xBD    Phone Key B
                    526:        0xBE    Phone Key C
                    527:        0xBF    Phone Key D
                    528:
                    529: 12     Consumer
                    530:        0x00    Unassigned
                    531:        0x01    Consumer Control
                    532:        0x02    Numeric Key Pad
                    533:        0x03    Programmable Buttons
                    534:        0x20    +10
                    535:        0x21    +100
                    536:        0x22    AM/PM
                    537:        0x30    Power
                    538:        0x31    Reset
                    539:        0x32    Sleep
                    540:        0x33    Sleep After
                    541:        0x34    Sleep Mode
                    542:        0x35    Illumination
                    543:        0x36    Function Buttons
                    544:        0x40    Menu
                    545:        0x41    Menu  Pick
                    546:        0x42    Menu Up
                    547:        0x43    Menu Down
                    548:        0x44    Menu Left
                    549:        0x45    Menu Right
                    550:        0x46    Menu Escape
                    551:        0x47    Menu Value Increase
                    552:        0x48    Menu Value Decrease
                    553:        0x60    Data On Screen
                    554:        0x61    Closed Caption
                    555:        0x62    Closed Caption Select
                    556:        0x63    VCR/TV
                    557:        0x64    Broadcast Mode
                    558:        0x65    Snapshot
                    559:        0x66    Still
                    560:        0x80    Selection
                    561:        0x81    Assign Selection
                    562:        0x82    Mode Step
                    563:        0x83    Recall Last
                    564:        0x84    Enter Channel
                    565:        0x85    Order Movie
                    566:        0x86    Channel
                    567:        0x87    Media Selection
                    568:        0x88    Media Select Computer
                    569:        0x89    Media Select TV
                    570:        0x8A    Media Select WWW
                    571:        0x8B    Media Select DVD
                    572:        0x8C    Media Select Telephone
                    573:        0x8D    Media Select Program Guide
                    574:        0x8E    Media Select Video Phone
                    575:        0x8F    Media Select Games
                    576:        0x90    Media Select Messages
                    577:        0x91    Media Select CD
                    578:        0x92    Media Select VCR
                    579:        0x93    Media Select Tuner
                    580:        0x94    Quit
                    581:        0x95    Help
                    582:        0x96    Media Select Tape
                    583:        0x97    Media Select Cable
                    584:        0x98    Media Select Satellite
                    585:        0x99    Media Select Security
                    586:        0x9A    Media Select Home
                    587:        0x9B    Media Select Call
                    588:        0x9C    Channel Increment
                    589:        0x9D    Channel Decrement
                    590:        0x9E    Media Select SAP
                    591:        0xA0    VCR Plus
                    592:        0xA1    Once
                    593:        0xA2    Daily
                    594:        0xA3    Weekly
                    595:        0xA4    Monthly
                    596:        0xB0    Play
                    597:        0xB1    Pause
                    598:        0xB2    Record
                    599:        0xB3    Fast Forward
                    600:        0xB4    Rewind
                    601:        0xB5    Scan Next Track
                    602:        0xB6    Scan Previous Track
                    603:        0xB7    Stop
                    604:        0xB8    Eject
                    605:        0xB9    Random Play
                    606:        0xBA    Select DisC
                    607:        0xBB    Enter Disc
                    608:        0xBC    Repeat
                    609:        0xBD    Tracking
                    610:        0xBE    Track Normal
                    611:        0xBF    Slow Tracking
                    612:        0xC0    Frame Forward
                    613:        0xC1    Frame Back
                    614:        0xC2    Mark
                    615:        0xC3    Clear Mark
                    616:        0xC4    Repeat From Mark
                    617:        0xC5    Return To Mark
                    618:        0xC6    Search Mark Forward
                    619:        0xC7    Search Mark Backwards
                    620:        0xC8    Counter Reset
                    621:        0xC9    Show Counter
                    622:        0xCA    Tracking Increment
                    623:        0xCB    Tracking Decrement
1.2       pvalchev  624:        0xCD    Pause/Play
1.1       pvalchev  625:        0xE0    Volume
                    626:        0xE1    Balance
                    627:        0xE2    Mute
                    628:        0xE3    Bass
                    629:        0xE4    Treble
                    630:        0xE5    Bass Boost
                    631:        0xE6    Surround Mode
                    632:        0xE7    Loudness
                    633:        0xE8    MPX
                    634:        0xE9    Volume Up
                    635:        0xEA    Volume Down
                    636:        0xF0    Speed Select
                    637:        0xF1    Playback Speed
                    638:        0xF2    Standard Play
                    639:        0xF3    Long Play
                    640:        0xF4    Extended Play
                    641:        0xF5    Slow
                    642:        0x100   Fan Enable
                    643:        0x101   Fan Speed
                    644:        0x102   Light
                    645:        0x103   Light Illumination Level
                    646:        0x104   Climate Control Enable
                    647:        0x105   Room Temperature
                    648:        0x106   Security Enable
                    649:        0x107   Fire Alarm
                    650:        0x108   Police Alarm
                    651:        0x150   Balance Right
                    652:        0x151   Balance Left
                    653:        0x152   Bass Increment
                    654:        0x153   Bass Decrement
                    655:        0x154   Treble Increment
                    656:        0x155   Treble Decrement
                    657:        0x160   Speaker System
                    658:        0x161   Channel Left
                    659:        0x162   Channel Right
                    660:        0x163   Channel Center
                    661:        0x164   Channel Front
                    662:        0x165   Channel Center Front
                    663:        0x166   Channel Side
                    664:        0x167   Channel Surround
                    665:        0x168   Channel Low Frequency Enhancement
                    666:        0x169   Channel Top
                    667:        0x16A   Channel Unknown
                    668:        0x170   Sub-channel
                    669:        0x171   Sub-channel Increment
                    670:        0x172   Sub-channel Decrement
                    671:        0x173   Alternate Audio Increment
                    672:        0x174   Alternate Audio Decrement
                    673:        0x180   Application Launch Buttons
                    674:        0x181   AL Launch Button Configuration Tool
                    675:        0x182   AL Programmable Button Configuration
                    676:        0x183   AL Consumer Control Configuration
                    677:        0x184   AL Word Processor
                    678:        0x185   AL Text Editor
                    679:        0x186   AL Spreadsheet
                    680:        0x187   AL Graphics Editor
                    681:        0x188   AL Presentation App
                    682:        0x189   AL Database App
                    683:        0x18A   AL Email Reader
                    684:        0x18B   AL Newsreader
                    685:        0x18C   AL Voicemail
                    686:        0x18D   AL Contacts/Address Book
                    687:        0x18E   AL Calendar/Schedule
                    688:        0x18F   AL Task/Project Manager
                    689:        0x190   AL Log/Journal/Timecard
                    690:        0x191   AL Checkbook/Finance
                    691:        0x192   AL Calculator
                    692:        0x193   AL A/V Capture/Playback
                    693:        0x194   AL Local Machine Browser
                    694:        0x195   AL LAN/WAN Browser
                    695:        0x196   AL Internet Browser
                    696:        0x197   AL Remote Networking/ISP Connect
                    697:        0x198   AL Network Conference
                    698:        0x199   AL Network Chat
                    699:        0x19A   AL Telephony/Dialer
                    700:        0x19B   AL Logon
                    701:        0x19C   AL Logoff
                    702:        0x19D   AL Logon/Logoff
                    703:        0x19E   AL Terminal Lock/Screensaver
                    704:        0x19F   AL Control Panel
                    705:        0x1A0   AL Command Line Processor/Run
                    706:        0x1A1   AL Process/Task Manager
                    707:        0x1A2   AL Select Tast/Application
                    708:        0x1A3   AL Next Task/Application
                    709:        0x1A4   AL Previous Task/Application
                    710:        0x1A5   AL Preemptive Halt Task/Application
                    711:        0x200   Generic GUI Application Controls
                    712:        0x201   AC New
                    713:        0x202   AC Open
                    714:        0x203   AC Close
                    715:        0x204   AC Exit
                    716:        0x205   AC Maximize
                    717:        0x206   AC Minimize
                    718:        0x207   AC Save
                    719:        0x208   AC Print
                    720:        0x209   AC Properties
                    721:        0x21A   AC Undo
                    722:        0x21B   AC Copy
                    723:        0x21C   AC Cut
                    724:        0x21D   AC Paste
                    725:        0x21E   AC Select All
                    726:        0x21F   AC Find
                    727:        0x220   AC Find and Replace
                    728:        0x221   AC Search
                    729:        0x222   AC Go To
                    730:        0x223   AC Home
                    731:        0x224   AC Back
                    732:        0x225   AC Forward
                    733:        0x226   AC Stop
                    734:        0x227   AC Refresh
                    735:        0x228   AC Previous Link
                    736:        0x229   AC Next Link
                    737:        0x22A   AC Bookmarks
                    738:        0x22B   AC History
                    739:        0x22C   AC Subscriptions
                    740:        0x22D   AC Zoom In
                    741:        0x22E   AC Zoom Out
                    742:        0x22F   AC Zoom
                    743:        0x230   AC Full Screen View
                    744:        0x231   AC Normal View
                    745:        0x232   AC View Toggle
                    746:        0x233   AC Scroll Up
                    747:        0x234   AC Scroll Down
                    748:        0x235   AC Scroll
                    749:        0x236   AC Pan Left
                    750:        0x237   AC Pan Right
                    751:        0x238   AC Pan
                    752:        0x239   AC New Window
                    753:        0x23A   AC Tile Horizontally
                    754:        0x23B   AC Tile Vertically
                    755:        0x23C   AC Format
                    756:
                    757: 13     Digitizer
                    758:        0x00    Undefined
                    759:        0x01    Digitizer
                    760:        0x02    Pen
                    761:        0x03    Light Pen
                    762:        0x04    Touch Screen
                    763:        0x05    Touch Pad
                    764:        0x06    White Board
                    765:        0x07    Coordinate Measuring Machine
                    766:        0x08    3-D Digitizer
                    767:        0x09    Stereo Plotter
                    768:        0x0A    Articulated Arm
                    769:        0x0B    Armature
                    770:        0x0C    Multiple Point Digitizer
                    771:        0x0D    Free Space Wand
                    772:        0x20    Stylus
                    773:        0x21    Puck
                    774:        0x22    Finger
                    775:        0x30    Tip Pressure
                    776:        0x31    Barrel Pressure
                    777:        0x32    In Range
                    778:        0x33    Touch
                    779:        0x34    Untouch
                    780:        0x35    Tap
                    781:        0x36    Quality
                    782:        0x37    Data Valid
                    783:        0x38    Transducer Index
                    784:        0x39    Tablet Function Keys
                    785:        0x3A    Program Change Keys
                    786:        0x3B    Battery Strength
                    787:        0x3C    Invert
                    788:        0x3D    X Tilt
                    789:        0x3E    Y Tilt
                    790:        0x3F    Azimuth
                    791:        0x40    Altitude
                    792:        0x41    Twist
                    793:        0x42    Tip Switch
                    794:        0x43    Secondary Tip Switch
                    795:        0x44    Barrel Switch
                    796:        0x45    Eraser
                    797:        0x46    Tablet Pick
                    798:
                    799: 15     Physical Interface Device
                    800:
                    801: 16     Unicode
                    802:        *       Unicode Char u%04x
                    803:
1.3     ! deraadt   804: 20     Alphanumeric Display
1.1       pvalchev  805:        0x00    Undefined
                    806:        0x01    Alphanumeric Display
                    807:        0x20    Display Attributes Report
                    808:        0x21    ASCII Character Set
                    809:        0x22    Data Read Back
                    810:        0x23    Font Read Back
                    811:        0x24    Display Control Report
                    812:        0x25    Clear Display
                    813:        0x26    Display Enable
                    814:        0x27    Screen Saver Delay
                    815:        0x28    Screen Saver Enable
                    816:        0x29    Vertical Scroll
                    817:        0x2A    Horizontal Scroll
                    818:        0x2B    Character Report
                    819:        0x2C    Display Data
                    820:        0x2D    Display Status
                    821:        0x2E    Stat Not Ready
                    822:        0x2F    Stat Ready
                    823:        0x30    Err Not a loadable character
                    824:        0x31    Err Font data cannot be read
                    825:        0x32    Cursor Position Report
                    826:        0x33    Row
                    827:        0x34    Column
                    828:        0x35    Rows
                    829:        0x36    Columns
                    830:        0x37    Cursor Pixel Positioning
                    831:        0x38    Cursor Mode
                    832:        0x39    Cursor Enable
                    833:        0x3A    Cursor Blink
                    834:        0x3B    Font Report
                    835:        0x3C    Font Data
                    836:        0x3D    Character Width
                    837:        0x3E    Character Height
                    838:        0x3F    Character Spacing Horizontal
                    839:        0x40    Character Spacing Vertical
                    840:        0x41    Unicode Character Set
                    841:
                    842: 128    Monitor
                    843:        0x00    Undefined
                    844:        0x01    Monitor Control
                    845:        0x02    EDID Information
                    846:        0x03    VDIF Information
                    847:        0x04    VESA Version
                    848:        0x05    On Screen Display
                    849:        0x06    Auto Size Center
                    850:        0x07    Polarity Horz Synch
                    851:        0x08    Polarity Vert Synch
                    852:        0x09    Sync Type
                    853:        0x0A    Screen Position
                    854:        0x0B    Horizontal Frequency
                    855:        0x0C    Vertical Frequency
                    856:
                    857: 129    Monitor Enumerated Values
                    858:        0x00    unassigned
                    859:        *       ENUM %d
                    860:
                    861: 130    VESA Virtual Controls
                    862:        0x10    Brightness
                    863:        0x12    Contrast
                    864:        0x16    Video Gain Red
                    865:        0x18    Video Gain Green
                    866:        0x1A    Video Gain Blue
                    867:        0x1C    Focus
                    868:        0x20    Horizontal Position
                    869:        0x22    Horizontal Size
                    870:        0x24    Horizontal Pincushion
                    871:        0x26    Horizontal Pincushion Balance
                    872:        0x28    Horizontal Misconvergence
                    873:        0x2A    Horizontal Linearity
                    874:        0x2C    Horizontal Linearity Balance
                    875:        0x30    Vertical Position
                    876:        0x32    Vertical Size
                    877:        0x34    Vertical Pincushion
                    878:        0x36    Vertical Pincushion Balance
                    879:        0x38    Vertical Misconvergence
                    880:        0x3A    Vertical Linearity
                    881:        0x3C    Vertical Linearity Balance
                    882:        0x40    Parallelogram Distortion
                    883:        0x42    Trapezoidal Distortion
                    884:        0x44    Tilt
                    885:        0x46    Top Corner Distortion Control
                    886:        0x48    Top Corner Distortion Balance
                    887:        0x4A    Bottom Corner Distortion Control
                    888:        0x4C    Bottom Corner Distortion Balance
                    889:        0x56    Moiré Horizontal
                    890:        0x58    Moiré Vertical
                    891:        0x5E    Input Level Select
                    892:        0x60    Input Source Select
                    893:        0x62    Stereo Mode
                    894:        0x6C    Video Black Level Red
                    895:        0x6E    Video Black Level Green
                    896:        0x70    Video Black Level Blue
                    897:
                    898: 131    VESA Command
                    899:        0x00    Undefined
                    900:        0x01    Settings
                    901:        0x02    Degauss
                    902:
                    903: 132    Power Device
                    904:        0x00    Undefined
                    905:        0x01    iName
                    906:        0x02    PresentStatus
                    907:        0x03    ChangedStatus
                    908:        0x04    UPS
                    909:        0x05    PowerSupply
                    910:        0x10    BatterySystem
                    911:        0x11    BatterySystemID
                    912:        0x12    Battery
                    913:        0x13    BatteryID
                    914:        0x14    Charger
                    915:        0x15    ChargerID
                    916:        0x16    PowerConverter
                    917:        0x17    PowerConverterID
                    918:        0x18    OutletSystem
                    919:        0x19    OutletSystemID
                    920:        0x1A    Input
                    921:        0x1B    InputID
                    922:        0x1C    Output
                    923:        0x1D    OutputID
                    924:        0x1E    Flow
                    925:        0x1F    FlowID
                    926:        0x20    Outlet
                    927:        0x21    OutletID
                    928:        0x22    Gang
                    929:        0x23    GangID
                    930:        0x24    Sink
                    931:        0x25    SinkID
                    932:        0x30    Voltage
                    933:        0x31    Current
                    934:        0x32    Frequency
                    935:        0x33    ApparentPower
                    936:        0x34    ActivePower
                    937:        0x35    PercentLoad
                    938:        0x36    Temperature
                    939:        0x37    Humidity
                    940:        0x40    ConfigVoltage
                    941:        0x41    ConfigCurrent
                    942:        0x42    ConfigFrequency
                    943:        0x43    ConfigApparentPower
                    944:        0x44    ConfigActivePower
                    945:        0x45    ConfigPercentLoad
                    946:        0x46    ConfigTemperature
                    947:        0x47    ConfigHumidity
                    948:        0x50    SwitchOnControl
                    949:        0x51    SwitchOffControl
                    950:        0x52    ToggleControl
                    951:        0x53    LowVoltageTransfer
                    952:        0x54    HighVoltageTransfer
                    953:        0x55    DelayBeforeReboot
                    954:        0x56    DelayBeforeStartup
                    955:        0x57    DelayBeforeShutdown
                    956:        0x58    Test
1.3     ! deraadt   957:        0x59    VendorSpecificCommand
1.1       pvalchev  958:        0x60    Present
                    959:        0x61    Good
                    960:        0x62    InternalFailure
                    961:        0x63    VoltageOutOfRange
                    962:        0x64    FrequencyOutOfRange
                    963:        0x65    Overload
                    964:        0x66    OverCharged
                    965:        0x67    OverTemperature
                    966:        0x68    ShutdownRequested
                    967:        0x69    ShutdownImminent
                    968:        0x6A    VendorSpecificAnswerValid
                    969:        0x6B    SwitchOn/Off
1.3     ! deraadt   970:        0x6C    Switchable
1.1       pvalchev  971:        0x6D    Used
                    972:        0x6E    Boost
                    973:        0x6F    Buck
                    974:        0x70    Initialized
                    975:        0x71    Tested
                    976:
                    977: 133    Battery System
                    978:        0x00    Undefined
                    979:        0x01    SMBBatteryMode
                    980:        0x02    SMBBatteryStatus
                    981:        0x03    SMBAlarmWarning
                    982:        0x04    SMBChargerMode
                    983:        0x05    SMBChargerStatus
                    984:        0x06    SMBChargerSpecInfo
                    985:        0x07    SMBSelectorState
                    986:        0x08    SMBSelectorPreset
                    987:        0x09    SMBSelectorInfo
                    988:        0x10    OptionalMfgFunction1
                    989:        0x11    OptionalMfgFunction2
                    990:        0x12    OptionalMfgFunction3
                    991:        0x13    OptionalMfgFunction4
                    992:        0x14    OptionalMfgFunction5
                    993:        0x15    ConnectionToSMBus
                    994:        0x16    OutputConnection
                    995:        0x17    ChargerConnection
                    996:        0x18    BatteryInsertion
1.3     ! deraadt   997:        0x19    UseNext
1.1       pvalchev  998:        0x1A    OKToUse
                    999:        0x28    ManufacturerAccess
                   1000:        0x29    RemainingCapacityLimit
                   1001:        0x2A    RemainingTimeLimit
                   1002:        0x2B    AtRate
                   1003:        0x2C    CapacityMode
                   1004:        0x2D    BroadcastToCharger
                   1005:        0x2E    PrimaryBattery
                   1006:        0x2F    ChargeController
                   1007:        0x40    TerminateCharge
1.3     ! deraadt  1008:        0x41    TerminateDischarge
1.1       pvalchev 1009:        0x42    BelowRemainingCapacityLimit
                   1010:        0x43    RemainingTimeLimitExpired
                   1011:        0x44    Charging
                   1012:        0x45    Discharging
                   1013:        0x46    FullyCharged
                   1014:        0x47    FullyDischarged
1.3     ! deraadt  1015:        0x48    ConditioningFlag
1.1       pvalchev 1016:        0x49    AtRateOK
                   1017:        0x4A    SMBErrorCode
                   1018:        0x4B    NeedReplacement
                   1019:        0x60    AtRateTimeToFull
                   1020:        0x61    AtRateTimeToEmpty
                   1021:        0x62    AverageCurrent
1.3     ! deraadt  1022:        0x63    MaxError
1.1       pvalchev 1023:        0x64    RelativeStateOfCharge
                   1024:        0x65    AbsoluteStateOfCharge
                   1025:        0x66    RemainingCapacity
                   1026:        0x67    FullChargeCapacity
                   1027:        0x68    RunTimeToEmpty
                   1028:        0x69    AverageTimeToEmpty
                   1029:        0x6A    AverageTimeToFull
                   1030:        0x6B    CycleCount
                   1031:        0x80    BattPackModelLevel
                   1032:        0x81    InternalChargeController
                   1033:        0x82    PrimaryBatterySupport
                   1034:        0x83    DesignCapacity
                   1035:        0x84    SpecificationInfo
                   1036:        0x85    ManufacturerDate
                   1037:        0x86    SerialNumber
                   1038:        0x87    iManufacturerName
1.3     ! deraadt  1039:        0x88    iDeviceName
        !          1040:        0x89    iDeviceChemistry
1.1       pvalchev 1041:        0x8A    iManufacturerData
                   1042:        0x8B    Rechargeable
                   1043:        0x8C    WarningCapacityLimit
                   1044:        0x8D    CapacityGranularity1
                   1045:        0x8E    CapacityGranularity2
                   1046:        0xC0    InhibitCharge
                   1047:        0xC1    EnablePolling
                   1048:        0xC2    ResetToZero
                   1049:        0xD0    ACPresent
                   1050:        0xD1    BatteryPresent
                   1051:        0xD2    PowerFail
                   1052:        0xD3    AlarmInhibited
                   1053:        0xD4    ThermistorUnderRange
                   1054:        0xD5    ThermistorHot
                   1055:        0xD6    ThermistorCold
                   1056:        0xD7    ThermistorOverRange
                   1057:        0xD8    VoltageOutOfRange
                   1058:        0xD9    CurrentOutOfRange
                   1059:        0xDA    CurrentNotRegulated
                   1060:        0xDB    VoltageNotRegulated
                   1061:        0xDC    MasterMode
                   1062:        0xDD    ChargerBattery/HostControlled
                   1063:        0xF0    ChargerSpecInfo
                   1064:        0xF1    ChargerSpecRef
                   1065:        0xF2    Level2
                   1066:        0xF3    Level3
                   1067:
                   1068: 140    Bar Code Scanner
                   1069:
                   1070: 141    Scale Device
                   1071:
                   1072: 144    Camera Control
                   1073:
                   1074: 145    Arcade Device
                   1075:
                   1076: # Some Micro$oft non-standard extensions
                   1077: 0xff00 Microsoft
                   1078:        0xe9    Base Up
                   1079:        0xea    Base Down