Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Stephen Rowles
 Patrick Boettcher wrote:
 [...]

 All users, can you please test, whether I broke something committing all
 of that.


I have just built and started using the new HG, the unknown code problem
with the remote support in my stick flooding /var/log/messages was a pain,
but that was solved by simply wrapping the sensors in LX tape to prevent
it receiving codes ;)

It all seems much more stable, quicker to tune etc.

Thanks for all your work, and others who contributed the patches.


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Jonas Anden
 I have just built and started using the new HG, the unknown code problem
 with the remote support in my stick flooding /var/log/messages was a pain,
 but that was solved by simply wrapping the sensors in LX tape to prevent
 it receiving codes ;)

If you're not going to use the sensor, disable the RC polling by adding
the following line to your modprobe.conf:

options dvb_usb disable_rc_polling=1

That's a cleaner solution in my opinion.

  // J


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Nicolas Will

On Wed, 2008-01-30 at 09:06 +, Stephen Rowles wrote:
  Patrick Boettcher wrote:
  [...]
 
  All users, can you please test, whether I broke something
 committing all
  of that.
 
 
 I have just built and started using the new HG, the unknown code
 problem
 with the remote support in my stick flooding /var/log/messages was a
 pain,
 but that was solved by simply wrapping the sensors in LX tape to
 prevent
 it receiving codes ;)

There is a patch in the wiki for this issue. the codes will still be
there, but there will be no flooding. It works well.

This patch has been announced as an ugly hack by its author, though,
which probably explains why it didn't get merged.

I'm really not the right person to do any coding, believe me, I regret
that fact.

Is there a person around willing to take a lokk?

Nico


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Nicolas Will

On Wed, 2008-01-30 at 10:38 +0100, Jonas Anden wrote:
  I have just built and started using the new HG, the unknown code
 problem
  with the remote support in my stick flooding /var/log/messages was a
 pain,
  but that was solved by simply wrapping the sensors in LX tape to
 prevent
  it receiving codes ;)
 
 If you're not going to use the sensor, disable the RC polling by
 adding
 the following line to your modprobe.conf:
 
 options dvb_usb disable_rc_polling=1
 
 That's a cleaner solution in my opinion.

That one is for the wiki.

Is there a place/file describing all those options?

Nico


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Jonas Anden
  If you're not going to use the sensor, disable the RC polling by
  adding the following line to your modprobe.conf:
  
  options dvb_usb disable_rc_polling=1
  
  That's a cleaner solution in my opinion.
 
 That one is for the wiki.
 
 Is there a place/file describing all those options?

Not that I know of. I found it in the source code while looking at how
to put a patch in to disable the polling. I found it was already
possible ;)

  // J


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Patrick Boettcher
On Wed, 30 Jan 2008, Jonas Anden wrote:

   If you're not going to use the sensor, disable the RC polling by
   adding the following line to your modprobe.conf:
   
   options dvb_usb disable_rc_polling=1
   
   That's a cleaner solution in my opinion.
  
  That one is for the wiki.
  
  Is there a place/file describing all those options?
 
 Not that I know of. I found it in the source code while looking at how
 to put a patch in to disable the polling. I found it was already
 possible ;)

modinfo dvb-usb
modinfo dvb-usb-dib0700

etc.

Patrick.

--
  Mail: [EMAIL PROTECTED]
  WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-30 Thread Jonas Anden
On Wed, 2008-01-30 at 17:05 +0100, Patrick Boettcher wrote:
 On Wed, 30 Jan 2008, Jonas Anden wrote:
 
If you're not going to use the sensor, disable the RC polling by
adding the following line to your modprobe.conf:

options dvb_usb disable_rc_polling=1

That's a cleaner solution in my opinion.
   
   That one is for the wiki.
   
   Is there a place/file describing all those options?
  
  Not that I know of. I found it in the source code while looking at how
  to put a patch in to disable the polling. I found it was already
  possible ;)
 
 modinfo dvb-usb
 modinfo dvb-usb-dib0700


Yeah, sure, you can get it from the compiled modules... I was referring
to a more thorough documentation. To easily get all options available in
your installation (affecting DVB):

