From: Mauro Carvalho Chehab Date: Sun, 10 Aug 2014 00:47:11 +0000 (-0300) Subject: [media] au0828: don't let the IR polling thread to run at suspend X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaeac1991b2c3dff46e0aae5e1d7c7f46ac9eddc;p=pandora-kernel.git [media] au0828: don't let the IR polling thread to run at suspend Trying to make au0828 to suspend can do very bad things, as the polling Kthread is not handled. We should disable it during suspend, only re-enabling it at resume. Still, analog and digital TV won't work, as we don't reinit the settings at resume, but at least it won't hang. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed