mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
V4L/DVB (10010): gspca - m5602: Add vflip quirk for the ASUS A6Ja
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
658efb63e4
commit
3efb6bda07
@ -44,6 +44,13 @@ static
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "A6JC")
|
||||
}
|
||||
},
|
||||
{
|
||||
.ident = "ASUS A6Ja",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "A6J")
|
||||
}
|
||||
},
|
||||
{
|
||||
.ident = "ASUS A6Kt",
|
||||
.matches = {
|
||||
|
Loading…
Reference in New Issue
Block a user