[PATCH 2/2] dvb_usb_v2 Allow d-props.bInterfaceNumber to set the correct interface.

2012-06-13 Thread Malcolm Priestley
Although the interface could be set in identify state, ideally it should be done in the probe. Allow d-props.bInterfaceNumber try to set the correct interface rather than return error. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/dvb_usb_init.c | 11

Re: [PATCH 2/2] dvb_usb_v2 Allow d-props.bInterfaceNumber to set the correct interface.

2012-06-13 Thread Antti Palosaari
On 06/14/2012 01:26 AM, Malcolm Priestley wrote: Although the interface could be set in identify state, ideally it should be done in the probe. Allow d-props.bInterfaceNumber try to set the correct interface rather than return error. Signed-off-by: Malcolm Priestleytvbox...@gmail.com ---