summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio/radio-terratec.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-12 05:05:10 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-12 05:05:10 +0000
commit215aa89455a6032cdf605bdd4b5064b8c14b8067 (patch)
treeed8d440d9afb551eb02c471abf833da48ade5e09 /linux/drivers/media/radio/radio-terratec.c
parent94a01f9a0f103d0960f2c005ed6c995982489054 (diff)
downloadmediapointer-dvb-s2-215aa89455a6032cdf605bdd4b5064b8c14b8067.tar.gz
mediapointer-dvb-s2-215aa89455a6032cdf605bdd4b5064b8c14b8067.tar.bz2
Skip reading eeprom in newer Empia devices
From: Devin Heitmueller <devin.heitmueller@gmail.com> Skip reading eeprom in newer Empia devices Empia switched to a 16-bit addressable eeprom in newer devices. While we could certainly write a routine to read the eeprom, there is nothing of use in there that cannot be accessed through registers, and there is the risk that we could corrupt the eeprom (since a 16-bit read call is interpreted as a write call by 8-bit eeproms). So just be safe and bail out of the function. Thanks for Ray Lu from Empia for providing the em2874 datasheet. Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/radio/radio-terratec.c')
0 files changed, 0 insertions, 0 deletions