V4L/DVB (11799): xc5000: don't load firmware until a tuning request is made
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Tue, 28 Apr 2009 17:07:14 +0000 (14:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:06 +0000 (18:21 -0300)
commitee7e63f599ae797c785281ee552c7da98b4efb7d
tree7fd753cf02ad44ebd982a1003caf4f922e832d0e
parentb6bd5eb871184dd976ce2d410888b2a29d90371a
V4L/DVB (11799): xc5000: don't load firmware until a tuning request is made

Defer loading of the xc5000 firmware until it is actually needed.  This helps
on distros that have hald, which results in the device not being available
for use for around ten seconds in cases where the i2c bus is slow (such as
the HVR-950Q).  Also, the firmware load isn't really useful since we
immediately put the device to sleep afterward, which means a firmware reload
will be required anyway.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tuner-core.c