Date: Fri, 10 Apr 1998 18:11:13 +0200 (MET DST) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: multimedia@FreeBSD.ORG Subject: New patches for VIC Message-ID: <199804101611.SAA08375@labinfo.iet.unipi.it>
next in thread | raw e-mail | index | archive | help
[apologies to the people in Bcc if they receive this twice -- but I am
hoping them can test, enhance and possibly commit some of this stuff...]
I have put up a set of patches for vic -- as in the 2.2.6-RELEASE port
(i suppose this is also the one in -current).
The most noticeable additions are:
* a working x11-grabber (uses a new file, grabber-x11.cc);
* a "Freeze" button;
* control panel for the Brooktree/Meteor (it also controls the tuner)
The latter also requires a very small patch to /sys/pci/brooktree848.c
@@ -1427,7 +1433,10 @@
switch ( MINOR( minor(dev) ) ) {
case VIDEO_DEV:
- return( video_ioctl( bktr, unit, cmd, arg, pr ) );
+ { int retcode = video_ioctl( bktr, unit, cmd, arg, pr ) ;
+ if (retcode != ENOTTY)
+ return retcode ;
+ }
case TUNER_DEV:
return( tuner_ioctl( bktr, unit, cmd, arg, pr ) );
cheers
luigi
-----------------------------+--------------------------------------
Luigi Rizzo | Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it | Universita' di Pisa
tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804101611.SAA08375>
