commit | da03e502bb22ec859af4f7d1f7d4d5f237b6c3fe | [log] [tgz] |
---|---|---|
author | Roderick Colenbrander <roderick@gaikai.com> | Wed Nov 16 08:00:22 2022 -0800 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Nov 17 00:46:13 2022 +0100 |
tree | efdb46c01443352e9167ff2bb2e1e523c5930328 | |
parent | 54980d30eff608545884416576416060b80d011e [diff] |
HID: playstation: fix DualShock4 bluetooth CRC endian issue. The driver was by accident reading the CRC directly from a hardware structure instead of using get_unaligned_le32. Fixes: 2d77474a2392 ("HID: playstation: add DualShock4 bluetooth support.") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>