aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/tablet/wacom_sys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
index a48fcb76bb83..a5d1c60e77ee 100644
--- a/drivers/input/tablet/wacom_sys.c
+++ b/drivers/input/tablet/wacom_sys.c
@@ -851,6 +851,7 @@ static int wacom_initialize_leds(struct wacom *wacom)
851 851
852 /* Initialize default values */ 852 /* Initialize default values */
853 switch (wacom->wacom_wac.features.type) { 853 switch (wacom->wacom_wac.features.type) {
854 case INTUOS4S:
854 case INTUOS4: 855 case INTUOS4:
855 case INTUOS4L: 856 case INTUOS4L:
856 wacom->led.select[0] = 0; 857 wacom->led.select[0] = 0;
@@ -904,6 +905,7 @@ static int wacom_initialize_leds(struct wacom *wacom)
904static void wacom_destroy_leds(struct wacom *wacom) 905static void wacom_destroy_leds(struct wacom *wacom)
905{ 906{
906 switch (wacom->wacom_wac.features.type) { 907 switch (wacom->wacom_wac.features.type) {
908 case INTUOS4S:
907 case INTUOS4: 909 case INTUOS4:
908 case INTUOS4L: 910 case INTUOS4L:
909 sysfs_remove_group(&wacom->intf->dev.kobj, 911 sysfs_remove_group(&wacom->intf->dev.kobj,