OSDN Git Service

[media] dvb_usb_v2: remove usb_clear_halt() from stream
authorAntti Palosaari <crope@iki.fi>
Wed, 27 Jun 2012 02:01:31 +0000 (23:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 4 Aug 2012 10:56:39 +0000 (07:56 -0300)
commit5674ca257c6b1553005d5a9d9b8f514c53591203
treeeb801a4b8f599dab48e6cef08ff37e684b72300d
parentb62fd172ff1da93a0c720639e1f64f2a4282f943
[media] dvb_usb_v2: remove usb_clear_halt() from stream

It works no longer as it was designed since we can change streaming
configuration during device operation.

Maybe it should be performed conditionally on cases when streaming
endpoint is changed. Anyhow, let it out now and add later if needed.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/usb_urb.c