mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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 <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
79c3576a19
commit
951872a819
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user