for m in `/sbin/lsmod | grep dvb | cut -d ' ' -f 1`; do
  echo $m:;
  /sbin/modinfo $m | grep '^parm:' | cut -b 17- | sed 's/:/\t\t/';
  echo;
done

Sample output on my system, with a Nova-T 500 and a Nova-T Stick, after
some manual reformatting:

dvb_usb_dib0700:

force_lna_activation  force the activation of Low-Noise-Amplifyer(s)
  (LNA), if applicable for the device (default:
  0=automatic/off).
  (int)
debug set debugging level
  (1=info,2=fw,4=fwdata,8=data (or-able)).
  (int)
dvb_usb_dib0700_ir_proto  set ir protocol (0=NEC, 1=RC5 (default),
  2=RC6).
  (int)

dib7000p:
=
debug turn on debugging (default: 0)
  (int)
buggy_sfn_workaround  Enable work-around for buggy SFNs (default: 0)
  (int)

dib7000m:
=
debug turn on debugging (default: 0)
  (int)

dvb_usb:

debug set debugging level (1=info,xfer=2,pll=4,
  ts=8,err=16,rc=32,fw=64,mem=128,uxfer=256
  (or-able)). (int)
disable_rc_pollingdisable remote control polling
  (default: 0).
  (int)
force_pid_filter_usageforce all dvb-usb-devices to use a PID filter,
  if any (default: 0).
  (int)

dvb_core:
=
dvb_net_debug enable debug messages
  (int)
frontend_debugTurn on/off frontend core debugging
  (default:off).
  (int)
dvb_shutdown_timeout  wait shutdown_timeout seconds after
  close() before suspending hardware
  (int)
dvb_force_auto_inversion  0: normal (default),
  1: INVERSION_AUTO forced always
  (int)
dvb_override_tune_delay   0: normal (default),
  0 = delay in milliseconds to wait for
  lock after a tune attempt
  (int)
dvb_powerdown_on_sleep0: do not power down,
  1: turn LNB voltage off on sleep (default)
  (int)
cam_debug enable verbose debug messages
  (int)
debug Turn on/off debugging (default:off).
  (int)
dvbdev_debug  Turn on/off device debugging (default:off).
  (int)

dib3000mc:
==
debug turn on debugging (default: 0)
  (int)
buggy_sfn_workaround  Enable work-around for buggy SFNs (default: 0)
  (int)

dib0070:

debug turn on debugging (default: 0)
  (int)

  // J


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-28 Thread Peter Lord

On Fri, 2008-01-25 at 11:36 +0100, Patrick Boettcher wrote:
 Hi Mauro,
 
 Can you please pull from 
 
 http://linuxtv.org/hg/~pb/v4l-dvb/
 
 for a bunch of changes for DiBcom-based hardware.
 
 All users, can you please test, whether I broke something committing all 
 of that.
 
 Thanks to everyone who contributed to improved device-quality and 
 support. 

I tried this with my TV-QQ usb dvb-t device.  dmesg gives :-

usb 3-4: new high speed USB device using ehci_hcd and address 5
usb 3-4: new device found, idVendor=10b8, idProduct=1e78
usb 3-4: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-4: Product: TV QQ T-03S
usb 3-4: Manufacturer: East Sun Inc.
usb 3-4: SerialNumber: 086755
usb 3-4: configuration #1 chosen from 1 choice
dib0700: loaded with support for 6 different device-types
dvb-usb: found a 'DiBcom STK7700P reference design' in cold state, will try to 
load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'DiBcom STK7700P reference design' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (DiBcom STK7700P reference design)
DVB: registering frontend 0 (DiBcom 7000PC)...
MT2060: successfully identified (IF1 = 1220)
input: IR-receiver inside an USB DVB receiver as /class/input/input9
dvb-usb: schedule remote query interval to 150 msecs.
dvb-usb: DiBcom STK7700P reference design successfully initialized and 
connected.

But it doesn't appear to tune :-

