public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: insomniac <insomniac@slackware.it>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] New unsupported device
Date: Mon, 17 Mar 2008 04:31:51 +0200	[thread overview]
Message-ID: <47DDD817.9020605@iki.fi> (raw)
In-Reply-To: <20080317025849.49b07428@slackware.it>

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

insomniac wrote:
> On Mon, 17 Mar 2008 03:57:29 +0200
> Antti Palosaari <crope@iki.fi> wrote:
> 
>> I think it is not correct driver .inf file. inf-file you have is for 
>> Pinnacle PCTV 72e with product ID 0236 and lsusb you have has product
>> ID 0237.
> 
> You are right. Here is the correct (I think) .inf
> http://rafb.net/p/UFxQHw88.html

yes, thats correct. I made simple patch, you can test if it does 
something nasty. You can also look dib0700_devices.c file and try some 
changes. Patch can be applied towards current v4l-dvb-master.

regards
Antti
-- 
http://palosaari.fi/

[-- Attachment #2: pinnacle_pctv_73e_1.patch --]
[-- Type: text/x-diff, Size: 1175 bytes --]

diff -r 2e9a92dbe2be linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Sun Mar 16 12:14:12 2008 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Mon Mar 17 04:28:33 2008 +0200
@@ -905,6 +905,7 @@ struct usb_device_id dib0700_usb_id_tabl
 		{ USB_DEVICE(USB_VID_ASUS,      USB_PID_ASUS_U3100) },
 /* 25 */	{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_3) },
 		{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
+		{ USB_DEVICE(USB_VID_PINNACLE,  0x0237) }, // PCTV 73e looks similar as PCTV 2000e
 		{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1032,7 +1033,7 @@ struct dvb_usb_device_properties dib0700
 			}
 		},
 
-		.num_device_descs = 4,
+		.num_device_descs = 5,
 		.devices = {
 			{   "Pinnacle PCTV 2000e",
 				{ &dib0700_usb_id_table[11], NULL },
@@ -1048,6 +1049,10 @@ struct dvb_usb_device_properties dib0700
 			},
 			{   "DiBcom STK7700D reference design",
 				{ &dib0700_usb_id_table[14], NULL },
+				{ NULL },
+			},
+			{   "Pinnacle PCTV 73e",
+				{ &dib0700_usb_id_table[27], 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

  reply	other threads:[~2008-03-17  2:32 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 [this message]
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
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=47DDD817.9020605@iki.fi \
    --to=crope@iki.fi \
    --cc=insomniac@slackware.it \
    --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