V4L/DVB (12878): gspca - m5602-s5k4aa: Add vflip quirk for the GX700
The MSI GX700 is a tricky machine to support. Some revisions do need the sensor flipped, but not all. Add another quirk, distinguished by its BIOS date. Signed-off-by: Brian Kloppenborg <bkloppenborg@gmail.com> Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
9760677417
Коммит
95e6dcd1bb
|
@ -59,6 +59,13 @@ static
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "GX700"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "GX700"),
|
||||||
DMI_MATCH(DMI_BIOS_DATE, "07/26/2007")
|
DMI_MATCH(DMI_BIOS_DATE, "07/26/2007")
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
.ident = "MSI GX700",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "GX700"),
|
||||||
|
DMI_MATCH(DMI_BIOS_DATE, "07/19/2007")
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
.ident = "MSI GX700/GX705/EX700",
|
.ident = "MSI GX700/GX705/EX700",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче