Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-06 Thread Frank Schäfer
Am 06.02.2013 17:03, schrieb Mauro Carvalho Chehab: > Em Wed, 06 Feb 2013 16:31:41 +0100 > Frank Schäfer escreveu: > >> Am 05.02.2013 23:06, schrieb Mauro Carvalho Chehab: >>> Em Tue, 05 Feb 2013 22:37:50 +0100 >>> Frank Schäfer escreveu: >>> Am 05.02.2013 21:57, schrieb Mauro Carvalho Cheha

Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-06 Thread Mauro Carvalho Chehab
Em Wed, 06 Feb 2013 16:31:41 +0100 Frank Schäfer escreveu: > Am 05.02.2013 23:06, schrieb Mauro Carvalho Chehab: > > Em Tue, 05 Feb 2013 22:37:50 +0100 > > Frank Schäfer escreveu: > > > >> Am 05.02.2013 21:57, schrieb Mauro Carvalho Chehab: > >>> Em Fri, 18 Jan 2013 18:25:48 +0100 > >>> Frank Sc

Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-06 Thread Frank Schäfer
Am 05.02.2013 23:06, schrieb Mauro Carvalho Chehab: > Em Tue, 05 Feb 2013 22:37:50 +0100 > Frank Schäfer escreveu: > >> Am 05.02.2013 21:57, schrieb Mauro Carvalho Chehab: >>> Em Fri, 18 Jan 2013 18:25:48 +0100 >>> Frank Schäfer escreveu: >>> While the current code handles sound interfaces w

Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-05 Thread Mauro Carvalho Chehab
Em Tue, 05 Feb 2013 22:37:50 +0100 Frank Schäfer escreveu: > Am 05.02.2013 21:57, schrieb Mauro Carvalho Chehab: > > Em Fri, 18 Jan 2013 18:25:48 +0100 > > Frank Schäfer escreveu: > > > >> While the current code handles sound interfaces with a number > 0 > >> correctly, it > >> assumes that the

Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-05 Thread Frank Schäfer
Am 05.02.2013 21:57, schrieb Mauro Carvalho Chehab: > Em Fri, 18 Jan 2013 18:25:48 +0100 > Frank Schäfer escreveu: > >> While the current code handles sound interfaces with a number > 0 correctly, >> it >> assumes that the interface number for analog + digital video is always 0 when >> changing t

Re: [PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-02-05 Thread Mauro Carvalho Chehab
Em Fri, 18 Jan 2013 18:25:48 +0100 Frank Schäfer escreveu: > While the current code handles sound interfaces with a number > 0 correctly, > it > assumes that the interface number for analog + digital video is always 0 when > changing the alternate setting. > > (NOTE: the "SpeedLink VAD Laplace

[PATCH] em28xx: fix usb alternate setting for analog and digital video endpoints > 0

2013-01-18 Thread Frank Schäfer
While the current code handles sound interfaces with a number > 0 correctly, it assumes that the interface number for analog + digital video is always 0 when changing the alternate setting. (NOTE: the "SpeedLink VAD Laplace webcam" (EM2765) uses interface number 3 for video) Signed-off-by: Frank