From: insomniac <insomniac@slackware.it>
To: "Albert Comerma" <albert.comerma@gmail.com>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] New unsupported device
Date: Tue, 18 Mar 2008 00:21:11 +0100 [thread overview]
Message-ID: <20080318002111.2a815091@slackware.it> (raw)
In-Reply-To: <ea4209750803171559q2ab79b17od0f6a6bead0dfcf6@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 749 bytes --]
On Mon, 17 Mar 2008 23:59:07 +0100
"Albert Comerma" <albert.comerma@gmail.com> wrote:
> It's not clear that the patch worked with the differences of the
> source (it has a reference to the identifier matrix). I will try to
> add it just to check there's no problem with that. But tomorrw...
Yes, they differ, so I tried to patch by hand. In attachment the patch
I did based on Antti's patch and your tarball (after a make clean).
Don't really know if that makes sense in my case.
Regards,
--
Andrea Barberio
a.barberio@oltrelinux.com - Linux&C.
andrea.barberio@slackware.it - Slackware Linux Project Italia
GPG key on http://insomniac.slackware.it/gpgkey.asc
2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D
SIP: 5327786, Phone: 06 916503784
[-- Attachment #2: pinnacle.73e.diff --]
[-- Type: text/x-patch, Size: 1148 bytes --]
diff -Nru v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c v4l-dvb-73e/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2008-01-10 13:24:20.000000000 +0100
+++ v4l-dvb-73e/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2008-03-18 00:05:45.000000000 +0100
@@ -854,6 +854,7 @@
/* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) },
/* 21 */{ USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U7000) },
/* 22 */{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV72e) },
+ { USB_DEVICE(USB_VID_PINNACLE, 0x0237) }, // PCTV 73e looks similar as PCTV 2000e
{ 0 } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -895,7 +896,7 @@
},
},
- .num_device_descs = 8,
+ .num_device_descs = 9,
.devices = {
{ "DiBcom STK7700P reference design",
{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
@@ -929,6 +930,10 @@
{ "Gigabyte U7000",
{ &dib0700_usb_id_table[21], NULL },
{ NULL },
+ },
+ { "Pinnacle PCTV 73e",
+ { &dib0700_usb_id_table[14], NULL },
+ { NULL },
}
},
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-03-17 23:23 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-16 17:26 [linux-dvb] New unsupported device insomniac
2008-03-16 20:42 ` Jarryd Beck
2008-03-17 0:19 ` insomniac
2008-03-17 1:09 ` Antti Palosaari
2008-03-17 1:50 ` insomniac
2008-03-17 1:57 ` Antti Palosaari
2008-03-17 1:58 ` insomniac
2008-03-17 2:31 ` Antti Palosaari
2008-03-17 9:41 ` insomniac
2008-03-17 10:48 ` insomniac
2008-03-17 11:09 ` Jarryd Beck
2008-03-17 12:08 ` Antti Palosaari
2008-03-17 12:35 ` Albert Comerma
2008-03-17 12:42 ` Albert Comerma
2008-03-17 17:28 ` insomniac
2008-03-17 18:15 ` insomniac
2008-03-17 20:33 ` insomniac
2008-03-17 21:12 ` Albert Comerma
2008-03-17 21:18 ` insomniac
[not found] ` <20080317221546.6a4dd75e@slackware.it>
[not found] ` <ea4209750803171420t55f203eev3ba21b70d93bc39f@mail.gmail.com>
2008-03-17 21:24 ` insomniac
[not found] ` <ea4209750803171427x45224559l4b60f804401e6c87@mail.gmail.com>
[not found] ` <ea4209750803171438x34e25fb5o6bbfa91b38defa2e@mail.gmail.com>
2008-03-17 22:46 ` insomniac
2008-03-17 22:59 ` Albert Comerma
2008-03-17 23:21 ` insomniac [this message]
2008-03-18 10:20 ` Albert Comerma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080318002111.2a815091@slackware.it \
--to=insomniac@slackware.it \
--cc=albert.comerma@gmail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox