Alan Cox wrote: > > > +#define VIDEO_PALETTE_YUY2 7 /* 4:2:2 YUYV */ > > +#define VIDEO_PALETTE_YUV422 VIDEO_PALETTE_YUY2 /* deprecated */ > > +#define VIDEO_PALETTE_Y41P 8 /* 4:1:1 UYVYUYVYYYYY */ > > +#define VIDEO_PALETTE_YUYV VIDEO_PALETTE_Y41P /* deprecated */ > > Lets sort the naming out in 2.5 as we go towards a more V4l2 based setup ? Your call, but that does mean it'd be a while until the sane names get into a stable kernel, and this keeps coming up on the V4L list. Keeping the deprecated names as above does mean that it wouldn't break anything based on 2.4. Ben