Hi,

What's the easiest way to hijack a long button press? Browsing through other code, it looks like I need to keep track of jiffies, and if the delta between a press and release is over a particular number, then it's a long button press. I just want to confirm this is the way to go, and that there isn't anything in hijack that to denote a long press when getting the data from the ioctl() call.

Thanks,