toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd type
authorAzael Avalos <coproscefalo@gmail.com>
Sat, 4 Oct 2014 18:02:21 +0000 (12:02 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Tue, 7 Oct 2014 00:44:42 +0000 (17:44 -0700)
With the introduction of the new keyboard backlight
implementation, the *_timeout_store function is
broken, as it only supports the first kbd_type.

This patch adapts such function for the new kbd_type,
as well as converts from using sscanf to kstrtoint.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>

No differences found