Changes between Version 1 and Version 2 of Ticket #18094, comment 4


Ignore:
Timestamp:
Mar 29, 2024, 2:18:32 AM (5 weeks ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18094, comment 4

    v1 v2  
    1313
    1414https://dev.haiku-os.org/attachment/ticket/17746/usb_rndis-diff2.txt
     15
     16
     17Something like adding: `, { 0x00, 0x00, 0x00, 0x2e04, 0xc008 }` after line 19 on that diff, and something like:
     18
     19
     20{{{
     21          } else if (descriptor->interface_class == 0xef
     22                       && descriptor->interface_subclass == 0x04
     23                       && descriptor->interface_protocol == 0x01) {
     24               // ToDo: check interface string here, "continue" if it's not "RNDIS Communications Control"
     25          } else {
     26}}}
     27
     28either after line 66, or replacing the else on line 71...
     29
     30(sorry for not providing a proper .diff directly, I'm not on my main machine right now).