From: Alan Stern Date: Thu, 19 Jul 2012 20:08:45 +0000 (-0400) Subject: HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED X-Git-Tag: v3.6-rc1~119^2~1^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b5264d4f77328e45d73cd135772b6e88a4951a;p=pandora-kernel.git HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED This patch (as1595) improves the usbhid driver by using the HID_SUSPENDED bitflag to indicate that the device is suspended rather than using HID_REPORTED_IDLE, which the patch removes. Since HID_SUSPENDED was not being used for anything, and since the name "HID_REPORTED_IDLE" doesn't convey much meaning, the end result is easier to read and understand. Signed-off-by: Alan Stern CC: Oliver Neukum Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed