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
aaeab30f
Commit
aaeab30f
authored
Sep 16, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (12906): dib0700: Add support for Prolink SBTVD
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
78f3bc63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
drivers/media/dvb/dvb-usb/dib0700_devices.c
drivers/media/dvb/dvb-usb/dib0700_devices.c
+6
-1
drivers/media/dvb/dvb-usb/dvb-usb-ids.h
drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+2
-0
No files found.
drivers/media/dvb/dvb-usb/dib0700_devices.c
View file @
aaeab30f
...
...
@@ -1860,6 +1860,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
/* 60 */
{
USB_DEVICE
(
USB_VID_TERRATEC
,
USB_PID_TERRATEC_CINERGY_T_XXS_2
)
},
{
USB_DEVICE
(
USB_VID_DIBCOM
,
USB_PID_DIBCOM_STK807XPVR
)
},
{
USB_DEVICE
(
USB_VID_DIBCOM
,
USB_PID_DIBCOM_STK807XP
)
},
{
USB_DEVICE
(
USB_VID_PIXELVIEW
,
USB_PID_PIXELVIEW_SBTVD
)
},
{
0
}
/* Terminating entry */
};
MODULE_DEVICE_TABLE
(
usb
,
dib0700_usb_id_table
);
...
...
@@ -2365,12 +2366,16 @@ struct dvb_usb_device_properties dib0700_devices[] = {
},
},
.
num_device_descs
=
1
,
.
num_device_descs
=
2
,
.
devices
=
{
{
"DiBcom STK807xP reference design"
,
{
&
dib0700_usb_id_table
[
62
],
NULL
},
{
NULL
},
},
{
"Prolink Pixelview SBTVD"
,
{
&
dib0700_usb_id_table
[
63
],
NULL
},
{
NULL
},
},
},
.
rc_interval
=
DEFAULT_RC_INTERVAL
,
...
...
drivers/media/dvb/dvb-usb/dvb-usb-ids.h
View file @
aaeab30f
...
...
@@ -46,6 +46,7 @@
#define USB_VID_MSI_2 0x1462
#define USB_VID_OPERA1 0x695c
#define USB_VID_PINNACLE 0x2304
#define USB_VID_PIXELVIEW 0x1554
#define USB_VID_TECHNOTREND 0x0b48
#define USB_VID_TERRATEC 0x0ccd
#define USB_VID_TELESTAR 0x10b9
...
...
@@ -202,6 +203,7 @@
#define USB_PID_PINNACLE_PCTV73A 0x0243
#define USB_PID_PINNACLE_PCTV73ESE 0x0245
#define USB_PID_PINNACLE_PCTV282E 0x0248
#define USB_PID_PIXELVIEW_SBTVD 0x5010
#define USB_PID_PCTV_200E 0x020e
#define USB_PID_PCTV_400E 0x020f
#define USB_PID_PCTV_450E 0x0222
...
...
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