[Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Alcides Viamontes Esquivel
Hi guys, I would like to say thanks for your wonderful job in supporting Wacom tablets. I got one CTH-470 yesterday and could get it cranking thanks to the work of Chris Bagwell (http://sourceforge.net/mailarchive/message.php?msg_id=28204872) , but I found some sort of bug which I think is rela

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Przemo Firszt
Dnia 2011-11-06, nie o godzinie 10:32 +0100, Alcides Viamontes Esquivel pisze: [..] > I suspect that the real bug is somewhere in the way the packets are > classified, and that somehow wacom_bpt_pen is processing a packet > which is not for her. But I'm really not a kernel developer, so, I > would

[Linuxwacom-devel] Does the ISDv4 report values beyond the edges?

2011-11-06 Thread Cedric Sodhi
Hello, I wanted to ask you a specific question concerning the ISDv4, if someone of you happend not to be on the discuss list. That is, wether the device actually reports values beyond its normal edges. As I described, near the edges, the cursor deviates towards theses edges, when calibrated to "0

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 3:32 AM, Alcides Viamontes Esquivel wrote: > Hi guys, > > I would like to say thanks for your wonderful job in supporting Wacom tablets. > >  I got one CTH-470 yesterday and could get it cranking thanks to the > work of Chris Bagwell > (http://sourceforge.net/mailarchive/mes

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 10:00 AM, Chris Bagwell wrote: > On Sun, Nov 6, 2011 at 3:32 AM, Alcides Viamontes Esquivel > wrote: > So to really see whats happening, you may need to write some debug > code that does a printk() for 1st packet when data[1] == 0 and then > also printk() for the next 5 val

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Sönke Schwardt-Krummrich
Hi Chris, Am Sonntag, 6. November 2011, 17:00:44 schrieb Chris Bagwell: > On Sun, Nov 6, 2011 at 3:32 AM, Alcides Viamontes Esquivel > > wrote: > > Hi guys, > > > > I would like to say thanks for your wonderful job in supporting Wacom > > tablets. > > > > I got one CTH-470 yesterday and could

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Alcides Viamontes Esquivel
That's pretty much it: two packages are emitted constantly: C0 ... and one 0x02 0x01 ... of length 64 that most likely ends in wacom_bpt3_touch_msg Just out of curiosity, what's the position of the guys at Wacom about liberating the protocol info? Regards. On Sun, Nov 6, 2011 at 6:00 PM

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 11:00 AM, Sönke Schwardt-Krummrich wrote: > > I added a printk at the top of wacom_bpt_pen() and sent data[0]...data[8] to > logfile (see attachment). If the packet is ignored by "return 1" another log > message "IGNORED DATA" has been emitted. > Interesting is the part arou

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 12:19 PM, Alcides Viamontes Esquivel wrote: > That's pretty much it: two packages are emitted constantly: C0  ... > and one 0x02 0x01 ...  of length 64 that most likely ends in > > wacom_bpt3_touch_msg OK, thanks. See my other reply for better solution. Can you testing ig

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Sönke Schwardt-Krummrich
Hi Chris, Am Sonntag, 6. November 2011, 20:42:56 schrieb Chris Bagwell: > On Sun, Nov 6, 2011 at 11:00 AM, Sönke Schwardt-Krummrich > > wrote: > > I added a printk at the top of wacom_bpt_pen() and sent > > data[0]...data[8] to logfile (see attachment). If the packet is ignored > > by "return 1"

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 3:21 PM, Sönke Schwardt-Krummrich wrote: > Hi Chris, > > Am Sonntag, 6. November 2011, 20:42:56 schrieb Chris Bagwell: >> On Sun, Nov 6, 2011 at 11:00 AM, Sönke Schwardt-Krummrich >> >> wrote: >> > I added a printk at the top of wacom_bpt_pen() and sent >> > data[0]...data[

Re: [Linuxwacom-devel] Does the ISDv4 report values beyond the edges?

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 9:11 AM, Cedric Sodhi wrote: > Hello, I wanted to ask you a specific question concerning the ISDv4, if > someone of you happend not to be on the discuss list. That is, wether > the device actually reports values beyond its normal edges. > > As I described, near the edges, th