From: David Herrmann Date: Sun, 10 Jun 2012 13:16:22 +0000 (+0200) Subject: HID: uhid: forward open/close events to user-space X-Git-Tag: v3.6-rc1~119^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7191474a5459e6ba7039fadca6a32f3a5731909;p=pandora-kernel.git HID: uhid: forward open/close events to user-space HID core notifies us with *_open/*_close callbacks when there is an actual user of our device. We forward these to user-space so they can react on this. This allows user-space to skip I/O unless they receive an OPEN event. When they receive a CLOSE event they can stop I/O again to save energy. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed