|
@@ -194,9 +194,9 @@ static unsigned char ps3_hid_report_descriptor[] =
|
|
|
0xc0, 0xa1, 0x02, 0x85, 0xee, 0x75, 0x08, 0x95,
|
|
0xc0, 0xa1, 0x02, 0x85, 0xee, 0x75, 0x08, 0x95,
|
|
|
0x30, 0x09, 0x01, 0xb1, 0x02, 0xc0, 0xa1, 0x02,
|
|
0x30, 0x09, 0x01, 0xb1, 0x02, 0xc0, 0xa1, 0x02,
|
|
|
0x85, 0xef, 0x75, 0x08, 0x95, 0x30, 0x09, 0x01,
|
|
0x85, 0xef, 0x75, 0x08, 0x95, 0x30, 0x09, 0x01,
|
|
|
- 0xb1, 0x02, 0xc0, 0xc0, 0x00,
|
|
|
|
|
|
|
+ 0xb1, 0x02, 0xc0, 0xc0,
|
|
|
};
|
|
};
|
|
|
-SDL_COMPILE_TIME_ASSERT (ps3, sizeof (ps3_hid_report_descriptor) == 149);
|
|
|
|
|
|
|
+SDL_COMPILE_TIME_ASSERT (ps3, sizeof (ps3_hid_report_descriptor) == 148);
|
|
|
|
|
|
|
|
/* Same for Steam Deck LCD (jupiter) and OLED (galileo) */
|
|
/* Same for Steam Deck LCD (jupiter) and OLED (galileo) */
|
|
|
static unsigned char steam_deck_mouse_hid_report_descriptor[] =
|
|
static unsigned char steam_deck_mouse_hid_report_descriptor[] =
|