On Saturday 12 April 2008 01:50:51 Sean McNeil wrote: > Having only 2 buttons is a little bit of a constraining in some > instances. To provide an extra button, I've modified the I2C to send > MENU_KEY when the power button is pressed and released within a second > and POWER_KEY when held past 1 second. It would be nice to do the same > for the other key, but I'm not certain how to accomplish that. I'd > assume I need a timer.
-1 from me. This should not belong in the kernel. Userland can do that fine, better customizable and much simpler to change. :M:
