summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-03-29 02:01:58 -0600
committerMike Isely <isely@pobox.com>2006-03-29 02:01:58 -0600
commitdf9faeeb73f7e2d40d144d32b07dbc8560b5e031 (patch)
tree36ad8540c696f2daff2d126f93bb10ce56935c45 /linux/drivers
parent896235d467ecdcaecf352dae6d1970fdda4caeec (diff)
downloadmediapointer-dvb-s2-df9faeeb73f7e2d40d144d32b07dbc8560b5e031.tar.gz
mediapointer-dvb-s2-df9faeeb73f7e2d40d144d32b07dbc8560b5e031.tar.bz2
Don't reset USB control state during pvrusb2 initialization
From: Mike Isely <isely@pobox.com> Initialization failures in the pvrusb2 driver seem to coincide with attempts to reset parts of the USB core related to this device. This really should not be needed and I suspect it may be doing more harm than good. Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 585f4ee0b..7b27d96ab 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -1229,8 +1229,10 @@ static void pvr2_hdw_setup_low(struct pvr2_hdw *hdw)
cptr->ctl_def->default_value);
}
+#if 0 // Suspect this is doing more harm than good
pvr2_reset_ctl_endpoints(hdw);
if (!pvr2_hdw_dev_ok(hdw)) return;
+#endif
ret = pvr2_hdw_get_eeprom_addr(hdw);
if (!pvr2_hdw_dev_ok(hdw)) return;