mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
V4L/DVB (13255): gspca - m5602-s5k4aa: Add vflip quirk for the Bruneinit laptop
Adds a vflip quirk for the Bruneinit laptop. Thanks to Jörg for the report 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
dcff9cfe43
commit
b6ef8836c1
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@ static
|
|||
const
|
||||
struct dmi_system_id s5k4aa_vflip_dmi_table[] = {
|
||||
{
|
||||
.ident = "BRUNEINIT",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "BRUNENIT"),
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "BRUNENIT"),
|
||||
DMI_MATCH(DMI_BOARD_VERSION, "00030D0000000001")
|
||||
}
|
||||
}, {
|
||||
.ident = "Fujitsu-Siemens Amilo Xa 2528",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
|
||||
|
|
Loading…
Reference in a new issue