From 7b27056ea001e8a460da2b4ca6dfe3db2c66aeea Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 12 Feb 2026 15:52:31 -0800
Subject: [PATCH] Fixed Steam Controller BLE report size
---
src/hidapi/ios/hid.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hidapi/ios/hid.m b/src/hidapi/ios/hid.m
index b39fe10113dc8..d6f6d763630a0 100644
--- a/src/hidapi/ios/hid.m
+++ b/src/hidapi/ios/hid.m
@@ -798,7 +798,7 @@ - (void)peripheral:(CBPeripheral *)peripheral didUpdateValueForCharacteristic:(C
cbElem = 19;
break;
case TRITON_BLE_PID:
- cbElem = 53;
+ cbElem = 45;
break;
default:
abort();