From: Mauro Carvalho Chehab Date: Fri, 4 Feb 2011 13:42:09 +0000 (-0300) Subject: [media] tuner-core: Better implement standby mode X-Git-Tag: v2.6.39-rc1~86^2~339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbde689823776d187ba1b307a171625dbc02dd4f;p=pandora-kernel.git [media] tuner-core: Better implement standby mode In the past, T_STANDBY were used on devices with a separate radio tuner to mark a tuner that were disabled. With the time, it got newer meanings. Also, due to a bug at the logic, the driver might incorrectly return T_STANDBY to userspace. So, instead of keeping the abuse, just use a boolean for storing such information. We can't remove T_STANDBY yet, as this is used on two other drivers. A latter patch will address its usage outside tuner-core. Thanks-to: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed