From: Andrew Duggan Date: Wed, 6 Aug 2014 20:37:40 +0000 (-0700) Subject: HID: rmi: print an error if F11 is not found instead of stopping the device X-Git-Tag: omap-for-v3.17/fixes-against-rc2~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daebdd7ee30b4ec7dd6a4e90f1f66c86ec113bbc;p=pandora-kernel.git HID: rmi: print an error if F11 is not found instead of stopping the device Currently rmi_probe will return -EIO if the device doesn't report that it has F11. This would indicate that something happened and the device is in the bootloader. We can recover the device using a userspace firmware update tool, but it needs access to the device through the hidraw device file. If the probe returns -EIO the hidraw device won't be created. So instead of failing the probe, just print an error message, but leave the device accessible from userspace. Signed-off-by: Andrew Duggan Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed