[media] dvb_usb_v2: do not release USB interface when device reconnects
authorAntti Palosaari <crope@iki.fi>
Thu, 14 Jun 2012 23:07:02 +0000 (20:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 4 Aug 2012 10:56:32 +0000 (07:56 -0300)
commitffe4ac92ee5a4a0a236b9583c3173902e158e14b
treed99f699360823a2a560951705f3e2905ace06abb
parentc65bcb95beec39402cb574faa2e17aa1e56c1534
[media] dvb_usb_v2: do not release USB interface when device reconnects

USB core will call disconnect and remove driver for us as device
will disconnect itself. After that it is loaded again as a new
device but it is warm and no firmware loading needed.

Reported-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb_usb_init.c