| 41 | 0x00, 0x00, 0x00, 0x00, 0x00}; |
| 42 | |
| 43 | struct VendorProductPacket |
| 44 | { |
| 45 | uint16_t VendorID; |
| 46 | uint16_t ProductID; |
| 47 | const uint8_t *Packet; |
| 48 | uint8_t Length; |
| 49 | }; |
| 50 | |
| 51 | static constexpr VendorProductPacket init_packets[]{ |
| 52 | {0x0e6f, 0x0165, xboxone_hori_init, sizeof(xboxone_hori_init)}, |
nothing calls this directly
no outgoing calls
no test coverage detected