This patch adjusts S110's kbd so it doesn't interfere with shooting (ptp) when keeping the KEY_POWER phisically pressed.
Also removed KEY_PRINT entry since I see a number of ports deprecated it.
Added (adjusted per later comments) in trunk changeset 3404 release 3405
For the power problem, is removing KEY_POWER from the key map necessary? I may have misunderstood the problem, but I would expect that just removing it from the mask would be enough.
The reason I ask is that quite a few ports have KEY_POWER in the key map. We should be consistent about how this is handled.
I would say this key should NOT ever be in the key mask. Pressing the power button should shut down whether you are in alt mode or not. I don't think it needs to be in the keymap either, since there are other ways to shut down, but if there is a reason to have it, that's OK with me.
thank you reyalp, removing is probably not necessary but as you say, the power button should stay the power button (also, why would you need to use that?) so.. I think keeping it for reference (commented) is the best option