Skip to content

Commit

Permalink
set ds controller bluetooth pollrate to 1 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll authored and Jan200101 committed Dec 21, 2024
1 parent 187db71 commit 7a64f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/hid/hid-playstation.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ struct dualsense_output_report {
* 0x3F - disabled
*/
#define DS4_OUTPUT_HWCTL_BT_POLL_MASK 0x3F
/* Default to 4ms poll interval, which is same as USB (not adjustable). */
#define DS4_BT_DEFAULT_POLL_INTERVAL_MS 4
/* Default to 1ms poll interval (1000Hz, lower latency). */
#define DS4_BT_DEFAULT_POLL_INTERVAL_MS 1
#define DS4_OUTPUT_HWCTL_CRC32 0x40
#define DS4_OUTPUT_HWCTL_HID 0x80

Expand Down

0 comments on commit 7a64f3d

Please sign in to comment.