V4L/DVB (11686): gspca - m5602-s5k4aa: Disable SXGA resolution for now
SXGA resolution needs more testing. Disable it for now Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
ff1e6a2155
commit
65bd761e9a
@@ -64,17 +64,6 @@ static
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct v4l2_pix_format s5k4aa_modes[] = {
|
static struct v4l2_pix_format s5k4aa_modes[] = {
|
||||||
{
|
|
||||||
1280,
|
|
||||||
1024,
|
|
||||||
V4L2_PIX_FMT_SBGGR8,
|
|
||||||
V4L2_FIELD_NONE,
|
|
||||||
.sizeimage =
|
|
||||||
1280 * 1024,
|
|
||||||
.bytesperline = 1280,
|
|
||||||
.colorspace = V4L2_COLORSPACE_SRGB,
|
|
||||||
.priv = 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
640,
|
640,
|
||||||
480,
|
480,
|
||||||
|
Reference in New Issue
Block a user