lecotex / vtuner

Automatically exported from code.google.com/p/vtuner
2 stars 2 forks source link

Not same tuner type searched for -f s and -f S same for -f s2 and -f S2 #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start vtunerc.i686 -f s and check type searched for.
2. start vtunerc.i686 -F S and check type searched for.
3. do the same with -f S2 and -f s2

What is the expected output? What do you see instead?

vtunerc.i686 -f s is searching for tuner type 9
vtunerc.i686 -f S is searching for tuner type 1
vtunerc.i686 -f S2 is searching for tuner type: 8 
vtunerc.i686 -f s2 is searching for tuner type: 9

I was thinking that uppercase/lowercase search type should search for the same 
tuner type.

What version of the product are you using? On what operating system?

Ubuntu 11.10 (and 10.10) 32 bits.
vtunerc Revision:3a9233717687

Please provide any additional information below.

I think that normally -f S and -f s should search both for the same tuner type.
Moreover from the test I have done, it seems that the behavior is different if 
you use -f s or -f S with vtunerd.i686
In order to have vtunerc and vtunerd to work properly I start vtunerd check the 
tuner type detected and the use the uppercase or lowercase -f parameter to have 
a match in vtunerc and vtunerd. If there is a mismatch it seems not to work.

Original issue reported on code.google.com by mebep...@gmail.com on 29 Jan 2012 at 5:16