* [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC [not found] <e44ae5e0712172128p4e1428aao493d0a1725b6fcd3@mail.gmail.com> @ 2008-03-28 0:29 ` Antti Palosaari 2008-03-29 0:31 ` ptay1685 2008-03-29 21:49 ` Patrick Boettcher 0 siblings, 2 replies; 6+ messages in thread From: Antti Palosaari @ 2008-03-28 0:29 UTC (permalink / raw) To: Patrick Boettcher, ptay1685, John; +Cc: linux-dvb, k.bannister [-- Attachment #1: Type: text/plain, Size: 518 bytes --] hello USB-ID for Leadtek Winfast DTV Signed-off-by: Antti Palosaari <crope@iki.fi> Patch done against current development-tree at http://linuxtv.org/hg/~pb/v4l-dvb/ Patrick, could you check and add it? Could ptay1685 or John or some other test this? Keith Bannister wrote: > I hopped onto the IRC channel and crope` (thanks mate) advised me to > change dvb-usb-ids.h to > > #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f01 Sorry, I forgot make patch earlier... regards Antti -- http://palosaari.fi/ [-- Attachment #2: Leadtek_Winfast_DTV_Dongle_6f01.patch --] [-- Type: text/x-diff, Size: 1589 bytes --] diff -r 3d252c252869 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sat Mar 22 23:19:38 2008 +0100 +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Fri Mar 28 02:15:01 2008 +0200 @@ -1115,6 +1115,8 @@ struct usb_device_id dib0700_usb_id_tabl { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_EC372S) }, { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_EXPRESS) }, { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS) }, + { USB_DEVICE(USB_VID_LEADTEK, + USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) }, { 0 } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); @@ -1179,7 +1181,8 @@ struct dvb_usb_device_properties dib0700 { NULL }, }, { "Leadtek Winfast DTV Dongle (STK7700P based)", - { &dib0700_usb_id_table[8], NULL }, + { &dib0700_usb_id_table[8], + &dib0700_usb_id_table[34], NULL }, { NULL }, }, { "AVerMedia AVerTV DVB-T Express", diff -r 3d252c252869 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sat Mar 22 23:19:38 2008 +0100 +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Fri Mar 28 02:15:01 2008 +0200 @@ -180,6 +180,7 @@ #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 +#define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01 #define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 #define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 #define USB_PID_GENPIX_8PSK_REV_2 0x0202 [-- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC 2008-03-28 0:29 ` [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC Antti Palosaari @ 2008-03-29 0:31 ` ptay1685 2008-03-29 9:58 ` Antti Palosaari 2008-03-29 21:49 ` Patrick Boettcher 1 sibling, 1 reply; 6+ messages in thread From: ptay1685 @ 2008-03-29 0:31 UTC (permalink / raw) To: Antti Palosaari, Patrick Boettcher, John; +Cc: linux-dvb, k.bannister Didnt work for me, sorry. Device still not detected. Probably me not getting the sources correctly or something - i followed the directions on linuxtv.org website. Regards, Phil T. ----- Original Message ----- From: "Antti Palosaari" <crope@iki.fi> To: "Patrick Boettcher" <patrick.boettcher@desy.de>; "ptay1685" <ptay1685@Bigpond.net.au>; "John" <bitumen.surfer@gmail.com> Cc: <linux-dvb@linuxtv.org>; <k.bannister@ieee.org> Sent: Friday, March 28, 2008 11:29 AM Subject: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC > hello > USB-ID for Leadtek Winfast DTV > > Signed-off-by: Antti Palosaari <crope@iki.fi> > > Patch done against current development-tree at > http://linuxtv.org/hg/~pb/v4l-dvb/ > Patrick, could you check and add it? > > Could ptay1685 or John or some other test this? > > Keith Bannister wrote: >> I hopped onto the IRC channel and crope` (thanks mate) advised me to >> change dvb-usb-ids.h to >> >> #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f01 > > Sorry, I forgot make patch earlier... > > regards > Antti > -- > http://palosaari.fi/ > -------------------------------------------------------------------------------- > diff -r 3d252c252869 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c > --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sat Mar 22 > 23:19:38 2008 +0100 > +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Fri Mar 28 > 02:15:01 2008 +0200 > @@ -1115,6 +1115,8 @@ struct usb_device_id dib0700_usb_id_tabl > { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_EC372S) }, > { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_EXPRESS) }, > { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS) }, > + { USB_DEVICE(USB_VID_LEADTEK, > + USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) }, > { 0 } /* Terminating entry */ > }; > MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); > @@ -1179,7 +1181,8 @@ struct dvb_usb_device_properties dib0700 > { NULL }, > }, > { "Leadtek Winfast DTV Dongle (STK7700P based)", > - { &dib0700_usb_id_table[8], NULL }, > + { &dib0700_usb_id_table[8], > + &dib0700_usb_id_table[34], NULL }, > { NULL }, > }, > { "AVerMedia AVerTV DVB-T Express", > diff -r 3d252c252869 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sat Mar 22 23:19:38 > 2008 +0100 > +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Fri Mar 28 02:15:01 > 2008 +0200 > @@ -180,6 +180,7 @@ > #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 > #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 > #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 > +#define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01 > #define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 > #define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 > #define USB_PID_GENPIX_8PSK_REV_2 0x0202 > -------------------------------------------------------------------------------- > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC 2008-03-29 0:31 ` ptay1685 @ 2008-03-29 9:58 ` Antti Palosaari 0 siblings, 0 replies; 6+ messages in thread From: Antti Palosaari @ 2008-03-29 9:58 UTC (permalink / raw) To: ptay1685; +Cc: k.bannister, linux-dvb ptay1685 wrote: > Didnt work for me, sorry. Device still not detected. > > Probably me not getting the sources correctly or something - i followed the > directions on linuxtv.org website. hg clone http://linuxtv.org/hg/~pb/v4l-dvb/ cd v4l-dvb/ patch -p1 < ../Leadtek_Winfast_DTV_Dongle_6f01.patch make make install Antti -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC 2008-03-28 0:29 ` [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC Antti Palosaari 2008-03-29 0:31 ` ptay1685 @ 2008-03-29 21:49 ` Patrick Boettcher 2008-03-29 22:12 ` Antti Palosaari 1 sibling, 1 reply; 6+ messages in thread From: Patrick Boettcher @ 2008-03-29 21:49 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb, ptay1685, k.bannister Hi Antti, Daryll Green was first - I committed his patch. Sorry, Patrick. -- Mail: patrick.boettcher@desy.de WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/ On Fri, 28 Mar 2008, Antti Palosaari wrote: > hello > USB-ID for Leadtek Winfast DTV > > Signed-off-by: Antti Palosaari <crope@iki.fi> > > Patch done against current development-tree at > http://linuxtv.org/hg/~pb/v4l-dvb/ > Patrick, could you check and add it? > > Could ptay1685 or John or some other test this? > > Keith Bannister wrote: >> I hopped onto the IRC channel and crope` (thanks mate) advised me to >> change dvb-usb-ids.h to >> >> #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f01 > > Sorry, I forgot make patch earlier... > > regards > Antti > -- > http://palosaari.fi/ > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC 2008-03-29 21:49 ` Patrick Boettcher @ 2008-03-29 22:12 ` Antti Palosaari 2008-03-30 1:00 ` J 0 siblings, 1 reply; 6+ messages in thread From: Antti Palosaari @ 2008-03-29 22:12 UTC (permalink / raw) To: Patrick Boettcher; +Cc: linux-dvb, ptay1685, k.bannister hello Patrick Boettcher wrote: > Hi Antti, > > Daryll Green was first - I committed his patch. yes, his patch looks just fine, no problem. I did not see Darylls patch earlier... regards Antti > > Sorry, > Patrick. > > -- > Mail: patrick.boettcher@desy.de > WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/ > > On Fri, 28 Mar 2008, Antti Palosaari wrote: > >> hello >> USB-ID for Leadtek Winfast DTV >> >> Signed-off-by: Antti Palosaari <crope@iki.fi> >> >> Patch done against current development-tree at >> http://linuxtv.org/hg/~pb/v4l-dvb/ >> Patrick, could you check and add it? >> >> Could ptay1685 or John or some other test this? >> >> Keith Bannister wrote: >>> I hopped onto the IRC channel and crope` (thanks mate) advised me to >>> change dvb-usb-ids.h to >>> >>> #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f01 >> Sorry, I forgot make patch earlier... >> >> regards >> Antti >> -- >> http://palosaari.fi/ >> > > > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC 2008-03-29 22:12 ` Antti Palosaari @ 2008-03-30 1:00 ` J 0 siblings, 0 replies; 6+ messages in thread From: J @ 2008-03-30 1:00 UTC (permalink / raw) To: Antti Palosaari, Patrick Boettcher; +Cc: linux-dvb Hi, The proposed patch appears to do the job for me. At least when I plug in the dongle I get this in my messages: Mar 30 11:54:47 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 8 Mar 30 11:54:47 localhost kernel: usb 1-4: configuration #1 chosen from 1 choice Mar 30 11:54:47 localhost kernel: dib0700: loaded with support for 5 different device-types Mar 30 11:54:47 localhost kernel: dvb-usb: found a 'Leadtek Winfast DTV Dongle (STK7700P based)' in cold state, will try to load a firmware Mar 30 11:54:47 localhost kernel: dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw' Mar 30 11:54:48 localhost kernel: dib0700: firmware started successfully. Mar 30 11:54:48 localhost kernel: dvb-usb: found a 'Leadtek Winfast DTV Dongle (STK7700P based)' in warm state. Mar 30 11:54:48 localhost kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Mar 30 11:54:48 localhost kernel: DVB: registering new adapter (Leadtek Winfast DTV Dongle (STK7700P based)) Mar 30 11:54:48 localhost kernel: DVB: registering frontend 0 (DiBcom 7000PC)... Mar 30 11:54:48 localhost kernel: MT2060: successfully identified (IF1 = 1220) Mar 30 11:54:49 localhost kernel: input: IR-receiver inside an USB DVB receiver as /class/input/input11 Mar 30 11:54:49 localhost kernel: dvb-usb: schedule remote query interval to 150 msecs. Mar 30 11:54:49 localhost kernel: dvb-usb: Leadtek Winfast DTV Dongle (STK7700P based) successfully initialized and connected. Mar 30 11:54:49 localhost kernel: usbcore: registered new interface driver dvb_usb_dib0700 Thanks J _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-03-30 1:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <e44ae5e0712172128p4e1428aao493d0a1725b6fcd3@mail.gmail.com>
2008-03-28 0:29 ` [linux-dvb] [PATCH] new USB-ID for Leadtek Winfast DTV was: Re: New Leadtek Winfast DTV Dongle working - with mods but no RC Antti Palosaari
2008-03-29 0:31 ` ptay1685
2008-03-29 9:58 ` Antti Palosaari
2008-03-29 21:49 ` Patrick Boettcher
2008-03-29 22:12 ` Antti Palosaari
2008-03-30 1:00 ` J
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox