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

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 a.viamontes.esqui...@gmail.com 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

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

2011-11-06 Thread Chris Bagwell
On Sun, Nov 6, 2011 at 10:00 AM, Chris Bagwell ch...@cnpbagwell.com wrote: On Sun, Nov 6, 2011 at 3:32 AM, Alcides Viamontes Esquivel a.viamontes.esqui...@gmail.com 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]

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 a.viamontes.esqui...@gmail.com wrote: Hi guys, I would like to say thanks for your wonderful job in supporting Wacom tablets. I got one CTH-470

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

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 soe...@schwardtnet.de 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

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 a.viamontes.esqui...@gmail.com 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

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 soe...@schwardtnet.de 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

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 soe...@schwardtnet.de 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 soe...@schwardtnet.de wrote: I added a printk at the top of