Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: sony: Default initialize all elements of the LED max_brightness …
…array to 1 Previously only the first element of the array was initialized to 1 leading to potential incorrect max brightness values for the LEDs on the Dualshock 3 and buzzer controllers. Use a designated initializer to initialize the whole array to the correct value. Signed-off-by: Frank Praznik <frank.praznik@oh.rr.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
- Loading branch information