* [PATCH] Add Fujitsu Siemens Amilo Pi 2530 to gspca upside down table
@ 2012-10-18 11:29 Gregor Jasny
2012-10-18 16:40 ` Erik Andrén
0 siblings, 1 reply; 2+ messages in thread
From: Gregor Jasny @ 2012-10-18 11:29 UTC (permalink / raw)
To: linux-media, Erik Andren
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
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
[-- Attachment #2: 0001-Add-Fujitsu-Siemens-Amilo-Pi-2530-to-gspca-upside-do.patch --]
[-- Type: text/plain, Size: 1493 bytes --]
From 82b684714f9cee10c7b5c4c7873cd8e65a937aa3 Mon Sep 17 00:00:00 2001
From: Gregor Jasny <gjasny@googlemail.com>
Date: Thu, 18 Oct 2012 13:20:47 +0200
Subject: [PATCH] Add Fujitsu Siemens Amilo Pi 2530 to gspca upside down table.
The DMI information for this 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
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: FUJITSU SIEMENS
Product Name: F42
Version: 00030D0000000001
Serial Number: <removed>
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
---
drivers/media/usb/gspca/m5602/m5602_s5k4aa.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
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"),
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add Fujitsu Siemens Amilo Pi 2530 to gspca upside down table
2012-10-18 11:29 [PATCH] Add Fujitsu Siemens Amilo Pi 2530 to gspca upside down table Gregor Jasny
@ 2012-10-18 16:40 ` Erik Andrén
0 siblings, 0 replies; 2+ messages in thread
From: Erik Andrén @ 2012-10-18 16:40 UTC (permalink / raw)
To: Gregor Jasny; +Cc: linux-media
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-18 16:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 11:29 [PATCH] Add Fujitsu Siemens Amilo Pi 2530 to gspca upside down table Gregor Jasny
2012-10-18 16:40 ` Erik Andrén
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox