diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index c83d216d1fd6c..9db69172ba49c 100644 --- a/drivers/hid/hid-sony.c +++ b/drivers/hid/hid-sony.c @@ -1879,7 +1879,7 @@ static void dualshock4_state_worker(struct work_struct *work) } else { memset(buf, 0, DS4_REPORT_0x11_SIZE); buf[0] = 0x11; - buf[1] = 0x80; + buf[1] = 0xB0; buf[3] = 0x0F; offset = 6; }