$ dvbscan /usr/share/dvb/scan/dvb-t/uk-CrystalPalace
scanning /usr/share/dvb/scan/dvb-t/uk-CrystalPalace
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 50583 0 3 9 1 0 0 0
 tune to: 
 50583:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING:  tuning failed!!!
 tune to: 
 50583:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
  (tuning failed)
WARNING: filter timeout pid 0x0011
WARNING: filter timeout pid 0x
WARNING: filter timeout pid 0x0010
dumping lists (0 services)
Done.


Is there anything I can do ?

Also, I can't see any sign of analogue ( which, according to the box,
this device is supposed to support ).

cheers,

Pete


-- 
---
Peter Lord

--
Please bottom post, for examples, please see
http://mailformat.dan.info/quoting/bottom-posting.html
and http://www.kassj.com/netiquette/netiquette.html#5





___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-28 Thread Soeren Moch
Patrick Boettcher wrote:
 [...]
 
 All users, can you please test, whether I broke something committing all 
 of that.

Thank you very much for committing the patches. My dib7000p nova-t stick /
vdr combination runs very very stable now.

 Thanks to everyone who contributed to improved device-quality and 
 support. 
 
 best regards,
 Patrick.

Thanks again,
S:oren


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-27 Thread Albert Comerma
I send the patch adding Yuan EC372S card. The patch is done from the current
changes (7d8558f3fc66).

Albert

2008/1/25, Patrick Boettcher [EMAIL PROTECTED]:

 Hi Mauro,

 Can you please pull from

 http://linuxtv.org/hg/~pb/v4l-dvb/

 for a bunch of changes for DiBcom-based hardware.

 All users, can you please test, whether I broke something committing all
 of that.

 Thanks to everyone who contributed to improved device-quality and
 support.

 best regards,
 Patrick.

 --
   Mail: [EMAIL PROTECTED]
   WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/

 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

diff -crB v4l-dvb-7d8558f3fc66-orig/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c v4l-dvb-7d8558f3fc66/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
*** v4l-dvb-7d8558f3fc66-orig/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	2008-01-27 16:23:53.0 +0100
--- v4l-dvb-7d8558f3fc66/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	2008-01-27 16:34:20.0 +0100
***
*** 905,910 
--- 905,911 
  		{ 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_YUAN, USB_PID_YUAN_EC372S) },
  		{ 0 }		/* Terminating entry */
  };
  MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
***
*** 1069,1080 
  			},
  		},
  
! 		.num_device_descs = 1,
  		.devices = {
  			{   ASUS My Cinema U3000 Mini DVBT Tuner,
  { dib0700_usb_id_table[23], NULL },
  { NULL },
  			},
  		}
  	}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
  
--- 1070,1085 
  			},
  		},
  
! 		.num_device_descs = 2,
  		.devices = {
  			{   ASUS My Cinema U3000 Mini DVBT Tuner,
  { dib0700_usb_id_table[23], NULL },
  { NULL },
  			},
+ 			{   Yuan EC372S,
+ { dib0700_usb_id_table[27], NULL },
+ { NULL },
+ 			}
  		}
  	}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
  
diff -crB v4l-dvb-7d8558f3fc66-orig/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h v4l-dvb-7d8558f3fc66/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
*** v4l-dvb-7d8558f3fc66-orig/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	2008-01-27 16:23:53.0 +0100
--- v4l-dvb-7d8558f3fc66/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	2008-01-27 16:27:20.0 +0100
***
*** 46,53 
  #define USB_VID_ULTIMA_ELECTRONIC		0x05d8
  #define USB_VID_UNIWILL0x1584
  #define USB_VID_WIDEVIEW			0x14aa
- /* dom : pour gigabyte u7000 */
  #define USB_VID_GIGABYTE			0x1044
  
  
  /* Product IDs */
--- 46,53 
  #define USB_VID_ULTIMA_ELECTRONIC		0x05d8
  #define USB_VID_UNIWILL0x1584
  #define USB_VID_WIDEVIEW			0x14aa
  #define USB_VID_GIGABYTE			0x1044
+ #define USB_VID_YUAN0x1164
  
  
  /* Product IDs */
