Yes, 0x50 does appear to be the address of the palm detect interrupt enable register.Hi,Thanks, I will see if I can get any additional information on this.Also, if you can get the firmware id from your touchpad that would alsofirmware id: 1522295
be useful.
$ sudo ./rmihidtool -f /dev/hidraw0
Andrew
I think I found the source of the problem.
$ ./rmihidtool /dev/hidraw1 -r 0x50 1
0x01 #PalmDetect Interrupt Enable, right?
$ ./rmihidtool /dev/hidraw1 -w 0x50 0 #Disable PalmDetect InterruptThat is weird behavior and I haven't seen anything like that before. I will file a bug to see if firmware has any idea why this is happening.
It makes more sense now that widths greater than 12 trigger the bug.
Andrew
Gabriele