Message ID | 507FE801.7040102@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2012/10/18 Gregor Jasny <gjasny@googlemail.com>: > Hello, > > I've got an webcam upside down report for the following system: > > System Information > Manufacturer: FUJITSU SIEMENS > Product Name: AMILO Pi 2530 > Version: > Serial Number: > UUID: <removed> > Wake-up Type: Power Switch > SKU Number: Not Specified > Family: Not Specified > > Base Board Information > Manufacturer: FUJITSU SIEMENS > Product Name: F42 > Version: 00030D0000000001 > Serial Number: <removed> > > Currently an entry in the gspca/m5602 quirk table is missing. Please add the > attached patch to the DVB kernel tree. > > Thanks, > Gregor Acked-by: Erik Andrén <erik.andren@gmail.com> -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c b/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c index cc8ec3f..c8e1572 100644 --- a/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c +++ b/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c @@ -74,6 +74,12 @@ static DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pa 2548") } }, { + .ident = "Fujitsu-Siemens Amilo Pi 2530", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), + DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pi 2530") + } + }, { .ident = "MSI GX700", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"),