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@xxxxxx> To: "Patrick Boettcher" <patrick.boettcher@xxxxxxx>; "ptay1685" <ptay1685@xxxxxxxxxxxxxx>; "John" <bitumen.surfer@xxxxxxxxx> Cc: <linux-dvb@xxxxxxxxxxx>; <k.bannister@xxxxxxxx> Sent: Friday, March 28, 2008 11:29 AM Subject: [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@xxxxxx> > > 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@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb