Skip to content

Commit

Permalink
[PATCH] v4l: (958) Make cx25840 use firmware image named 'cx25840.fw'
Browse files Browse the repository at this point in the history
Change default filename of firmware image to 'cx25840.fw'

Signed-off-by: Tyler Trafford <tatrafford@comcast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Tyler Trafford authored and Linus Torvalds committed Nov 14, 2005
1 parent 4aabf63 commit 3717e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cx25840/cx25840-firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "cx25840.h"

#define FWFILE "HcwMakoA.ROM"
#define FWFILE "cx25840.fw"
#define FWSEND 1024

#define FWDEV(x) &((x)->adapter->dev)
Expand Down

0 comments on commit 3717e17

Please sign in to comment.