commit | a85d67b545e9c1e178ecdb159cfa59a45405c22a | [log] [tgz] |
---|---|---|
author | Antonio Ospite <ao2@ao2.it> | Mon Feb 16 18:12:22 2015 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Feb 18 21:36:12 2015 +0100 |
tree | 667083aca540ef42635d093cc0258aab76ddede2 | |
parent | 29b691a894f3964b26b8179423a45591fc071eea [diff] |
HID: sony: Don't use magic numbers in sixaxis_set_operational_usb() Remove the magic numbers used in sixaxis_set_operational_usb(): - use the already defined SIXAXIS_REPORT_0xF2_SIZE; - define and use SIXAXIS_REPORT_0xF5_SIZE; - set the dummy buffer size to accommodate any report that is going to be requested. Signed-off-by: Antonio Ospite <ao2@ao2.it> Acked-by: Frank Praznik <frank.praznik@oh.rr.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>