Searched hist:b71b5578a84d297954e4812ba0ca2d466e61cf42 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-sony.c | diff b71b5578a84d297954e4812ba0ca2d466e61cf42 Fri Nov 06 21:35:53 CET 2015 Frank Praznik <frank.praznik@gmail.com> HID: sony: Remove the size check for the Dualshock 4 HID Descriptor
Sony has modified the HID descriptor in new revisions of the Dualshock 4 which causes the size check in the descriptor replacement function to fail. Remove it so that new revisions of the controller will work correctly.
The module is completely replacing the descriptor instead of patching it, so the size check isn't really necessary anyways.
Signed-off-by: Frank Praznik <frank.praznik@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|