On Thu, Oct 20, 2005 at 09:36:59AM +0200, Kenneth Lavrsen wrote: > Luc > > But I then took your linux-2.6.13_pwc-10.0.8.patch.bz2 and installed > that. And that installs cleanly. [...] > So I changed the version in your 10.0.8 code to 10.0.8 and made a tar.gz > which I attach with this email. Besides changing the 7 to 8 it is just > your own files from the kernel patch. > > You should put this 10.0.8 in your source directory.
Ok as i forgot to produce a tarball release for 10.0.8, I'll bump the release directly to 10.0.9, and produce a patch for kernel 2.6.13, and 2.6.14-rc4. It's a prerelease, and if anyone don't see a bug in it, i'll make the release tomorrow (after i'll be in vacation and moving to a new home without an full internet access). Please test the tarball, and the patch is possible. Changelog for this release * Make a rc1 * Fix a bug reported by Brendan Burns <[EMAIL PROTECTED]> f->index is always set to null after a VIDIOC_ENUM_FMT ioctl * Patch by Alistair John Strachan <[EMAIL PROTECTED]> Add more settings using "v4l2" ioctls * Patch by Ivor Hewitt <[EMAIL PROTECTED]> Some program (kopete) try to detect the maximum/minimum resolution of the webcam using the VIDIOC_S_FMT syscall. It's bad ... The best way is video, is to try normalized video format, and give it to TRY_FMT. * Status of the snapshot button is reported in the syfs interface * From Florian Engelhardt <[EMAIL PROTECTED]> changes to be able to build on 2.6.12-rc3-mm1 * Fix compatibility with 2.6.13-rc3 * Update Makefile for Suse 9.3 * Make power_save default on camera Logitech QuickCam Zoom (new model) Diffstat between the two release: pwc-ctrl.c | 13 ++--- pwc-if.c | 28 +++++++++++ pwc-v4l.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++------------ pwc.h | 23 ++++++++- 4 files changed, 168 insertions(+), 39 deletions(-) Thanks for reporting to me this problem, and thanks for all people that send me patches and bug report. Luc _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
