commit | 70375ecc452128d855f89e04b31a0961501cc153 | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Thu Mar 07 19:22:52 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 21 19:01:58 2013 -0300 |
tree | 276e927e0f7820956895bbd4e67728fb5399eb10 | |
parent | 1c72fe2679996a125219caaede542ad6913a3539 [diff] |
[media] af9035: change dual mode boolean to bit field For some reason there seems to be value 0x03 in eeprom for dual mode (and 0x00 for single mode). Boolean is not always 1 bit wide - it could be 8 bit wide too. Storing number 0x03 to boolean causes driver to thing there is 4 tuners in some cases :o Add also some comments regarding to eeprom. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>