***
*** 183,191 
  #define USB_PID_OPERA1_WARM0x3829
  #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD		0x0514
  #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM		0x0513
- /* dom pour gigabyte u7000 */
  #define USB_PID_GIGABYTE_U70000x7001
  #define USB_PID_ASUS_U30000x171f
  #define USB_PID_ASUS_U31000x173f
  
  #endif
--- 183,191 
  #define USB_PID_OPERA1_WARM0x3829
  #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD		0x0514
  #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM		0x0513
  #define USB_PID_GIGABYTE_U70000x7001
  #define USB_PID_ASUS_U30000x171f
  #define USB_PID_ASUS_U31000x173f
+ #define USB_PID_YUAN_EC372S0x1edc
  
  #endif
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Patrick Boettcher
Hi Mauro,

Can you please pull from 

http://linuxtv.org/hg/~pb/v4l-dvb/

for a bunch of changes for DiBcom-based hardware.

All users, can you please test, whether I broke something committing all 
of that.

Thanks to everyone who contributed to improved device-quality and 
support. 

best regards,
Patrick.

--
  Mail: [EMAIL PROTECTED]
  WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Eduard Huguet
2008/1/25, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Send linux-dvb mailing list submissions to
 linux-dvb@linuxtv.org

 To subscribe or unsubscribe via the World Wide Web, visit
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]

 You can reach the person managing the list at
 [EMAIL PROTECTED]

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of linux-dvb digest...

 Today's Topics:

1. PULL request for a bunch of DiBcom-based changes
   (Patrick Boettcher)
2. Re: dib7000p tuning problem solved (Patrick Boettcher)


 -- Missatge reenviat --
 From: Patrick Boettcher [EMAIL PROTECTED]
 To: v4l-dvb maintainer list [EMAIL PROTECTED]
 Date: Fri, 25 Jan 2008 11:36:11 +0100 (CET)
 Subject: [linux-dvb] PULL request for a bunch of DiBcom-based changes
 Hi Mauro,

 Can you please pull from

 http://linuxtv.org/hg/~pb/v4l-dvb/

 for a bunch of changes for DiBcom-based hardware.

 All users, can you please test, whether I broke something committing all
 of that.

 Thanks to everyone who contributed to improved device-quality and
 support.

 best regards,
 Patrick.

 --
   Mail: [EMAIL PROTECTED]
   WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/



Hi,
Are these the Hauppauge Nova-T 500 (and similar) related patches we'be
been talking these days?

Regards,
  Eduard Huguet
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Patrick Boettcher
Just have a look here:

http://linuxtv.org/hg/~pb/v4l-dvb/

and you'll see the patches which made it into. 

Patrick.


On Fri, 25 Jan 2008, Eduard Huguet wrote:

 2008/1/25, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 
  Send linux-dvb mailing list submissions to
  linux-dvb@linuxtv.org
 
  To subscribe or unsubscribe via the World Wide Web, visit
  http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
  or, via email, send a message with subject or body 'help' to
  [EMAIL PROTECTED]
 
  You can reach the person managing the list at
  [EMAIL PROTECTED]
 
  When replying, please edit your Subject line so it is more specific
  than Re: Contents of linux-dvb digest...
 
  Today's Topics:
 
 1. PULL request for a bunch of DiBcom-based changes
(Patrick Boettcher)
 2. Re: dib7000p tuning problem solved (Patrick Boettcher)
 
 
  -- Missatge reenviat --
  From: Patrick Boettcher [EMAIL PROTECTED]
  To: v4l-dvb maintainer list [EMAIL PROTECTED]
  Date: Fri, 25 Jan 2008 11:36:11 +0100 (CET)
  Subject: [linux-dvb] PULL request for a bunch of DiBcom-based changes
  Hi Mauro,
 
  Can you please pull from
 
  http://linuxtv.org/hg/~pb/v4l-dvb/
 
  for a bunch of changes for DiBcom-based hardware.
 
  All users, can you please test, whether I broke something committing all
  of that.
 
  Thanks to everyone who contributed to improved device-quality and
  support.
 
  best regards,
  Patrick.
 
  --
