Changes between Version 2 and Version 3 of Ticket #18641


Ignore:
Timestamp:
Oct 25, 2023, 8:02:09 AM (13 months ago)
Author:
pulkomandy
Comment:

(I'm fixing the decoded descriptor, I think you copied the first line in the decoder and it found some extra bytes there that shouldn't be decoded)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18641 – Description

    v2 v3  
    4141This decodes to...
    4242{{{
    43 0x01, 0x02,        // Unknown (bTag: 0x00, bType: 0x00)
    44 0x02, 0x05, 0x01,  // Unknown (bTag: 0x00, bType: 0x00)
    45 0x09, 0x02,        // Usage (0x02)
     430x05, 0x01,        // Usage Page (Generic Desktop Ctrls)
     440x09, 0x02,        // Usage (Mouse)
    46450xA1, 0x01,        // Collection (Application)
    47460x85, 0x02,        //   Report ID (2)