HID: sony: Don't use magic numbers in sixaxis_set_operational_usb()
authorAntonio Ospite <ao2@ao2.it>
Mon, 16 Feb 2015 17:12:22 +0000 (18:12 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 18 Feb 2015 20:36:12 +0000 (21:36 +0100)
commita85d67b545e9c1e178ecdb159cfa59a45405c22a
tree667083aca540ef42635d093cc0258aab76ddede2
parent29b691a894f3964b26b8179423a45591fc071eea
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>
drivers/hid/hid-sony.c