Mail: [EMAIL PROTECTED]
WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/
 
 
 
 Hi,
 Are these the Hauppauge Nova-T 500 (and similar) related patches we'be
 been talking these days?
 
 Regards,
   Eduard Huguet
 

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Eduard Huguet
Ok, thanks. For what I see, these include all patches mentioned on the wiki
minus the one regarding the IR remote.
What about this one? Although it didn't seem to solve the real underlying
problem it really helped by avoiding filling the kernel ring buffer with
errors regarding invalid IR keycodes.

Regards,
  Eduard Huguet



2008/1/25, Patrick Boettcher [EMAIL PROTECTED]:

 Just have a look here:

 http://linuxtv.org/hg/~pb/v4l-dvb/

 and you'll see the patches which made it into.

 Patrick.


 On Fri, 25 Jan 2008, Eduard Huguet wrote:

  2008/1/25, [EMAIL PROTECTED] [EMAIL PROTECTED]
 :
  
   Send linux-dvb mailing list submissions to
   linux-dvb@linuxtv.org
  
   To subscribe or unsubscribe via the World Wide Web, visit
   http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
   or, via email, send a message with subject or body 'help' to
   [EMAIL PROTECTED]
  
   You can reach the person managing the list at
   [EMAIL PROTECTED]
  
   When replying, please edit your Subject line so it is more specific
   than Re: Contents of linux-dvb digest...
  
   Today's Topics:
  
  1. PULL request for a bunch of DiBcom-based changes
 (Patrick Boettcher)
  2. Re: dib7000p tuning problem solved (Patrick Boettcher)
  
  
   -- Missatge reenviat --
   From: Patrick Boettcher [EMAIL PROTECTED]
   To: v4l-dvb maintainer list [EMAIL PROTECTED]
   Date: Fri, 25 Jan 2008 11:36:11 +0100 (CET)
   Subject: [linux-dvb] PULL request for a bunch of DiBcom-based changes
   Hi Mauro,
  
   Can you please pull from
  
   http://linuxtv.org/hg/~pb/v4l-dvb/
  
   for a bunch of changes for DiBcom-based hardware.
  
   All users, can you please test, whether I broke something committing
 all
   of that.
  
   Thanks to everyone who contributed to improved device-quality and
   support.
  
   best regards,
   Patrick.
  
   --
 Mail: [EMAIL PROTECTED]
 WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/
  
 
 
  Hi,
  Are these the Hauppauge Nova-T 500 (and similar) related patches
 we'be
  been talking these days?
 
  Regards,
Eduard Huguet
 

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Nicolas Will

On Fri, 2008-01-25 at 11:36 +0100, Patrick Boettcher wrote:
 Hi Mauro,
 
 Can you please pull from 
 
 http://linuxtv.org/hg/~pb/v4l-dvb/
 
 for a bunch of changes for DiBcom-based hardware.

Mauro,

Could you tell me once this is pulles, I'll clean-up the wiki.


 
 All users, can you please test, whether I broke something committing
 all 
 of that.
 

Patrick,

Thanks for that work,

I'll be testing this tomorrow morning. The system is busy tonight.


 Thanks to everyone who contributed to improved device-quality and 
 support. 

The very same thanks to the very same people.

Nico
happy user


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] PULL request for a bunch of DiBcom-based changes

2008-01-25 Thread Nicolas Will

On Fri, 2008-01-25 at 12:27 +0100, Patrick Boettcher wrote:
 
 Just have a look here:
 
 http://linuxtv.org/hg/~pb/v4l-dvb/
 
 and you'll see the patches which made it into. 

So far, I've seen:

  * MT2060 IF1 frequency from Olivier Danet
(MT1060_IF1_freq_set.diff in wiki)
  * Start streaming fix from you (dib0700-start-streaming-fix.patch
in wiki)
  * Tuning fix from Soeren (dib3000mc_tuning_fix.diff in the wiki)
  * an autosearch on nova-t-500 that I did not know about.

Cool ! 3 out of 4, and a new one.

What about the remote keycode errors?

Thanks for this !

Nico





___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb