From: Antti Palosaari Date: Wed, 6 Jun 2012 18:01:32 +0000 (-0300) Subject: [media] dvb_usb_v2: remove usb_clear_halt() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~663 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ffea88cddd9bd873a03a7c8c65d015a9d56490;p=pandora-kernel.git [media] dvb_usb_v2: remove usb_clear_halt() Calling usb_clear_halt() during device init is not correct. 2 of 7 AF9015 devices I have timeouts next USB control message after usb_clear_halt(). It was originally performed between tuner_attach() and rc_query() and likely not causing problems since rc_query() is repeated continously. None could see it when first rc_query() failed... Secondly it was not called for .generic_bulk_ctrl_endpoint_response. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed