Re: [PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-08-31 Thread Thierry Reding
* Mauro Carvalho Chehab wrote: > Em 01-09-2011 02:19, Thierry Reding escreveu: > > * Mauro Carvalho Chehab wrote: > >> Em 04-08-2011 04:14, Thierry Reding escreveu: > >>> Instead of selecting the default interface setting when preparing > >>> isochronous transfers, select it on the first call to op

Re: [PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-08-31 Thread Mauro Carvalho Chehab
Em 01-09-2011 02:19, Thierry Reding escreveu: > * Mauro Carvalho Chehab wrote: >> Em 04-08-2011 04:14, Thierry Reding escreveu: >>> Instead of selecting the default interface setting when preparing >>> isochronous transfers, select it on the first call to open() to make >>> sure it is available ear

Re: [PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-08-31 Thread Thierry Reding
* Mauro Carvalho Chehab wrote: > Em 04-08-2011 04:14, Thierry Reding escreveu: > > Instead of selecting the default interface setting when preparing > > isochronous transfers, select it on the first call to open() to make > > sure it is available earlier. > > Hmm... I fail to see what this is need

Re: [PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-08-31 Thread Mauro Carvalho Chehab
Em 04-08-2011 04:14, Thierry Reding escreveu: > Instead of selecting the default interface setting when preparing > isochronous transfers, select it on the first call to open() to make > sure it is available earlier. Hmm... I fail to see what this is needed earlier. The ISOC endpont is used only w

[PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-08-04 Thread Thierry Reding
Instead of selecting the default interface setting when preparing isochronous transfers, select it on the first call to open() to make sure it is available earlier. --- drivers/staging/tm6000/tm6000-video.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/d