> +#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 ? Which reminds me - Linus said he prefers to have a struct v4l_ops { int (*set_window)(....) int (*get_window)(.. } type set up with one ioctl parser in the core code and sensible interfaces in the driver code - which fits nicely with the V4l2 proposal