commit | 1a124e4accb1a0d1a137bd422df3f334186b7acf | [log] [tgz] |
---|---|---|
author | Antonio Ospite <ao2@ao2.it> | Tue May 27 13:25:14 2014 +0200 |
committer | Szymon Janc <szymon.janc@gmail.com> | Sun Jun 08 14:54:41 2014 +0200 |
tree | 2cdc0848a0e448e5c02fc52e21cae6acbaff8a06 | |
parent | fdbe933252b1f9ff2a0dca8869433b458a830b20 [diff] |
plugins/sixaxis: Add a get_leds_data() function Get all the data necessary to set the LEDs in a single function, returning a leds_data structure to be passed as argument to the setup_leds() callback. For now only a 'bitmap' field is used, which is the only thing that set_leds_hidraw() needs.