| 15 | |
| 16 | |
| 17 | Something 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 | |
| 28 | either 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). |