Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4557af9c
Commit
4557af9c
authored
May 23, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (11825): em28xx: add Terratec Grabby
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
d18e2fda
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-cards.c
+18
-0
drivers/media/video/em28xx/em28xx.h
drivers/media/video/em28xx/em28xx.h
+1
-0
No files found.
drivers/media/video/em28xx/em28xx-cards.c
View file @
4557af9c
...
...
@@ -1347,6 +1347,22 @@ struct em28xx_board em28xx_boards[] = {
.
amux
=
EM28XX_AMUX_VIDEO
,
}
},
},
[
EM2860_BOARD_TERRATEC_GRABBY
]
=
{
.
name
=
"Terratec Grabby"
,
.
vchannels
=
2
,
.
tuner_type
=
TUNER_ABSENT
,
.
decoder
=
EM28XX_SAA711X
,
.
xclk
=
EM28XX_XCLK_FREQUENCY_12MHZ
,
.
input
=
{
{
.
type
=
EM28XX_VMUX_COMPOSITE1
,
.
vmux
=
SAA7115_COMPOSITE0
,
.
amux
=
EM28XX_AMUX_VIDEO2
,
},
{
.
type
=
EM28XX_VMUX_SVIDEO
,
.
vmux
=
SAA7115_SVIDEO3
,
.
amux
=
EM28XX_AMUX_VIDEO2
,
}
},
},
};
const
unsigned
int
em28xx_bcount
=
ARRAY_SIZE
(
em28xx_boards
);
...
...
@@ -1410,6 +1426,8 @@ struct usb_device_id em28xx_id_table[] = {
.
driver_info
=
EM2870_BOARD_TERRATEC_XS
},
{
USB_DEVICE
(
0x0ccd
,
0x0047
),
.
driver_info
=
EM2880_BOARD_TERRATEC_PRODIGY_XS
},
{
USB_DEVICE
(
0x0ccd
,
0x0096
),
.
driver_info
=
EM2860_BOARD_TERRATEC_GRABBY
},
{
USB_DEVICE
(
0x185b
,
0x2870
),
.
driver_info
=
EM2870_BOARD_COMPRO_VIDEOMATE
},
{
USB_DEVICE
(
0x185b
,
0x2041
),
...
...
drivers/media/video/em28xx/em28xx.h
View file @
4557af9c
...
...
@@ -103,6 +103,7 @@
#define EM2860_BOARD_EASYCAP 64
#define EM2820_BOARD_IODATA_GVMVP_SZ 65
#define EM2880_BOARD_EMPIRE_DUAL_TV 66
#define EM2860_BOARD_TERRATEC_GRABBY 67
/* Limits minimum and default number of buffers */
#define EM28XX_MIN_BUF 4
...
...
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