From: Erik Andrén Date: Tue, 10 Mar 2009 19:45:57 +0000 (-0300) Subject: V4L/DVB (11691): gspca - m5602-ov9650: Add ASUS A6K vflip quirk X-Git-Tag: firefly_0821_release~13887^2~260 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=951872a8198a5a336a49075320197ac5b2e5c6f1;p=firefly-linux-kernel-4.4.55.git V4L/DVB (11691): gspca - m5602-ov9650: Add ASUS A6K vflip quirk The ASUS A6K needs the vflip quirk. Thanks to Marco Baldo for reporting the issue. Signed-off-by: Erik Andrén Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.c b/drivers/media/video/gspca/m5602/m5602_ov9650.c index 8dca1c57dcd5..e0ec7a6ffa6c 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.c +++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c @@ -87,6 +87,13 @@ static DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt") } }, + { + .ident = "ASUS A6K", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "A6K") + } + }, { .ident = "Alienware Aurora m9700", .matches = {