Skip to content

Commit

Permalink
[media] tuner-core: Better implement standby mode
Browse files Browse the repository at this point in the history
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 <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2011
1 parent e2d25a2 commit cbde689
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
Loading

0 comments on commit cbde689

Please sign in to comment.