]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitaf50c9eeb4e815d87528c404fa57d29045777257
treed99f699360823a2a560951705f3e2905ace06abb
parent677643762c8673ba825a5a23fd39f07a17a098de
[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