* [PATCH] Input: wacom: Correct reported resolution for Intuos4 Wireless
[not found] <1365780680.4605.9.camel@localhost>
@ 2013-04-12 16:43 ` Jason Gerecke
[not found] ` <1365784982-10721-1-git-send-email-killertofu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Jason Gerecke @ 2013-04-12 16:43 UTC (permalink / raw)
To: linux-input, linuxwacom-devel
Cc: pinglinux, dmitry.torokhov, przemo, Jason Gerecke
Reported-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
---
drivers/input/tablet/wacom_wac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index 1daa979..1e0031d 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1912,7 +1912,7 @@ static const struct wacom_features wacom_features_0xBB =
{ "Wacom Intuos4 12x19", WACOM_PKGLEN_INTUOS, 97536, 60960, 2047,
63, INTUOS4L, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
static const struct wacom_features wacom_features_0xBC =
- { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40840, 25400, 2047,
+ { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40640, 25400, 2047,
63, INTUOS4, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
static const struct wacom_features wacom_features_0x26 =
{ "Wacom Intuos5 touch S", WACOM_PKGLEN_INTUOS, 31496, 19685, 2047,
--
1.8.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Input: wacom: Correct reported resolution for Intuos4 Wireless
[not found] ` <1365784982-10721-1-git-send-email-killertofu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-04-12 20:00 ` Przemo Firszt
2013-04-15 16:20 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Przemo Firszt @ 2013-04-12 20:00 UTC (permalink / raw)
To: Jason Gerecke
Cc: linuxwacom-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
pinglinux-Re5JQEeQqe8AvxtiuMwx3w,
dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w,
linux-input-u79uwXL29TY76Z2rM5mHXA
Dnia 2013-04-12, pią o godzinie 09:43 -0700, Jason Gerecke pisze:
> Reported-by: Przemo Firszt <przemo@firszt.eu>
> Signed-off-by: Jason Gerecke <killertofu@gmail.com>
> ---
> drivers/input/tablet/wacom_wac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
> index 1daa979..1e0031d 100644
> --- a/drivers/input/tablet/wacom_wac.c
> +++ b/drivers/input/tablet/wacom_wac.c
> @@ -1912,7 +1912,7 @@ static const struct wacom_features wacom_features_0xBB =
> { "Wacom Intuos4 12x19", WACOM_PKGLEN_INTUOS, 97536, 60960, 2047,
> 63, INTUOS4L, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
> static const struct wacom_features wacom_features_0xBC =
> - { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40840, 25400, 2047,
> + { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40640, 25400, 2047,
> 63, INTUOS4, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
> static const struct wacom_features wacom_features_0x26 =
> { "Wacom Intuos5 touch S", WACOM_PKGLEN_INTUOS, 31496, 19685, 2047,
Tested-by: Przemo Firszt <przemo@firszt.eu>
--
Kind regards,
Przemo Firszt
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Input: wacom: Correct reported resolution for Intuos4 Wireless
2013-04-12 20:00 ` Przemo Firszt
@ 2013-04-15 16:20 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2013-04-15 16:20 UTC (permalink / raw)
To: Przemo Firszt; +Cc: Jason Gerecke, linux-input, linuxwacom-devel, pinglinux
On Fri, Apr 12, 2013 at 09:00:38PM +0100, Przemo Firszt wrote:
> Dnia 2013-04-12, pią o godzinie 09:43 -0700, Jason Gerecke pisze:
> > Reported-by: Przemo Firszt <przemo@firszt.eu>
> > Signed-off-by: Jason Gerecke <killertofu@gmail.com>
> > ---
> > drivers/input/tablet/wacom_wac.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
> > index 1daa979..1e0031d 100644
> > --- a/drivers/input/tablet/wacom_wac.c
> > +++ b/drivers/input/tablet/wacom_wac.c
> > @@ -1912,7 +1912,7 @@ static const struct wacom_features wacom_features_0xBB =
> > { "Wacom Intuos4 12x19", WACOM_PKGLEN_INTUOS, 97536, 60960, 2047,
> > 63, INTUOS4L, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
> > static const struct wacom_features wacom_features_0xBC =
> > - { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40840, 25400, 2047,
> > + { "Wacom Intuos4 WL", WACOM_PKGLEN_INTUOS, 40640, 25400, 2047,
> > 63, INTUOS4, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES };
> > static const struct wacom_features wacom_features_0x26 =
> > { "Wacom Intuos5 touch S", WACOM_PKGLEN_INTUOS, 31496, 19685, 2047,
>
> Tested-by: Przemo Firszt <przemo@firszt.eu>
Applied, thank you.
--
Dmitry
--
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] 3+ messages in thread
end of thread, other threads:[~2013-04-15 16:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1365780680.4605.9.camel@localhost>
2013-04-12 16:43 ` [PATCH] Input: wacom: Correct reported resolution for Intuos4 Wireless Jason Gerecke
[not found] ` <1365784982-10721-1-git-send-email-killertofu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-04-12 20:00 ` Przemo Firszt
2013-04-15 16:20 ` Dmitry Torokhov
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).