Klaus Schmidinger wrote:
I'm in the process of reintroducing the "multiproto" changes in order to start the 1.7 developer version.
Since I haven't been following the driver development recently I was wondering if somebody could tell me which driver is best to use at this time.
The one at
http://jusst.de/hg/multiproto
is like 4 weeks old, while at
Had been away on a vacation, plus some work, hence no recent changes.
http://linuxtv.org/hg/~endriss/v4l-dvb-av7110-full-ts-mod
there have been recent activities. I'd like to switch to a driver that works with "multiproto" and supports Oliver's full ts mod.
It shouldn't be hard to use the 2 repositories together, it can be used quite straight forward like this:
$ hg clone http://jusst.de/hg/multiproto
$ cd multiproto
$ hg pull -u http://linuxtv.org/hg/~endriss/v4l-dvb-av7110-full-ts-mod
After the pull is complete, it will ask you to merge the heads:
$ hg merge
commit the merge
$ hg commit
You have both the functionality of both trees in one tree. If that looks hard, i can push a tree which is a result of the above outlined steps.
Regards, Manu