Re: [Linuxwacom-devel] [PATCH 2/3] Input: wacom - remove unneeded ABS_MISC events

2011-12-07 Thread Jason Gerecke
The Graphire 3 doesn't really have a pad, while the 4 does, so I'm actually surprised that its the former that broke rather than the latter. I'd imagine the G3 could get away with the generic protocol without any problems. I didn't test the pad buttons with another device in prox on the G4 so its p

Re: [Linuxwacom-devel] [PATCH 2/3] Input: wacom - remove unneeded ABS_MISC events

2011-12-07 Thread Chris Bagwell
On Wed, Dec 7, 2011 at 2:14 PM, Jason Gerecke wrote: > This patch breaks puck buttons on the Graphire 3. Motion gets through > fine, but clicking (left, middle, or right) is impossible. > Interestingly, scrolling still works. Graphire 4 is unaffected. I see. Thank you for testing. That means Gr

Re: [Linuxwacom-devel] [PATCH 2/3] Input: wacom - remove unneeded ABS_MISC events

2011-12-07 Thread Jason Gerecke
This patch breaks puck buttons on the Graphire 3. Motion gets through fine, but clicking (left, middle, or right) is impossible. Interestingly, scrolling still works. Graphire 4 is unaffected. Jason --- Day xee-nee-svsh duu-'ushtlh-ts'it; nuu-wee-ya' duu-xan' 'vm-nvshtlh-ts'it. Huu-chan xuu naa~-

[Linuxwacom-devel] [PATCH 2/3] Input: wacom - remove unneeded ABS_MISC events

2011-12-01 Thread chris
From: Chris Bagwell For graphire, the ABS_MISC was never sending any information beyond what BTN_TOOL_* was providing. So remove sending event. Bamboo P&T and a left over send for the pen tool even though capability wasn't declared. So remove as well. Signed-off-by: Chris Bagwell --- driver