;
Hi Jeremy,
The wii code looks the same, so probably it's affected as well. Can you
make a patch?
power_supply_powers call in wiimote driver:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/hid/hid-wiimote-core.c#l1229
regards,
Przemo Firszt
-
> On Sun, 5 Feb 2012, Przemo Firszt wrote:
[..]
> Hmm, seems valid. How did you notice? Have you seen crashes because of
> wild pointers?
Hi Jiri,
Yes, the driver was unusable - 100% crashes during connection.
Chris came up with the solution, I did coding & testing.
The crash det
> On Mon, Feb 13, 2012 at 3:26 PM, Przemo Firszt wrote:
>> Please comment if you're OK with the name or it should be rather "Wacom
>> Intuos4 WL" or maybe something else.
Hi Chris,
> Here is what I thinking. You current code is geared that it can
> easily be r
> On Mon, Feb 13, 2012 at 3:20 PM, Przemo Firszt wrote:
>> The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL"
>> and
>> to make it consistent with other Wacom devices it has to be converted to
>> "Wacom PTK-540WL". It also makes u
Jonathan R Young wrote:
>Just tried it on my intuos4 medium usb, initial button0 worked just
>fine
>- thanks very much.
>Redhat Enterprise Linux 6.3 (with wacom drivers 0.16)
>Jonathan
>
>On 09/09/12 19:06, Przemo Firszt wrote:
>> I made a simple helper for setting OL
y, so if someone in 2 years time will try to
understand what the patch does the description will be there to help.
Also, as suggested, you could set up and use git-send-email [3][4] to
send patches.
Regards,
Przemo Firszt
[1] https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.
Hi,
Trivial patch fixing missing prop_offset in SBottomX2 property.
Cheers,
Przemo
>From e6561594d41b5fc203ab8d28d7420f29d3b8439a Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Wed, 10 Feb 2010 22:08:58 +
Subject: [PATCH 2/2] Add missing .prop_offset = 10 to SBottomX2 property
Sig
Another one attached
--
Przemo
>From 058aa88f7b320d743f3642b8f543be6736d33192 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Wed, 10 Feb 2010 22:19:41 +
Subject: [PATCH 3/3] Add missing .prop_flag to SBottomY2
Signed-off-by: Przemo Firszt
---
tools/xsetwacom.c |1 +
1 files chan
Dnia 2010-02-11, czw o godzinie 08:24 +1000, Peter Hutterer pisze:
> On Wed, Feb 10, 2010 at 10:13:32PM +0000, Przemo Firszt wrote:
[..]
> > diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
> > index d0f713f..4d1d6b6 100644
> > --- a/tools/xsetwacom.c
> > +++ b/tool
Hi,
There is a new repository for wacom drivers:
git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel
Web interface:
http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel
Currently there are 2 branches:
master - it's clean copy of Linus' tree
devel - the l
Dnia 2010-03-04, czw o godzinie 21:08 +, Przemo Firszt pisze:
[..]
> There will be one more branch created: 'tested'. To create it I need
> community input, so if you feel brave please use 'devel' branch and
> report all issues to linuxwacom-devel list.
[..]
Hi,
Attached patch adds definition of 'priv' variable to wcmDevReadInput in
xf86Wacom.c . The definition was missing and it was breaking build with
--enable-debug option, but it wasn't afecting normal builds.
kind regards,
Przemo
>From e3508eab6960b4b884e79f616791843d3a21d30
patch was just copy&paste from another
function.
cheers,
Przemo
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for pa
gt; /sys/path_to_device/speed
to set speed to low, and
echo 1 > /sys/path_to_device/speed
to set it back to high speed.
If someone wants to test it before official release it's in wacom-kernel
repository, devel branch.
Hi,
"git grep MAX_USB_EVENTS" told me that we don't need that definition..
regards,
Przemo
>From 7573a21e9ed783f6c5e5176c95e1e974e9d0b069 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Wed, 5 May 2010 19:34:48 +0100
Subject: [PATCH] Remove redundand MAX_USB_EVENTS definitio
Dnia 2010-05-05, śro o godzinie 13:03 -0700, Ping Cheng pisze:
> On Wed, May 5, 2010 at 11:40 AM, Przemo Firszt wrote:
> > Hi,
> > "git grep MAX_USB_EVENTS" told me that we don't need that definition..
> Hi Przemo,
>
> It might make sense to move M
ata directly to usbParseChannel.
>
> What do you think?
Hi,
I might try to do it - I just need to understand how it works ;-)
Przemo
--
___
Linuxwacom-devel mailing lis
Dnia 2010-05-13, czw o godzinie 23:57 -0700, Ping Cheng pisze:
> Hi Przemo,
>
> I got a chance to look into the code and tried to move
>
> int wcmEventCnt;
> struct input_event wcmEvents[MAX_USB_EVENTS];
>
> into usbParseEvent as static variable. On my TabletP
; > those backends where it's not needed simply set it to NULL and don't access
> > it.
>
> This is a good idea. Przemo, are you interested in implementing
> Peter's suggestion?
Hi,
See attached patch. I'd have more later.
Regards,
Przemo
>From b96be496a6a
Dnia 2010-05-17, pon o godzinie 21:12 +0100, Przemo Firszt pisze:
> Dnia 2010-05-16, nie o godzinie 23:12 -0700, Ping Cheng pisze:
> > On Sun, May 16, 2010 at 9:43 PM, Peter Hutterer
> [..]
> > > we could just add a void *private; field to the WacomCommon struct and let
&g
Dnia 2010-05-18, wto o godzinie 16:52 +1000, Peter Hutterer pisze:
> On Mon, May 17, 2010 at 10:02:15PM +0100, Przemo Firszt wrote:
[..]
> > Part 2 of cleaning: Move all definitons and declarations from wcmUSB.c
> > to wcmUSB.h
>
> I don't quite understand why t
Dnia 2010-05-18, wto o godzinie 14:30 +1000, Peter Hutterer pisze:
> On Mon, May 17, 2010 at 09:12:49PM +0100, Przemo Firszt wrote:
> [..]
> > + /* free private data */
> > + if (priv->common->private)
> > + xfree(priv->common->private);
>
>
Dnia 2010-05-17, pon o godzinie 22:09 -0700, Ping Cheng pisze:
> Hi Przemo
>
> I changed the Subject. wcmLastToolSerial can be moved to wcmUSBData as
> well since it is USB specific.
>
> wcmPktLength is unnecessary for USB. It is always the same
> (sizeof(struct input_eve
Dnia 2010-05-24, pon o godzinie 09:25 +1000, Peter Hutterer pisze:
> On Sat, May 22, 2010 at 04:45:17PM +0100, Przemo Firszt wrote:
[..]
> > Where is xfree for "common" struct? (WacomCommonRec). There are
> > xfree(common) calls in the code, but all of them are used is som
> [..]
Bad hair day... This time patch is signed and no trail-whitespace-error
[hopefully ;-) ]
Przemo
>From 025343b37dadbb6ca56697f4b05d50f0d0a733d6 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Mon, 31 May 2010 21:01:16 +0100
Subject: [PATCH] Plug memory leak - some structures were
on = priv->common;) for it to
> work though.
[..]
I made a new patch, copying shamelessly what Ping did in linuxwacom. The
problem is that it xorg crashes if I turn off my bluetooth tablet.
Ping, Peter can you take a quick look at the code? You might spot
som
#x27;s why
{ is in the same line. I promise to keep wacom bracket style - at least
for a while ;-)
cheers,
Przemo
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MA
Dnia 2010-06-06, nie o godzinie 23:27 -0700, Ping Cheng pisze:
[..]
Hi Ping,
> Przemo, please pull the latest source from sf.net. This patch (3 of
> 3) didn't apply.
Weird, I'll make sure next time.
>
> >>>
> >>> +
Hi Ping,
I'm going to try to split changes you have in linuxwacom kernel driver
(and in devel branch of wacom-kernel) into series of small patches and
submit them (with your and Peter approval, of course) to kernel
mainline. Is it OK for you?
cheers,
P
Dnia 2010-06-07, pon o godzinie 09:17 -0700, Ping Cheng pisze:
> Hi Przemo,
>
> You can try the OLED ones. The Bamboo touch ones can not submitted
> without changing to _MT_ protocol. However, the kernel _MT_ protocol
> that supports our case properly is still under review.
>
Hi,
A side effect of compiling with -Wall -Werror.
I hope that the brackets are in correct position ;-)
regards,
Przemo
>From 87ff61990c597b3f6cfb7b53146886b9b019493c Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Mon, 7 Jun 2010 21:48:17 +0100
Subject: [PATCH] Quiet compiler warning ab
Dnia 2010-08-04, śro o godzinie 04:19 -0700, Ping Cheng pisze:
> I'd like to see someone test the patch and submit a Test-by tag for
> it. With a patch this size, I only feel comfortable to ack it if I
> test it (-ENOTIME) or someone else (other than the author) test it.
Tested-by:
L"},
> + {"lsuper", "Super_L"},
> + {"rsuper", "Super_R"},
> +
> + {"hyper", "Hyper_L"},
> + {"lhyper", "Hyper_L"},
> + {"rhyper", "Hyper_R"},
> +
> {
setwacom TwinView [none |
> horizontal | vertical]\n");
> + fprintf(stderr, "Usage: xsetwacom TwinView []\n");
> + fprintf(stderr, "Values: none, horizontal, vertical, belowof,"
> + "aboveof, leftof, rightof\n");
> return;
&
W:
> case TV_BELOW_ABOVE:
> if ((values[1] + values[3]) !=
> screenInfo.screens[0]->height)
Hi Peter,
xsetwacom --get "WACOM Pen Tablet stylus" TwinView none still
:
> + case TV_BELOW_ABOVE:
> + tvdata[0] = DisplayWidth(dpy, 0);
> + tvdata[1] = DisplayHeight(dpy, 0)/2;
> + tvdata[2] = tvdata[0];
> + tvdata[3] = tvdata[1];
> + break;
> +
Dnia 2010-08-30, pon o godzinie 10:50 +1000, Peter Hutterer pisze:
> On Fri, Aug 27, 2010 at 03:29:56PM +0100, Przemo Firszt wrote:
> > Dnia 2010-08-27, pią o godzinie 13:47 +1000, Peter Hutterer pisze:
> > > A CARD32 is unsigned and cannot be less than 0. Remove the checks and
A trivial fix.
--
Przemo Firszt
>From 5623850e51768a1c0e1e37d388e316bea7c4570b Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Tue, 7 Sep 2010 23:27:26 +0100
Subject: [PATCH] Remove "curve" from debug message - trivial fix
Signed-off-by: Przemo Firszt
---
tools/xsetwacom.c
Dnia 2010-10-31, nie o godzinie 09:10 -0500, Favux ... pisze:
[..]
> Hi Przemo,
>
> On Sun, Oct 31, 2010 at 6:42 AM, Przemo Firszt wrote:
> > Dnia 2010-10-31, nie o godzinie 02:46 -0400, Patrick pisze:
> >> ./configure --enable-wacom --enable-wacomdrv=no
> > Hi Patr
Hi,
I'm not sure if it fixes the mentioned bug, but "super" and "hyper" keys
are modifiers. Peter, can you confirm it?
I'll change the description if the patch is OK.
If "hyper" key is the "menu" key it should not be in the modifiers -
Peter, w
gt;
> > Actually from 10 patches
> > we have there, only the xsetwacom fix for Super will have to remain
> > after next release (just curious, would it be possible to still
> > squeeze it into 0.10.11? I mean the issue fixed by Przemo on 4'th Jan:
> >
> > htt
The patch is also pushed to wacom-devel tree [1] - please test.
[1]http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;h=refs/heads/devel
--
Przemo Firszt
>From 2f76ea4c4b8f2223de6deb56a3f6106237169f60 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Sun, 17
Previous version was sub-optimal - separate installation for bluetooth
drivers is faster.
>From f86098e728592fe85a4d04a07177fedd3eaa8132 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Wed, 24 Aug 2011 21:30:36 +0100
Subject: [PATCH] Fix installation of wacom bluetooth drivers.
Add miss
Hi all, I'm back :-)
Fix installation of wacom bluetooth drivers.
Add missing call to install bluetooth drivers. That patch will never end
up in the mainline kernel as it affects only wacom-devel specific
wacom-kernel/Makefile
Signed-off-by: Przemo Firszt
---
wacom-kernel/Makefile |1
Update & cleanup of devel Makefile.
--
Regards
Przemo Firszt
>From 406531cde3403839c4a8360d5c25db794e91960b Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Fri, 26 Aug 2011 14:59:13 +0100
Subject: [PATCH 1/2] Update wacom-devel Makefile to match kernel options
wacom-kernel/Makefile
>From 9a0ef7982c3919308d5361f0e381472d1681fc01 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Mon, 19 Sep 2011 19:32:05 +0100
Subject: [PATCH] Force installing wacom-devel modules in the main kernel
tree
The modules that are built out of main kernel tree are installed in
"extra"
inance of status led without stylus button pressed
> 3) luminance of status led with stylus button pressed.
[..]
Hi,
For Intuor4 Wireless windows driver offers one slider with 4 states
(off, dim, "middle", bright) that affects all oleds + white wheel led
(pressed and unpressed pen t
warnings for the patch generated by checkpatch.pl. One looks
like a false positive, the rest are about line over 80 characters, but I
belive it's justified.
Ping, thanks again for all the help that I received for you!
--
Kind regards,
Przemo Firszt
>From b29dabf3d7951b84fd224355fc76e80b
Dnia 2011-10-08, sob o godzinie 17:49 -0700, Ping Cheng pisze:
> On Fri, Oct 7, 2011 at 2:53 PM, Przemo Firszt
wrote:
> > Hi,
> > Please comment, test, ack, sign-off and so on.
>
> I would share the common routines and structs between hid-wacom.c and
> hid-wacom-i4wl.c
nput-wacom.
What would be practical difference from end user point of view? That's
the most important for me.
--
Przemo Firszt
--
All the data continuously generated in your IT infrastructure contains a
definitive re
#x27;t be good enough for whatever reason.
Thanks for your comments Chris!
--
Przemo Firszt
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance,
"Unknown report: %d,%d size:%d\n",data[0],
data[1], size);
return 0;
}
Both do the same. Any opinions or better options?
--
Przemo Firszt
--
All the data continuously generated in your IT infrastructure cont
Dnia 2011-10-11, wto o godzinie 12:18 +1000, Peter Hutterer pisze:
> On Mon, Oct 10, 2011 at 09:52:10PM +0100, Przemo Firszt wrote:
[..]
> I'd go for the second one (using i += 10 too ;) because it's less nesting.
> but this is kernel code and coding style is something very
Please test & comment. I cannot convince git to block text in a
different way - if anyone knows how to do it please let me know.
--
Regards,
Przemo Firszt
>From 59a8e0ea626e8cceda69d066f3c0df185c7fa297 Mon Sep 17 00:00:00 2001
From: Przemo Firszt
Date: Sun, 28 Aug 2011 20:35:30 +0100
The patch is also in wacom-kernel devel branch. It can be cloned/pulled
from:
git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel
--
Przemo
--
All the data continuously generated in your IT
Dnia 2011-10-18, wto o godzinie 21:01 -0500, Chris Bagwell pisze:
> On Tue, Oct 18, 2011 at 2:18 PM, Przemo Firszt wrote:
> > Please test & comment. I cannot convince git to block text in a
> > different way - if anyone knows how to do it please let me know.
> >
>
&g
ell, but I didn't do extensive testing.
--
Regards,
Przemo
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take
Dnia 2011-10-21, pią o godzinie 13:21 +0100, Przemo Firszt pisze:
> Hi,
> What's the current status of Intuos4 (USB) driver. Is it fully
> finctional? I just connected mine Intuos4 WL using USB cable and tablet
> works, but pen buttons are dead. Is that WL specific (so I can
Dnia 2011-10-20, czw o godzinie 15:19 -0700, Ping Cheng pisze:
> On Tue, Oct 18, 2011 at 12:18 PM, Przemo Firszt wrote:
> > Please test & comment. I cannot convince git to block text in a
> > different way - if anyone knows how to do it please let me know.
>
> Can I a
acom/wacom-kernel
http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;a=commit;h=866776ffbd263be7eb37f3c5821ffe5cafa61958
http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;a=commit;h=386da67a3b8dae3d1007576e5493b6af8f4
Dnia 2011-10-21, pią o godzinie 14:14 -0700, Ping Cheng pisze:
> On Fri, Oct 21, 2011 at 1:29 PM, Przemo Firszt wrote:
> > Verssion 3. The only difference is
> > __set_bit(INPUT_PROP_POINTER, input->propbit);
> > moved to "common" section of "probe"
Dnia 2011-10-24, pon o godzinie 10:52 -0700, Ping Cheng pisze:
> On Sun, Oct 23, 2011 at 5:17 AM, Przemo Firszt wrote:
> >
> > Next part of the I4 WL driver attached - this time pen button reporting.
>
> This is part of I4 WL support. We should merge it into the other patc
Dnia 2011-10-24, pon o godzinie 10:52 -0700, Ping Cheng pisze:
> On Sun, Oct 23, 2011 at 5:17 AM, Przemo Firszt wrote:
> >
> > Next part of the I4 WL driver attached - this time pen button reporting.
>
> This is part of I4 WL support. We should merge it into the other p
Dnia 2011-10-31, pon o godzinie 08:47 -0500, Chris Bagwell pisze:
[..]
> HI Przemo,
Hi Chris,
> I thought maybe you were going to have a few more patches on
> linuxwacom before forwarding... so I hadn't previously given any
> nitpicking comments.
>
> Here they are...
This patch doesn't change the way driver works. Parsing logic is now in a
separate function. It's a first step to add Intuos4 Wireless support to
hid-wacom driver.
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-wacom.c | 41 -
1 files c
It's a second step to add Intuos4 Wireless support to hid-wacom driver.
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-wacom.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c
index eb84bff..db23223 100644
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only
position, pressure and pen buttons. More features will be added in future.
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-core.c |1 +
drivers/hid/hid-ids.h |1 +
drivers/hid/hid-wacom.c | 142
sue.
>
> I didn't see any issue but sometimes they hid from ya.
>
[..]
Thanks for the advice - I know & use those scripts. There is another one
quite useful - get_maintainer.pl
--
Przemo
--
RSA(R) Conf
n.
Ping, I assume that your "acked" still holds :-)
--
Przemo
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
This patch doesn't change the way driver works. Parsing logic is now in a
separate function. It's a first step to add Intuos4 Wireless support to
hid-wacom driver.
Signed-off-by: Przemo Firszt
Acked-by: Ping Cheng
---
drivers/hid/hid-wacom.c | 39 +++-
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only
position, pressure and pen buttons. More features will be added in the future.
Signed-off-by: Przemo Firszt
Acked-by: Ping Cheng
---
drivers/hid/hid-core.c |1 +
drivers/hid/hid-ids.h |1 +
drivers/hid/hid
Dnia 2011-11-04, pią o godzinie 14:58 -0500, Chris Bagwell pisze:
> Reviewed-by: Chris Bagwell
Thanks Chris!
--
Przemo
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2d
This patch doesn't change the way driver works. Parsing logic is now in a
separate function. It's a first step to add Intuos4 Wireless support to
hid-wacom driver.
Signed-off-by: Przemo Firszt
Acked-by: Ping Cheng
Reviewed-by: Chris Bagwell
---
drivers/hid/hid-waco
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only
position, pressure and pen buttons. More features will be added in the future.
Signed-off-by: Przemo Firszt
Acked-by: Ping Cheng
Reviewed-by: Chris Bagwell
---
drivers/hid/hid-core.c |1 +
drivers/hid/hid-ids.h
oot account. (I use "make btinstall" for the same reason
as in 3)
5. Now "rmmod hid-wacom" and after restarting the tablet the new module
is loaded.
6. Test if the changes works
--
Przemo Firszt
---
This patch adds parsing pad buttons for Intuos4. The change of "buttstate"
type is required, because there are 9 buttons on Intuos4, so "char" wasn't
enough.
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-wacom.c | 31 ++-
1 files cha
om usb driver - could be
wrong. What would you expect there?
I don't want to upload that version to our git repo, cause it's very,
very dirty..
--
Regards,
Przemo
--
Keep Your Developer Skills Current with
itched off the sysfs code for I4WL in the driver. My
only concern is that I don't have access to Graphire Bluetooth and there
is a chance that the tablet might be affected as well..
regards,
Przemo
Crash report (also here: http://pastebin.com/ZVNZWaPs) :
> Feb 1 21:47:58 pldmachine ker
t to be under
> the "wacom_battery" directory and thus the call needs to be moved
> *after* registering the battery device.
I'll test that as well.
> This looks needed even for graphire's to work.
Anyone with Graphire
; *after* registering the battery device.
>
> This looks needed even for graphire's to work.
Works!
Looks like there were 2 issues: a wrong (battery->ac) call & calls in
wrong place.
Patch is on the way. Let me know if I can I add your signed-by to the
patch.
Thanks!
--
Rega
power_supply_powers calls added in 35b4c01e29bdd9632dabf9784ed3486333f00427
have to be called after power device is created. This patch also fixes the
second call - it has to be "ac" instead of "battery"
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-wacom.c |7 ---
address is right now.
> But I think this is only in RC's.
>
RC only, so there is no need to update the stable. I added your
signed-by.
--
regards,
Przemo
--
Try before you buy = See our experts in action!
T
power_supply_powers calls added in 35b4c01e29bdd9632dabf9784ed3486333f00427
have to be called after power device is created. This patch also fixes the
second call - it has to be "ac" instead of "battery"
Signed-off-by: Przemo Firszt
Signed-off-by: Chris Bagwell
---
dri
A new option appeared in drivers/hid/Makefile. We don't want to compile that
module as it has nothing to do with Wacom.
Signed-off-by: Przemo Firszt
---
wacom-kernel/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/wacom-kernel/Makefile b/wacom-kernel/Mak
in xorg driver for wacom (it's the same
as for Graphire4 Bluetooth and for that one xsetwacom worked).
Any ideas where to look for solution?
--
Regards
Przemo
--
Virtualization & Cloud Management Using Capacity
Dnia 2012-02-11, sob o godzinie 03:27 +1000, Peter Hutterer pisze:
> On Fri, Feb 10, 2012 at 04:56:11PM +0000, Przemo Firszt wrote:
> > I was trying to find out why "xsetwacom --list devices" shows nothing
> > and I found that my tablet is being handled by evde
Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so evdev was
taking over. This patch fixes it, so now wacom driver is used fo Intuoe4 WL
PTK-540WL
Signed-off-by: Przemo Firszt
---
conf/50-wacom.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a
Dnia 2012-02-10, pią o godzinie 12:44 -0600, Chris Bagwell pisze:
> On Fri, Feb 10, 2012 at 12:27 PM, Peter Hutterer
> wrote:
> > On Fri, Feb 10, 2012 at 05:55:16PM +, Przemo Firszt wrote:
> >> Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so e
would look just like your seeing. For
> example, the Product value in USB Device Descriptor for my Bamboo
> shows "CTH-670".
>
[..]
Chris,
Can you check if your tablet reports ID_VENDOR?
Full attribute walk for Intuos4 WL: http://pastebin.com/nj8qgKk4
Vendor is not reported
here:
drivers/hid/hid-hyperv.c: sprintf(hid_dev->name, "%s", "Microsoft
Vmbus HID-compliant Mouse");
but it's a workaround and I think it's not worth to do it.
--
Regards,
Przemo
-
> master
>
> Cheers,
> Peter
OK, thanks!
It will be at the very bottom of my TODO list for Wacom :-)
--
Cheers,
Przemo
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing mak
The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL" and
to make it consistent with other Wacom devices it has to be converted to
"Wacom PTK-540WL". It also makes userland applications aware that it's a Wacom
device.
Signed-off-by: Przemo Firszt
---
Please comment if you're OK with the name or it should be rather "Wacom
Intuos4 WL" or maybe something else.
I hope it's safe to override the name in the way used...
--
Regards,
Przemo
--
Try befo
Dnia 15 Lutego 2012, 12:06 am, Śr, Peter Hutterer napisał(a):
> On Mon, Feb 13, 2012 at 04:01:17PM -0600, Chris Bagwell wrote:
>> On Mon, Feb 13, 2012 at 3:26 PM, Przemo Firszt wrote:
>> > Please comment if you're OK with the name or it should be rather
>> &qu
[..]
I made an executive decision ;-) and the name will be the same as in
drivers/input/tablet/wacom_wac.c -> "Wacom Intuos4 WL"
Thanks for your input!
--
Regards,
Przemo Firszt
--
Virtualization &
The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL" and
to make it consistent with other Wacom devices it has to be converted to
"Wacom Intuos4 WL". It also makes userland applications aware that it's
a Wacom device.
Signed-off-by: Przemo Firszt
---
Don't zero the current tool before reporting its release to the input
subsystem.
Signed-off-by: Aristeu Rozanski
Tested-by: Przemo Firszt
---
drivers/hid/hid-wacom.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wa
ot;Wacom Intuos4 WL pad" TabletDebugLevel 10 can't work if there
is no tablet connected.
--
regards
Przemo Firszt
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use o
Dnia 2012-02-22, śro o godzinie 19:55 +, Przemo Firszt pisze:
[..]
> I understand that usbInitProtocol5 should initialise protocol v5 but I can't
> find where it's called.
> The same for usbInitProtocol4.
>
> Any hints?
>
I'll answer my own question: a
ABS_MISC has to be set for Intuos4 WL otherwise xorg driver won't use proper
protocol and the information about tool id and serial is lost.
Signed-off-by: Przemo Firszt
---
drivers/hid/hid-wacom.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/hid/hid-waco
1 - 100 of 228 matches
Mail list logo