OSDN Git Service

HID: sony: Rename rumble_* functions/variables to state_*
authorSven Eckelmann <sven@narfation.org>
Tue, 19 Nov 2013 19:26:28 +0000 (20:26 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 20 Nov 2013 08:59:17 +0000 (09:59 +0100)
commit92b5c411ab3a3441ccbf2053bc4b00eca6cc8c96
tree4a87db067c0058c2ba3de4b49964e6d07bf2a88b
parent9316e58076f47bd242c3700d6f4aa1563fdb7192
HID: sony: Rename rumble_* functions/variables to state_*

The commands used to modify the rumble motor state also modifies the LEDs at
the same time. The functionality used to modify this state in the driver has to
be shared between the rumble and LED part. It is therefore better to replace
the "rumble" part of the names with "state".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c