Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: wacom - initialize and destroy LEDs for Intuos4 S tablets

This case appears to have been missed in the original commit.

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Jason Gerecke and committed by
Dmitry Torokhov
a19fc986 6dc46351

+2
+2
drivers/input/tablet/wacom_sys.c
··· 851 851 852 852 /* Initialize default values */ 853 853 switch (wacom->wacom_wac.features.type) { 854 + case INTUOS4S: 854 855 case INTUOS4: 855 856 case INTUOS4L: 856 857 wacom->led.select[0] = 0; ··· 905 904 static void wacom_destroy_leds(struct wacom *wacom) 906 905 { 907 906 switch (wacom->wacom_wac.features.type) { 907 + case INTUOS4S: 908 908 case INTUOS4: 909 909 case INTUOS4L: 910 910 sysfs_remove_group(&wacom->intf->dev.kobj,