[PATCH] V4L 2.2.5 find_vga()

Peter Schlaile (udbz@rz.uni-karlsruhe.de)
Wed, 7 Apr 1999 22:23:09 +0200 (CES)


Hello Alan, linux-kernel,

with this patch find_vga() is called again... Did really nobody notice
this one? It stopped xawtv from working!

Greetings,
Peter

Peter Schlaile *** eMail udbz@rz.uni-karlsruhe.de

To be applied in drivers/char:

--- bttv.c.backup Wed Apr 7 21:20:14 1999
+++ bttv.c Wed Apr 7 21:20:31 1999
@@ -1537,7 +1537,7 @@
audio(btv, AUDIO_UNMUTE);
for (i=users=0; i<bttv_num; i++)
users+=bttvs[i].user;
- if (users==1)
+ if (users==0)
find_vga();
btv->fbuffer=NULL;
if (!btv->fbuffer)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/