From 5607c89a115563104e1eea8d597282c799e75c99 Mon Sep 17 00:00:00 2001 From: Frank Praznik Date: Tue, 29 Jul 2014 19:55:48 -0700 Subject: [PATCH] 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 Signed-off-by: Jiri Kosina --- Reading git-format-patch failed