fl16: Disable selective suspend

Causing too many issues

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-11-24 14:48:15 +08:00
parent c39ea59510
commit 4264f90c84

View File

@ -103,7 +103,7 @@ static uint8_t msos_descriptor_set[] __attribute__((aligned(4))) = {
0x6C, 0x00, 0x65, 0x00, 0x6C, 0x00, 0x65, 0x00,
0x64, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00,
0x04, 0x00, // wPropertyDataLength 4 bytes 0x04, 0x00, // wPropertyDataLength 4 bytes
0x01, 0x00, 0x00, 0x00 // PropertyData - 0x00000001 0x00, 0x00, 0x00, 0x00 // PropertyData - 0x00000001
}; };
union { union {