]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
em28xx: Make all em28xx extensions to be initialized asynchronously
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 2 Oct 2012 18:35:27 +0000 (15:35 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:46:53 +0000 (05:46 +0900)
commit66e344ab05d50310ec8047ce2464b75044dd711f
tree055ffa28240f58c1a3ee914531a135133851592e
parenta13cda3e7a332b57823986b4705216ea5ee1509f
em28xx: Make all em28xx extensions to be initialized asynchronously

commit 6ae5e060840589f567c1837613e8a9d34fc9188a upstream.

em28xx-dvb, em28xx-alsa and em28xx-ir are typically initialized
asyncrhronously. The exception for it is when those modules
are loaded before em28xx (or before an em28xx card insertion) or
when they're built in.

Make the extentions to always load asynchronously. That allows
having all DVB firmwares loaded synchronously with udev-182.

Antti tested it with the following hardware:
Hauppauge WinTV HVR 930C
MaxMedia UB425-TC
PCTV QuatroStick nano (520e)

Tested-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/video/em28xx/em28xx-cards.c