[PATCH] Input: wacom: Initialize and destroy LEDs for Intuos4 S tablets
From: Jason Gerecke <hidden>
Date: 2012-06-01 16:22:10
This case appears to have been missed in the original commit. Signed-off-by: Jason Gerecke <redacted> --- drivers/input/tablet/wacom_sys.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
index b3a8bd3..d82d92d 100644
--- a/drivers/input/tablet/wacom_sys.c
+++ b/drivers/input/tablet/wacom_sys.c@@ -855,6 +855,7 @@ static int wacom_initialize_leds(struct wacom *wacom) /* Initialize default values */ switch (wacom->wacom_wac.features.type) { + case INTUOS4S: case INTUOS4: case INTUOS4L: wacom->led.select[0] = 0;
@@ -908,6 +909,7 @@ static int wacom_initialize_leds(struct wacom *wacom) static void wacom_destroy_leds(struct wacom *wacom) { switch (wacom->wacom_wac.features.type) { + case INTUOS4S: case INTUOS4: case INTUOS4L: sysfs_remove_group(&wacom->intf->dev.kobj,
--
1.7.10.3