V4L/DVB (11187): pvrusb2: Allow sub-devices to insert correctly
authorMike Isely <isely@pobox.com>
Sat, 7 Mar 2009 04:42:40 +0000 (01:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:37 +0000 (12:43 -0300)
commit0db8556805bdaed865329e55b9a1ad05f9cbd856
treee6722d519e82d7b9e506022013c44da12b88b5c7
parent5f757ddd5f193f54a5a7498d32568b630583503e
V4L/DVB (11187): pvrusb2: Allow sub-devices to insert correctly

A sub-device won't successfully attach to our I2C adapter if its class
isn't set to zero.  Right the class is still set to
I2C_CLASS_TV_ANALOG in order to allow the old mechanism to still
work.  This change temporarily sets the class to zero during the
interval when the sub-device attaches.  This code will get removed
when the old i2c layer is finally removed from the driver.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-hdw.c