Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5297e6f7
Commit
5297e6f7
authored
Mar 23, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (11137): get_dvb_firmware: add cx23885 firmwares
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
b888c5da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
Documentation/dvb/get_dvb_firmware
Documentation/dvb/get_dvb_firmware
+23
-0
No files found.
Documentation/dvb/get_dvb_firmware
View file @
5297e6f7
...
...
@@ -381,6 +381,29 @@ sub cx18 {
$allfiles
;
}
sub
cx23885
{
my
$url
=
"
http://linuxtv.org/downloads/firmware/
";
my
%
files
=
(
'
v4l-cx23885-avcore-01.fw
'
=>
'
a9f8f5d901a7fb42f552e1ee6384f3bb
',
'
v4l-cx23885-enc.fw
'
=>
'
a9f8f5d901a7fb42f552e1ee6384f3bb
',
'
v4l-cx25840.fw
'
=>
'
dadb79e9904fc8af96e8111d9cb59320
',
);
checkstandard
();
my
$allfiles
;
foreach
my
$fwfile
(
keys
%
files
)
{
wgetfile
(
$fwfile
,
"
$url
/
$fwfile
");
verify
(
$fwfile
,
$files
{
$fwfile
});
$allfiles
.=
"
$fwfile
";
}
$allfiles
=~
s/^\s//
;
$allfiles
;
}
sub
or51132_qam
{
my
$fwfile
=
"
dvb-fe-or51132-qam.fw
";
my
$url
=
"
http://linuxtv.org/downloads/firmware/
$fwfile
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment