mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
media: saa7164: Fix REV2 firmware filename
The wrong firmware file is listed, leading to non functional devices on REV2 models. Signed-off-by: Bradford Love <brad@nextdimension.cc> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
57c3c67fce
commit
ca3e8eaaa4
@@ -10,8 +10,8 @@
|
||||
|
||||
#include "saa7164.h"
|
||||
|
||||
#define SAA7164_REV2_FIRMWARE "NXP7164-2010-03-10.1.fw"
|
||||
#define SAA7164_REV2_FIRMWARE_SIZE 4019072
|
||||
#define SAA7164_REV2_FIRMWARE "v4l-saa7164-1.0.2-3.fw"
|
||||
#define SAA7164_REV2_FIRMWARE_SIZE 4038864
|
||||
|
||||
#define SAA7164_REV3_FIRMWARE "NXP7164-2010-03-10.1.fw"
|
||||
#define SAA7164_REV3_FIRMWARE_SIZE 4019072
|
||||
|
||||
Reference in New Issue
Block a user