Hi,
it still doesnt compile under 2.6.16 - Patch attached - it seems to be
just some debugging decoding with no more existant structures:

diff -Nur pwc/pwc-v4l.c pwc.flo/pwc-v4l.c
--- pwc/pwc-v4l.c       2006-02-15 11:28:13.000000000 +0100
+++ pwc.flo/pwc-v4l.c   2006-03-20 13:55:54.000000000 +0100
@@ -367,10 +367,12 @@
                        PWC_DEBUG_IOCTL("ioctl 0x%x (v4l1, VIDIOC%s)\n", cmd,
                                        (_IOC_NR(cmd) < V4L1_IOCTLS) ?  
v4l1_ioctls[_IOC_NR(cmd)] : "???");
                        break;
+#if 0
                case 'V':
                        PWC_DEBUG_IOCTL("ioctl 0x%x (v4l2, %s)\n", cmd,
                                        v4l2_ioctl_names[_IOC_NR(cmd)]);
                        break;
+#endif
                default:
                        PWC_DEBUG_IOCTL("ioctl 0x%x (unknown)\n", cmd);
        }

Flo
-- 
Florian Lohoff                  [EMAIL PROTECTED]             +49-171-2280134
                        Heisenberg may have been here.

Attachment: signature.asc
Description: Digital signature

Reply via email to