Skip to content

Commit f681bac

Browse files
committed
temporarily disabled changeble btpollrate
some knockoff controllers won't read data with this kind of header
1 parent f044971 commit f681bac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DS4Windows/DS4Library/DS4Device.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,8 @@ private unsafe void PrepareOutputReportInner(ref bool change, ref bool haptime)
15221522
outReportBuffer[0] = knownGoodBTOutputReportType;
15231523
//outReportBuffer[0] = 0x15;
15241524
//outReportBuffer[1] = (byte)(0x80 | btPollRate); // input report rate
1525-
outReportBuffer[1] = (byte)(0xC0 | btPollRate); // input report rate
1525+
//outReportBuffer[1] = (byte)(0xC0 | btPollRate); // input report rate
1526+
outReportBuffer[1] = (byte)(0xC0); // temporarily disabled
15261527
//outReportBuffer[2] = 0xA0;
15271528

15281529
// Headphone volume L (0x10), Headphone volume R (0x20), Mic volume (0x40), Speaker volume (0x80)

0 commit comments

Comments
 (0)