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
nexedi
linux
Commits
be2c6db1
Commit
be2c6db1
authored
Dec 09, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (9799): em28xx: fix Kworld Hybrid 330 (A316) support
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
a5525685
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-cards.c
+4
-2
drivers/media/video/em28xx/em28xx-dvb.c
drivers/media/video/em28xx/em28xx-dvb.c
+1
-0
No files found.
drivers/media/video/em28xx/em28xx-cards.c
View file @
be2c6db1
...
...
@@ -1173,15 +1173,17 @@ struct em28xx_board em28xx_boards[] = {
},
[
EM2883_BOARD_KWORLD_HYBRID_A316
]
=
{
.
name
=
"Kworld PlusTV HD Hybrid 330"
,
.
valid
=
EM28XX_BOARD_NOT_VALIDATED
,
.
tuner_type
=
TUNER_XC2028
,
.
tuner_gpio
=
default_tuner_gpio
,
.
decoder
=
EM28XX_TVP5150
,
.
mts_firmware
=
1
,
.
has_dvb
=
1
,
.
dvb_gpio
=
default_digital
,
.
input
=
{
{
.
type
=
EM28XX_VMUX_TELEVISION
,
.
vmux
=
TVP5150_COMPOSITE0
,
.
amux
=
EM28XX_AMUX_VIDEO
,
.
gpio
=
hauppauge_wintv_hvr_900
_analog
,
.
gpio
=
default
_analog
,
},
{
.
type
=
EM28XX_VMUX_COMPOSITE1
,
.
vmux
=
TVP5150_COMPOSITE1
,
...
...
drivers/media/video/em28xx/em28xx-dvb.c
View file @
be2c6db1
...
...
@@ -412,6 +412,7 @@ static int dvb_init(struct em28xx *dev)
case
EM2883_BOARD_HAUPPAUGE_WINTV_HVR_850
:
case
EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950
:
case
EM2880_BOARD_PINNACLE_PCTV_HD_PRO
:
case
EM2883_BOARD_KWORLD_HYBRID_A316
:
case
EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600
:
dvb
->
frontend
=
dvb_attach
(
lgdt330x_attach
,
&
em2880_lgdt3303_dev
,
...
...
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