* [PATCH] Input: wacom: Initialize and destroy LEDs for Intuos4 S tablets
@ 2012-06-01 16:21 Jason Gerecke
2012-06-03 21:46 ` Chris Bagwell
0 siblings, 1 reply; 2+ messages in thread
From: Jason Gerecke @ 2012-06-01 16:21 UTC (permalink / raw)
To: linux-input; +Cc: Jason Gerecke
This case appears to have been missed in the original commit.
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: wacom: Initialize and destroy LEDs for Intuos4 S tablets
2012-06-01 16:21 [PATCH] Input: wacom: Initialize and destroy LEDs for Intuos4 S tablets Jason Gerecke
@ 2012-06-03 21:46 ` Chris Bagwell
0 siblings, 0 replies; 2+ messages in thread
From: Chris Bagwell @ 2012-06-03 21:46 UTC (permalink / raw)
To: Jason Gerecke; +Cc: linux-input
Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
On Fri, Jun 1, 2012 at 11:21 AM, Jason Gerecke <killertofu@gmail.com> wrote:
> This case appears to have been missed in the original commit.
>
> Signed-off-by: Jason Gerecke <killertofu@gmail.com>
> ---
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-03 21:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-01 16:21 [PATCH] Input: wacom: Initialize and destroy LEDs for Intuos4 S tablets Jason Gerecke
2012-06-03 21:46 ` Chris Bagwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).