From: Antti Palosaari <crope@iki.fi>
To: linux-dvb@linuxtv.org,
Patrick Boettcher <patrick.boettcher@desy.de>,
Albert Comerma <albert.comerma@gmail.com>,
insomniac <insomniac@slackware.it>
Subject: [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770)
Date: Tue, 18 Mar 2008 19:34:05 +0200 [thread overview]
Message-ID: <47DFFD0D.9060206@iki.fi> (raw)
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
moi
This patch adds support for Pinnacle PCTV 73e DVB-T stick.
Albert, could you also give signed-off-by?
Insomniac, can you still test that there is no copy & paste errors in
this patch :)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Regards
Antti Palosaari
--
http://palosaari.fi/
[-- Attachment #2: pinnacle_pctv_73e_2.patch --]
[-- Type: text/x-diff, Size: 1724 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 Tue Mar 18 19:28:43 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, USB_PID_PINNACLE_PCTV73E) },
{ 0 } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1090,7 +1091,7 @@ struct dvb_usb_device_properties dib0700
},
},
- .num_device_descs = 6,
+ .num_device_descs = 7,
.devices = {
{ "DiBcom STK7070P reference design",
{ &dib0700_usb_id_table[15], NULL },
@@ -1114,6 +1115,10 @@ struct dvb_usb_device_properties dib0700
},
{ "Hauppauge Nova-T MyTV.t",
{ &dib0700_usb_id_table[26], NULL },
+ { NULL },
+ },
+ { "Pinnacle PCTV 73e",
+ { &dib0700_usb_id_table[27], NULL },
{ NULL },
},
},
diff -r 2e9a92dbe2be linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Mar 16 12:14:12 2008 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Tue Mar 18 19:28:43 2008 +0200
@@ -138,6 +138,7 @@
#define USB_PID_PINNACLE_PCTV2000E 0x022c
#define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228
#define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0x0229
+#define USB_PID_PINNACLE_PCTV73E 0x0237
#define USB_PID_PCTV_200E 0x020e
#define USB_PID_PCTV_400E 0x020f
#define USB_PID_PCTV_450E 0x0222
[-- 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 reply other threads:[~2008-03-18 17:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-18 17:34 Antti Palosaari [this message]
2008-03-18 17:48 ` [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770) insomniac
2008-03-18 18:05 ` 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=47DFFD0D.9060206@iki.fi \
--to=crope@iki.fi \
--cc=albert.comerma@gmail.com \
--cc=insomniac@slackware.it \
--cc=linux-dvb@linuxtv.org \
--cc=patrick.boettcher@desy.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.