Only 2 cameras seem to have a task named "Feather", this kind of input was quickly discontinued. On the ixus65, the feather can be used sort-of like a jogdial, but it is much less accurate. The manual calls it "touch control dial".
Thanks for the information.
If I understand right, we have
"touch control dial" which shows the icons on touch, and also lets you use some gestures like a jogdial. "jogdial" only.
"jogdial" with "feather", where touches on the jogdial show icons, but otherwise works like a normal jogdial. ixus110, sx210 are examples. Some (all?) of these can see the touches in physw bits, and can use a simple mask.
Other than ixus65, I see ixus75_sd750, ixus860_sd870, ixus900_sd900 have references to "touch control dial" in the manual. I didn't do an exhaustive search.
I blew away the feather code in the ixus860 port when I converted, because it looked like it was #if'd out.
The old ixus75 kbd.c didn't have any feather code.
ixus860 and ixus75 call the task "TouchW", while ixus900 uses "Feather"
edit: ixus850_sd950 also mentions "touch control dial"
The reworked version does not stop the feather input in ALT mode, the firmware continues to receive all events. Not sure where the problem is (the old code was working well).
Please check trunk 4115 or later.