;REPORT ID 2
;; 98 hot key
db 05h, 01h ; usage page (generic desktop)
db 09h, 80h ; usage (system control)
db 0A1h, 01h ; collection (application)
db 85h, 02h ; report id (2)
db 19h, 81h ; usage minimum (power down)
db 29h, 88h ; usage maximum (wake up)
db 15h, 00h ; logical minimum (0)
db 25h, 01h ; logical maximum (1)
db 75h, 01h ; report size (1 bits each)
db 95h, 08h ; report count (8 report)
db 81h, 02h ; input (data, var, abs)
db 0C0h,05h ; end collection
;REPORT ID 3
db 0Ch, 09h ; usage page (consumer)
db 01h, 0A1h ; usage (remote control)
db 01h, 85h ; collection (application)
db 03h, 19h ; report id (3)
db 00h, 2Ah ; usage minimum (00)
db 3Ch, 02h ; usage maximum (572)
db 15h, 00h ; logical minimum (0)
db 26h, 3Ch ; logical maximum (572)
db 02h, 75h ; report size (16 bits each)
db 10h, 95h ; report count (1 report)
db 02h, 81h ; input (data, array, abs)
db 00h, 0C0h ; end collection
|