On Mon, 17 Mar 2008 23:59:07 +0100
"Albert Comerma" <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED] - Linux&C.
[EMAIL PROTECTED] - 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
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 },
}
},
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb